reactos/base/applications/cmdutils/reg/reg.rbuild
Timo Kreuzer 6afbc8f483 Hopefully create a branch and not destroy the svn repository.
svn path=/branches/reactos-yarotows/; revision=45219
2010-01-23 23:25:04 +00:00

10 lines
310 B
Ruby

<module name="reg" type="win32cui" installbase="system32" installname="reg.exe" unicode="true">
<include base="reg">.</include>
<redefine name="_WIN32_WINNT">0x600</redefine>
<library>wine</library>
<library>advapi32</library>
<library>user32</library>
<file>reg.c</file>
<file>rsrc.rc</file>
</module>