reactos/boot/freeldr/fdebug/fdebug.rbuild
Timo Kreuzer 9ea495ba33 Create a branch for header work.
svn path=/branches/header-work/; revision=45691
2010-02-26 22:57:55 +00:00

12 lines
397 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>user32</library>
<library>comdlg32</library>
<library>gdi32</library>
<file>fdebug.c</file>
<file>rs232.c</file>
<file>fdebug.rc</file>
</module>