mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 01:39:30 +00:00
20 lines
601 B
Text
20 lines
601 B
Text
![]() |
<?xml version="1.0"?>
|
||
|
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
|
||
|
<module name="winetest" type="win32gui" installbase="system32" allowwarnings="true">
|
||
|
<include base="winetest">.</include>
|
||
|
<define name="_WIN32_IE">0x600</define>
|
||
|
<define name="_WIN32_WINNT">0x501</define>
|
||
|
<library>comctl32</library>
|
||
|
<library>version</library>
|
||
|
<library>user32</library>
|
||
|
<library>gdi32</library>
|
||
|
<library>advapi32</library>
|
||
|
<library>ws2_32</library>
|
||
|
<library>kernel32</library>
|
||
|
<file>gui.c</file>
|
||
|
<file>main.c</file>
|
||
|
<file>send.c</file>
|
||
|
<file>util.c</file>
|
||
|
<file>dist.rc</file>
|
||
|
</module>
|