508154d681266c7450be98e93812aa0f8c19f3d5
[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>kernel32</library>
7 <library>user32</library>
8 <library>comctl32</library>
9 <compilationunit name="unit.c">
10 <file>about.c</file>
11 <file>charmap.c</file>
12 <file>lrgcell.c</file>
13 <file>map.c</file>
14 </compilationunit>
15 <file>charmap.rc</file>
16 <pch>precomp.h</pch>
17 </module>