]> git.saurik.com Git - wxWidgets.git/blobdiff - build/bakefiles/expat.bkl
Exclude "osx" files, not "mac" ones, from Inno Setup file.
[wxWidgets.git] / build / bakefiles / expat.bkl
index 93af60d9107148891e295073c5d0dc0298d751c6..560fb3296f842d5b62056ee576f3217e5307076c 100644 (file)
@@ -1,4 +1,6 @@
 <?xml version="1.0" ?>
+<!-- $Id$ -->
+
 <makefile>
 
     <if cond="FORMAT=='autoconf'">
         <dirname>$(LIBDIRNAME)</dirname>
         <include cond="FORMAT!='autoconf'">$(LIBDIRNAME)</include>
         <include cond="FORMAT=='autoconf'">$(BUILDDIR)/src/expat</include>
+        <define cond="FORMAT=='autoconf'">
+            HAVE_EXPAT_CONFIG_H
+        </define>
         <define cond="FORMAT!='autoconf' and PLATFORM_WIN32=='1'">
             COMPILED_FROM_DSP
         </define>
+        <define cond="FORMAT=='watcom' and PLATFORM_OS2=='1'">
+            OS2_32
+        </define>
+        <define cond="FORMAT=='watcom' and PLATFORM_MSDOS=='1'">
+            __MSDOS__
+        </define>
         <cflags-borland>-w-8004 -w-8008 -w-8012 -w-8057 -w-8066</cflags-borland>
         <sources>
             src/expat/lib/xmlparse.c