mirror of
https://github.com/reactos/reactos.git
synced 2025-07-30 19:41:57 +00:00
- Only pass gcc flags to gcc.
svn path=/trunk/; revision=41451
This commit is contained in:
parent
4f6ecaaec2
commit
85c7801c12
2 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
||||||
<library>user32</library>
|
<library>user32</library>
|
||||||
<library>ws2_32</library>
|
<library>ws2_32</library>
|
||||||
<library>advapi32</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.cpp</file>
|
||||||
<file>netreg.rc</file>
|
<file>netreg.rc</file>
|
||||||
</module>
|
</module>
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
<library>kernel32</library>
|
<library>kernel32</library>
|
||||||
<library>ws2_32</library>
|
<library>ws2_32</library>
|
||||||
<library>user32</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>config.cpp</file>
|
||||||
<file>error.cpp</file>
|
<file>error.cpp</file>
|
||||||
<file>http.cpp</file>
|
<file>http.cpp</file>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue