Make expat a static library

svn path=/branches/xmlbuildsystem/; revision=15075
This commit is contained in:
Casper Hornstrup 2005-05-07 08:32:28 +00:00
parent 0f6993a1eb
commit fcd3eba58a
2 changed files with 1 additions and 4 deletions

View file

@ -101,4 +101,3 @@
<property name="BASEADDRESS_W2_32" value="0x77780000" />
<property name="BASEADDRESS_IPRTPRIO" value="0x777c0000" />
<property name="BASEADDRESS_WSHTCPIP" value="0x777c0000" />
<property name="BASEADDRESS_EXPAT" value="0x79000000" />

View file

@ -1,10 +1,8 @@
<module name="expat" type="win32dll">
<importlibrary definition="lib/libexpat.def" />
<module name="expat" type="staticlibrary">
<include base="expat">.</include>
<include base="expat">lib</include>
<define name="HAVE_EXPAT_CONFIG_H" />
<define name="__USE_W32API" />
<library>kernel32</library>
<directory name="lib">
<file>xmlparse.c</file>
<file>xmlrole.c</file>