[LWIP]
[reactos.git] / base / system / runonce / runonce.rbuild
1 <?xml version="1.0"?>
2 <!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
3 <module name="runonce" type="win32gui" installbase="system32" installname="runonce.exe" unicode="yes">
4 <include base="runonce">.</include>
5 <library>advapi32</library>
6 <library>user32</library>
7 <file>runonce.c</file>
8 <file>runonce.rc</file>
9 </module>