mirror of
https://github.com/reactos/reactos.git
synced 2024-11-04 13:52:30 +00:00
66b40e74ee
Now all rename is done. svn path=/trunk/; revision=23349
14 lines
482 B
Ruby
14 lines
482 B
Ruby
<module name="template_mdi" type="win32cui" installname="mdi.exe" allowwarnings="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>
|