reactos/rosapps/sysutils/utils/binpatch/binpatch.rbuild
Marc Piulachs 4655339c23 Build files updates and fixes
svn path=/trunk/; revision=29860
2007-10-25 01:15:21 +00:00

6 lines
205 B
Ruby

<module name="binpatch" type="win32cui" installbase="bin" installname="binpatch.exe" >
<define name="__USE_W32API" />
<library>kernel32</library>
<library>ntdll</library>
<file>patch.c</file>
</module>