netreg: include stdio.h for fprintf, sprintf and sscanf; gcc 4.4 warnings
[reactos.git] / rosapps / applications / net / netreg / netreg.rbuild
1 <module name="netreg" type="win32cui" installbase="system32" installname="netreg.exe" stdlib="host">
2 <include base="netreg">.</include>
3 <library>kernel32</library>
4 <library>user32</library>
5 <library>ws2_32</library>
6 <library>advapi32</library>
7 <compilerflag compiler="cxx" compilerset="gcc">-Wno-non-virtual-dtor</compilerflag>
8 <file>netreg.cpp</file>
9 <file>netreg.rc</file>
10 </module>