build control with unicode=yes
[reactos.git] / reactos / base / applications / control / control.rbuild
1 <module name="control" type="win32gui" baseaddress="${BASEADDRESS_CONTROL}" installbase="system32" installname="control.exe" unicode="yes">
2 <include base="control">.</include>
3 <define name="__REACTOS__" />
4 <define name="__USE_W32API" />
5 <define name="_WIN32_IE">0x600</define>
6 <define name="_WIN32_WINNT">0x501</define>
7 <library>kernel32</library>
8 <library>user32</library>
9 <library>comctl32</library>
10 <file>control.c</file>
11 <file>control.rc</file>
12 </module>