No need for <library> tags static libraries (which are never linked)

svn path=/trunk/; revision=30380
This commit is contained in:
Hervé Poussineau 2007-11-12 10:12:01 +00:00
parent 89cf1a7029
commit c7a1e0107c
2 changed files with 0 additions and 3 deletions

View file

@ -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" />

View file

@ -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>