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 =
# 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

View file

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

View file

@ -5,8 +5,11 @@ pyx
sax2dom_test
simple_handler
writer
domwriter
transcode
libArabica.dll
*.exe
*.ilk
*.pdb
*.dll
*.dylib

View file

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

View file

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