mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 08:33:20 +00:00

- TSVN choked repeatedly when attempting to merge ~9000 revs into the branch (tried 3 times on 2 different computers) - If someone wants to delete aicom-network-fixes, they are welcome to - Lesson learned: Letting a branch get thousands of revs out of date is a horrible idea svn path=/branches/aicom-network-branch/; revision=44353
17 lines
548 B
Ruby
17 lines
548 B
Ruby
<?xml version="1.0"?>
|
|
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
|
|
<module name="calc" type="win32gui" installbase="system32" installname="calc.exe" unicode="yes">
|
|
<include base="calc">.</include>
|
|
<define name="DISABLE_HTMLHELP_SUPPORT">1</define>
|
|
<library>advapi32</library>
|
|
<library>kernel32</library>
|
|
<library>gdi32</library>
|
|
<library>user32</library>
|
|
<file>about.c</file>
|
|
<file>convert.c</file>
|
|
<file>function.c</file>
|
|
<file>rpn.c</file>
|
|
<file>utl.c</file>
|
|
<file>winmain.c</file>
|
|
<file>resource.rc</file>
|
|
</module>
|