reactos/base/applications/winhlp32/winhlp32.rbuild
Timo Kreuzer 9ea495ba33 Create a branch for header work.
svn path=/branches/header-work/; revision=45691
2010-02-26 22:57:55 +00:00

27 lines
849 B
Ruby

<?xml version="1.0"?>
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
<module name="winhlp32" type="win32gui" installname="winhlp32.exe" allowwarnings="true" unicode="no">
<include base="winhlp32">.</include>
<include base="ReactOS">include/reactos/wine</include>
<define name="__ROS_LONG64__" />
<define name="_CRT_NONSTDC_NO_DEPRECATE" />
<!-- FIXME: workarounds until we have a proper oldnames library -->
<define name="fileno">_fileno</define>
<define name="isatty">_isatty</define>
<library>wine</library>
<library>user32</library>
<library>gdi32</library>
<library>shell32</library>
<library>comctl32</library>
<library>comdlg32</library>
<file>callback.c</file>
<file>hlpfile.c</file>
<file>macro.c</file>
<file>string.c</file>
<file>winhelp.c</file>
<file>lex.yy.c</file>
<file>rsrc.rc</file>
</module>