X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9c2d002b3e7099cd142a15593391774effdcbf2c..b02dd12239c8a59b9a545d9fcb04974f8ad02c6b:/build/bakefiles/expat.bkl diff --git a/build/bakefiles/expat.bkl b/build/bakefiles/expat.bkl index 93af60d910..6e6925e5da 100644 --- a/build/bakefiles/expat.bkl +++ b/build/bakefiles/expat.bkl @@ -1,4 +1,6 @@ <?xml version="1.0" ?> +<!-- $Id$ --> + <makefile> <if cond="FORMAT=='autoconf'"> @@ -29,6 +31,12 @@ <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