reactos/rosapps/applications/net/netreg/netreg.rbuild
Stefan Ginsberg 85c7801c12 - Only pass gcc flags to gcc.
svn path=/trunk/; revision=41451
2009-06-18 22:06:16 +00:00

11 lines
394 B
Ruby

<module name="netreg" type="win32cui" installbase="system32" installname="netreg.exe" stdlib="host">
<include base="netreg">.</include>
<library>kernel32</library>
<library>user32</library>
<library>ws2_32</library>
<library>advapi32</library>
<compilerflag compiler="cxx" compilerset="gcc">-Wno-non-virtual-dtor</compilerflag>
<file>netreg.cpp</file>
<file>netreg.rc</file>
</module>