mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 01:39:30 +00:00
11 lines
397 B
Ruby
11 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>
|