Author: janderwald
Date: Mon Jun 12 21:26:41 2006
New Revision: 22320
URL:
http://svn.reactos.ru/svn/reactos?rev=22320&view=rev
Log:
add rbuild file
Added:
trunk/reactos/boot/freeldr/fdebug/fdebug.rbuild
Added: trunk/reactos/boot/freeldr/fdebug/fdebug.rbuild
URL:
http://svn.reactos.ru/svn/reactos/trunk/reactos/boot/freeldr/fdebug/fdebug.…
==============================================================================
--- trunk/reactos/boot/freeldr/fdebug/fdebug.rbuild (added)
+++ trunk/reactos/boot/freeldr/fdebug/fdebug.rbuild Mon Jun 12 21:26:41 2006
@@ -1,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>