[LWIP]
[reactos.git] / base / applications / winhlp32 / winhlp32.rbuild
1 <?xml version="1.0"?>
2 <!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
3 <module name="winhlp32" type="win32gui" installname="winhlp32.exe" allowwarnings="true" unicode="no">
4 <include base="winhlp32">.</include>
5 <include base="ReactOS">include/reactos/wine</include>
6 <define name="__ROS_LONG64__" />
7 <define name="_CRT_NONSTDC_NO_DEPRECATE" />
8
9 <!-- FIXME: workarounds until we have a proper oldnames library -->
10 <define name="fileno">_fileno</define>
11 <define name="isatty">_isatty</define>
12
13 <library>wine</library>
14 <library>user32</library>
15 <library>gdi32</library>
16 <library>shell32</library>
17 <library>comctl32</library>
18 <library>comdlg32</library>
19 <file>callback.c</file>
20 <file>hlpfile.c</file>
21 <file>macro.c</file>
22 <file>string.c</file>
23 <file>winhelp.c</file>
24 <file>lex.yy.c</file>
25 <file>rsrc.rc</file>
26 </module>