mirror of
https://github.com/jezhiggins/arabica
synced 2025-01-30 08:38:15 +01:00
updated for OSX/Darwin
This commit is contained in:
parent
48974a54c6
commit
c1102f4280
5 changed files with 13 additions and 8 deletions
|
@ -33,17 +33,18 @@ CXXFLAGS = -Wall
|
||||||
LDFLAGS =
|
LDFLAGS =
|
||||||
|
|
||||||
# Includes and library directories
|
# Includes and library directories
|
||||||
INCS_DIRS = -I..
|
INCS_DIRS = -I.. -I/usr/include/libxml2
|
||||||
LIBS_DIRS =
|
LIBS_DIRS =
|
||||||
|
|
||||||
|
# OSX includes libxml2
|
||||||
STATIC_LIBS =
|
STATIC_LIBS =
|
||||||
DYNAMIC_LIBS = -lxml2 -lstdc++
|
DYNAMIC_LIBS = -lxml2 -lstdc++
|
||||||
|
|
||||||
# flag to create a shared library
|
# link flag to create a shared library
|
||||||
LINK_SHARED = -shared
|
LINK_SHARED = -dynamiclib
|
||||||
|
|
||||||
ESUFFIX =
|
EXESUFFIX =
|
||||||
LIBSUFFIX = .so
|
LIBSUFFIX = .dylib
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -12,4 +12,4 @@ saxlib.cpp
|
||||||
Debug
|
Debug
|
||||||
Release
|
Release
|
||||||
libArabica.dll
|
libArabica.dll
|
||||||
|
*.dylib
|
||||||
|
|
|
@ -5,8 +5,11 @@ pyx
|
||||||
sax2dom_test
|
sax2dom_test
|
||||||
simple_handler
|
simple_handler
|
||||||
writer
|
writer
|
||||||
|
domwriter
|
||||||
|
transcode
|
||||||
libArabica.dll
|
libArabica.dll
|
||||||
*.exe
|
*.exe
|
||||||
*.ilk
|
*.ilk
|
||||||
*.pdb
|
*.pdb
|
||||||
*.dll
|
*.dll
|
||||||
|
*.dylib
|
||||||
|
|
|
@ -10,6 +10,6 @@ sax2dom_test
|
||||||
Debug
|
Debug
|
||||||
Release
|
Release
|
||||||
*.exe
|
*.exe
|
||||||
|
domwriter
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
Debug
|
Debug
|
||||||
Release
|
Release
|
||||||
*.o
|
*.o
|
||||||
*.exe
|
*.exe
|
||||||
|
transcode
|
||||||
|
|
Loading…
Add table
Reference in a new issue