mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-28 12:23:28 +00:00
Make expat a static library
svn path=/branches/xmlbuildsystem/; revision=15075
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user