8ce97185ac5830596361d23f22f17dd719669616
[reactos.git] / reactos / base / applications / control / control.rbuild
1 <?xml version="1.0"?>
2 <!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
3 <module name="control" type="win32gui" baseaddress="${BASEADDRESS_CONTROL}" installbase="system32" installname="control.exe" unicode="yes">
4 <include base="control">.</include>
5 <define name="__USE_W32API" />
6 <define name="_WIN32_IE">0x600</define>
7 <define name="_WIN32_WINNT">0x501</define>
8 <library>kernel32</library>
9 <library>user32</library>
10 <library>comctl32</library>
11 <file>control.c</file>
12 <file>control.rc</file>
13 </module>