mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 01:45:40 +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" />
|
<importlibrary definition="package.def" />
|
||||||
<include base="package">.</include>
|
<include base="package">.</include>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue