reactos/rosapps/applications/net/netreg/netreg.rbuild

11 lines
376 B
Plaintext
Raw Normal View History

<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="cpp">-Wno-non-virtual-dtor</compilerflag>
<file>netreg.cpp</file>
<file>netreg.rc</file>
</module>