1
0
Fork 0
mirror of https://github.com/reactos/reactos.git synced 2025-06-01 15:38:37 +00:00
reactos/rosapps/sysutils/utils/binpatch/binpatch.rbuild

7 lines
232 B
Text
Raw Normal View History

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