mirror of
https://github.com/reactos/reactos.git
synced 2025-06-20 07:36:05 +00:00
12 lines
439 B
Ruby
12 lines
439 B
Ruby
<?xml version="1.0"?>
|
|
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
|
|
<module name="hh" type="win32gui" installbase="system32" installname="hh.exe" unicode="no">
|
|
<include base="hh">.</include>
|
|
<define name="_WIN32_IE">0x0600</define>
|
|
<define name="_WIN32_WINNT">0x0501</define>
|
|
<library>kernel32</library>
|
|
<library>user32</library>
|
|
<library>gdi32</library>
|
|
<file>main.c</file>
|
|
<file>hh.rc</file>
|
|
</module>
|