updated for OSX/Darwin

This commit is contained in:
jez_higgins 2004-09-10 21:04:03 +00:00
parent 48974a54c6
commit c1102f4280
5 changed files with 13 additions and 8 deletions

View file

@ -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

View file

@ -12,4 +12,4 @@ saxlib.cpp
Debug Debug
Release Release
libArabica.dll libArabica.dll
*.dylib

View file

@ -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

View file

@ -10,6 +10,6 @@ sax2dom_test
Debug Debug
Release Release
*.exe *.exe
domwriter

View file

@ -1,4 +1,5 @@
Debug Debug
Release Release
*.o *.o
*.exe *.exe
transcode