The real, definitive, Visual C++ support branch. Accept no substitutes
[reactos.git] / base / applications / calc / calc.rbuild
1 <?xml version="1.0"?>
2 <!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
3 <module name="calc" type="win32gui" installbase="system32" installname="calc.exe" allowwarnings="true" unicode="yes">
4 <include base="calc">.</include>
5 <define name="DISABLE_HTMLHELP_SUPPORT">1</define>
6 <library>user32</library>
7 <library>gdi32</library>
8 <library>kernel32</library>
9 <file>about.c</file>
10 <file>convert.c</file>
11 <file>function.c</file>
12 <file>rpn.c</file>
13 <file>utl.c</file>
14 <file>winmain.c</file>
15 <file>resource.rc</file>
16 </module>