Clean up .rbuild files and make them xml compliant
[reactos.git] / reactos / boot / freeldr / fdebug / fdebug.rbuild
index 125cb92..ecdf22a 100644 (file)
@@ -1,5 +1,5 @@
 <?xml version="1.0"?>
-<!DOCTYPE project SYSTEM "tools/rbuild/project.dtd">
+<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
 <module name="freeldr_fdebug" type="win32gui" installbase="system32" installname="fdebug.exe">
        <include base="freeldr_fdebug">.</include>
        <define name="UNICODE" />
@@ -11,7 +11,7 @@
        <library>kernel32</library>
        <library>user32</library>
        <library>comdlg32</library>
-       <library>gdi32</library>        
+       <library>gdi32</library>
        <file>fdebug.c</file>
        <file>rs232.c</file>
        <file>fdebug.rc</file>