- Only pass gcc flags to gcc.

svn path=/trunk/; revision=41451
This commit is contained in:
Stefan Ginsberg 2009-06-18 22:06:16 +00:00
parent 4f6ecaaec2
commit 85c7801c12
2 changed files with 2 additions and 2 deletions

View file

@ -4,7 +4,7 @@
<library>user32</library>
<library>ws2_32</library>
<library>advapi32</library>
<compilerflag compiler="cxx">-Wno-non-virtual-dtor</compilerflag>
<compilerflag compiler="cxx" compilerset="gcc">-Wno-non-virtual-dtor</compilerflag>
<file>netreg.cpp</file>
<file>netreg.rc</file>
</module>

View file

@ -6,7 +6,7 @@
<library>kernel32</library>
<library>ws2_32</library>
<library>user32</library>
<compilerflag compiler="cxx">-Wno-non-virtual-dtor</compilerflag>
<compilerflag compiler="cxx" compilerset="gcc">-Wno-non-virtual-dtor</compilerflag>
<file>config.cpp</file>
<file>error.cpp</file>
<file>http.cpp</file>