mirror of
https://github.com/reactos/reactos.git
synced 2024-10-30 03:27:31 +00:00
6afbc8f483
svn path=/branches/reactos-yarotows/; revision=45219
10 lines
324 B
Ruby
10 lines
324 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>
|
|
<library>user32</library>
|
|
<library>gdi32</library>
|
|
<file>write.c</file>
|
|
<file>rsrc.rc</file>
|
|
</module>
|