- Fix KiDispatchException to unmask KI_EXCEPTION_INTERNAL when setting the exception...
[reactos.git] / reactos / base / applications / charmap / charmap.rbuild
1 <?xml version="1.0"?>
2 <rbuild xmlns:xi="http://www.w3.org/2001/XInclude">
3 <module name="charmap" type="win32gui" installbase="system32" installname="charmap.exe" unicode="yes">
4 <include base="charmap">.</include>
5 <define name="__REACTOS__" />
6 <define name="__USE_W32API" />
7 <define name="_WIN32_IE">0x600</define>
8 <define name="_WIN32_WINNT">0x501</define>
9 <library>ntdll</library>
10 <library>gdi32</library>
11 <library>kernel32</library>
12 <library>user32</library>
13 <library>comctl32</library>
14 <compilationunit name="unit.c">
15 <file>about.c</file>
16 <file>charmap.c</file>
17 <file>lrgcell.c</file>
18 <file>map.c</file>
19 </compilationunit>
20 <file>charmap.rc</file>
21 <pch>precomp.h</pch>
22 </module>
23 </rbuild>