mirror of
https://github.com/reactos/reactos.git
synced 2025-06-04 17:00:31 +00:00
allow warnings so it builds with g++ 4.0
svn path=/trunk/; revision=19630
This commit is contained in:
parent
be7b0dd56a
commit
668252e272
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
<module name="package" type="win32dll" installbase="system32" installname="package.dll">
|
||||
<module name="package" type="win32dll" installbase="system32" installname="package.dll" allowwarnings="true">
|
||||
<importlibrary definition="package.def" />
|
||||
<include base="package">.</include>
|
||||
|
||||
|
|
Loading…
Reference in a new issue