Sync to trunk head(r38096)
[reactos.git] / rostests / win32 / user32 / drawcaption / drawcaption.rbuild
1 <?xml version="1.0"?>
2 <!DOCTYPE project SYSTEM "tools/rbuild/project.dtd">
3 <group>
4 <module name="drawcap" type="win32cui" installbase="system32" installname="drawcap.exe">
5 <include base="drawcap">.</include>
6 <define name="__USE_W32API" />
7 <define name="UNICODE" />
8 <define name="_UNICODE" />
9 <define name="_WIN32_IE">0x0500</define>
10 <define name="_WIN32_WINNT">0x0600</define>
11 <define name="WINVER">0x0600</define>
12 <library>kernel32</library>
13 <library>user32</library>
14 <library>gdi32</library>
15 <file>drawcap.c</file>
16 <file>drawcap.rc</file>
17 </module>
18
19 <module name="capicon" type="win32cui" installbase="system32" installname="capicon.exe">
20 <include base="capicon">.</include>
21 <define name="__USE_W32API" />
22 <define name="UNICODE" />
23 <define name="_UNICODE" />
24 <define name="_WIN32_IE">0x0500</define>
25 <define name="_WIN32_WINNT">0x0600</define>
26 <define name="WINVER">0x0600</define>
27 <library>kernel32</library>
28 <library>user32</library>
29 <library>gdi32</library>
30 <file>capicon.c</file>
31 <file>capicon.rc</file>
32 </module>
33 </group>