mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 09:25:10 +00:00
No need for <library> tags static libraries (which are never linked)
svn path=/trunk/; revision=30380
This commit is contained in:
parent
89cf1a7029
commit
c7a1e0107c
2 changed files with 0 additions and 3 deletions
2
reactos/lib/3rdparty/libxml2/libxml2.rbuild
vendored
2
reactos/lib/3rdparty/libxml2/libxml2.rbuild
vendored
|
@ -1,8 +1,6 @@
|
|||
<?xml version="1.0"?>
|
||||
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
|
||||
<module name="libxml2" type="staticlibrary" allowwarnings="true">
|
||||
<library>ntdll</library>
|
||||
<library>kernel32</library>
|
||||
<define name="HAVE_CONFIG_H" />
|
||||
<define name="WIN32" />
|
||||
<define name="_WINDOWS" />
|
||||
|
|
|
@ -7,7 +7,6 @@
|
|||
<define name="_NTSYSTEM_" />
|
||||
<define name="NASSERT" />
|
||||
<pch>cmlib.h</pch>
|
||||
<library>rtl</library>
|
||||
<file>cminit.c</file>
|
||||
<file>hivebin.c</file>
|
||||
<file>hivecell.c</file>
|
||||
|
|
Loading…
Reference in a new issue