mirror of
https://github.com/reactos/reactos.git
synced 2024-11-02 21:09:15 +00:00
f5c30d8747
- Imported write.exe plus small fix to compile it as unicode. (Added to rosapps instead of base/applications though) svn path=/trunk/; revision=29534
15 lines
503 B
Ruby
15 lines
503 B
Ruby
<?xml version="1.0"?>
|
|
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
|
|
<module name="write" type="win32gui" installbase="system32" installname="write.exe" unicode="yes">
|
|
<include base="write">.</include>
|
|
<define name="__USE_W32API" />
|
|
<define name="_WIN32_IE">0x0600</define>
|
|
<define name="_WIN32_WINNT">0x0501</define>
|
|
<library>kernel32</library>
|
|
<library>user32</library>
|
|
<library>advapi32</library>
|
|
<library>shell32</library>
|
|
<file>write.c</file>
|
|
<file>rsrc.rc</file>
|
|
</module>
|