mirror of
https://github.com/reactos/reactos.git
synced 2025-02-21 16:04: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>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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue