mirror of
https://github.com/reactos/reactos.git
synced 2025-04-26 00:20:34 +00:00

- Remove the "kernel32" library reference in all .rbuild files of user-mode modules, because this one is already added by "mingw_common". Also fix the indentation in some files. svn path=/trunk/; revision=44368
26 lines
849 B
Ruby
26 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>
|