- Merge from trunk up to r45543
[reactos.git] / base / applications / charmap / charmap.rbuild
index 508154d..76a1d64 100644 (file)
@@ -1,17 +1,16 @@
-<?xml version="1.0"?>\r
-<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">\r
-<module name="charmap" type="win32gui" installbase="system32" installname="charmap.exe" unicode="yes">\r
-       <include base="charmap">.</include>\r
-       <library>gdi32</library>\r
-       <library>kernel32</library>\r
-       <library>user32</library>\r
-       <library>comctl32</library>\r
-       <compilationunit name="unit.c">\r
-               <file>about.c</file>\r
-               <file>charmap.c</file>\r
-               <file>lrgcell.c</file>\r
-               <file>map.c</file>\r
-       </compilationunit>\r
-       <file>charmap.rc</file>\r
-       <pch>precomp.h</pch>\r
-</module>\r
+<?xml version="1.0"?>
+<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
+<module name="charmap" type="win32gui" installbase="system32" installname="charmap.exe" unicode="yes">
+       <include base="charmap">.</include>
+       <library>gdi32</library>
+       <library>user32</library>
+       <library>comctl32</library>
+       <compilationunit name="unit.c">
+               <file>about.c</file>
+               <file>charmap.c</file>
+               <file>lrgcell.c</file>
+               <file>map.c</file>
+       </compilationunit>
+       <file>charmap.rc</file>
+       <pch>precomp.h</pch>
+</module>