[NTOS]: Complete the VAD-to-MAREA Synchronization hack by removing fake MAREAs that...
[reactos.git] / reactos / base / applications / charmap / charmap.rbuild
1 <?xml version="1.0"?>
2 <!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
3 <module name="charmap" type="win32gui" installbase="system32" installname="charmap.exe" unicode="yes">
4 <include base="charmap">.</include>
5 <library>gdi32</library>
6 <library>user32</library>
7 <library>comctl32</library>
8 <compilationunit name="unit.c">
9 <file>about.c</file>
10 <file>charmap.c</file>
11 <file>lrgcell.c</file>
12 <file>map.c</file>
13 </compilationunit>
14 <file>charmap.rc</file>
15 <pch>precomp.h</pch>
16 </module>