mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 21:36:11 +00:00
add rbuild file
svn path=/trunk/; revision=22320
This commit is contained in:
parent
8d3f5096fd
commit
89a00d9caf
1 changed files with 18 additions and 0 deletions
18
reactos/boot/freeldr/fdebug/fdebug.rbuild
Normal file
18
reactos/boot/freeldr/fdebug/fdebug.rbuild
Normal file
|
@ -0,0 +1,18 @@
|
|||
<?xml version="1.0"?>
|
||||
<!DOCTYPE project SYSTEM "tools/rbuild/project.dtd">
|
||||
<module name="freeldr_fdebug" type="win32gui" installbase="system32" installname="fdebug.exe" allowwarnings="true">
|
||||
<include base="ReactOS">.</include>
|
||||
<define name="UNICODE" />
|
||||
<define name="_UNICODE" />
|
||||
<define name="__REACTOS__" />
|
||||
<define name="__USE_W32API" />
|
||||
<define name="_WIN32_IE">0x600</define>
|
||||
<define name="_WIN32_WINNT">0x501</define>
|
||||
<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>
|
Loading…
Add table
Add a link
Reference in a new issue