mirror of
https://github.com/reactos/reactos.git
synced 2024-11-04 05:43:30 +00:00
4cbe7697a1
svn path=/trunk/; revision=33144
17 lines
561 B
Ruby
17 lines
561 B
Ruby
<?xml version="1.0"?>
|
|
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
|
|
<module name="winecalc" type="win32gui" installbase="system32" installname="winecalc.exe">
|
|
<include base="winecalc">.</include>
|
|
<define name="_WIN32_IE">0x0501</define>
|
|
<define name="WINVER">0x0501</define>
|
|
<define name="UNICODE" />
|
|
<define name="_UNICODE" />
|
|
<library>kernel32</library>
|
|
<library>user32</library>
|
|
<library>gdi32</library>
|
|
<library>comctl32</library>
|
|
<file>dialog.c</file>
|
|
<file>stats.c</file>
|
|
<file>winecalc.c</file>
|
|
<file>rsrc.rc</file>
|
|
</module>
|