mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 08:25:03 +00:00
16 lines
509 B
Ruby
16 lines
509 B
Ruby
<?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>
|