mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
7944b41ae3
svn path=/trunk/; revision=16719
14 lines
477 B
XML
14 lines
477 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>
|