mirror of
https://github.com/reactos/reactos.git
synced 2025-01-05 22:12:46 +00:00
e8d6023ad5
I had to disable the Icons to be able to build it. They seem to be invalid. svn path=/trunk/; revision=34067
16 lines
565 B
Ruby
16 lines
565 B
Ruby
<?xml version="1.0"?>
|
|
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
|
|
<module name="GUI" type="win32gui" installbase="system32" installname="testGUI.exe" allowwarnings="true" unicode="yes">
|
|
<include base="GUI">.</include>
|
|
<define name="_WIN32_IE">0x600</define>
|
|
<define name="_WIN32_WINNT">0x501</define>
|
|
<library>gdi32</library>
|
|
<library>kernel32</library>
|
|
<library>user32</library>
|
|
<library>comctl32</library>
|
|
<file>browsewnd.c</file>
|
|
<file>mainwnd.c</file>
|
|
<file>misc.c</file>
|
|
<file>WinetestsGUI.rc</file>
|
|
<pch>precomp.h</pch>
|
|
</module>
|