Sync to trunk head(r38096)
[reactos.git] / rosapps / applications / write / write.rbuild
1 <?xml version="1.0"?>
2 <!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
3 <module name="write" type="win32gui" installbase="system32" installname="write.exe" unicode="yes">
4 <include base="write">.</include>
5 <define name="_WIN32_IE">0x0600</define>
6 <define name="_WIN32_WINNT">0x0501</define>
7 <library>kernel32</library>
8 <library>user32</library>
9 <library>advapi32</library>
10 <library>shell32</library>
11 <file>write.c</file>
12 <file>rsrc.rc</file>
13 </module>