mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 09:50:02 +00:00
Make expat a static library
svn path=/branches/xmlbuildsystem/; revision=15075
This commit is contained in:
parent
0f6993a1eb
commit
fcd3eba58a
2 changed files with 1 additions and 4 deletions
|
@ -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" />
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue