mirror of
https://github.com/reactos/reactos.git
synced 2024-11-19 13:33:42 +00:00
15 lines
491 B
XML
15 lines
491 B
XML
|
<module name="template_mdi" type="win32cui" installname="mdi.exe" warnings="true">
|
||
|
<include base="template_mdi">.</include>
|
||
|
<define name="__USE_W32API" />
|
||
|
<define name="_WIN32_IE">0x0501</define>
|
||
|
<define name="_WIN32_WINNT">0x0501</define>
|
||
|
<library>ntdll</library>
|
||
|
<library>kernel32</library>
|
||
|
<library>user32</library>
|
||
|
<library>gdi32</library>
|
||
|
<file>about.c</file>
|
||
|
<file>framewnd.c</file>
|
||
|
<file>childwnd.c</file>
|
||
|
<file>main.c</file>
|
||
|
</module>
|