mirror of
https://github.com/jezhiggins/arabica
synced 2025-01-18 22:26:32 +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 =
|
||||
|
||||
# Includes and library directories
|
||||
INCS_DIRS = -I..
|
||||
INCS_DIRS = -I.. -I/usr/include/libxml2
|
||||
LIBS_DIRS =
|
||||
|
||||
# OSX includes libxml2
|
||||
STATIC_LIBS =
|
||||
DYNAMIC_LIBS = -lxml2 -lstdc++
|
||||
|
||||
# flag to create a shared library
|
||||
LINK_SHARED = -shared
|
||||
# link flag to create a shared library
|
||||
LINK_SHARED = -dynamiclib
|
||||
|
||||
ESUFFIX =
|
||||
LIBSUFFIX = .so
|
||||
EXESUFFIX =
|
||||
LIBSUFFIX = .dylib
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -12,4 +12,4 @@ saxlib.cpp
|
|||
Debug
|
||||
Release
|
||||
libArabica.dll
|
||||
|
||||
*.dylib
|
||||
|
|
|
@ -5,8 +5,11 @@ pyx
|
|||
sax2dom_test
|
||||
simple_handler
|
||||
writer
|
||||
domwriter
|
||||
transcode
|
||||
libArabica.dll
|
||||
*.exe
|
||||
*.ilk
|
||||
*.pdb
|
||||
*.dll
|
||||
*.dylib
|
||||
|
|
|
@ -10,6 +10,6 @@ sax2dom_test
|
|||
Debug
|
||||
Release
|
||||
*.exe
|
||||
|
||||
domwriter
|
||||
|
||||
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
Debug
|
||||
Release
|
||||
*.o
|
||||
*.exe
|
||||
*.exe
|
||||
transcode
|
||||
|
|
Loading…
Reference in a new issue