mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 06:12:59 +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
12 lines
426 B
Ruby
12 lines
426 B
Ruby
<?xml version="1.0"?>
|
|
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
|
|
<module name="freeldr_fdebug" type="win32gui" installbase="system32" installname="fdebug.exe" unicode="yes">
|
|
<include base="freeldr_fdebug">.</include>
|
|
<library>kernel32</library>
|
|
<library>user32</library>
|
|
<library>comdlg32</library>
|
|
<library>gdi32</library>
|
|
<file>fdebug.c</file>
|
|
<file>rs232.c</file>
|
|
<file>fdebug.rc</file>
|
|
</module>
|