mirror of
https://github.com/reactos/reactos.git
synced 2024-11-07 15:10:53 +00:00
c501d8112c
svn path=/branches/aicom-network-fixes/; revision=34994
13 lines
492 B
Ruby
13 lines
492 B
Ruby
<?xml version="1.0"?>
|
|
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
|
|
<module name="welcome" type="win32gui" installbase="system32" installname="welcome.exe" unicode="yes">
|
|
<bootstrap installbase="$(CDOUTPUT)" />
|
|
<include base="welcome">.</include>
|
|
<define name="_WIN32_IE">0x0501</define>
|
|
<define name="_WIN32_WINNT">0x0501</define>
|
|
<library>kernel32</library>
|
|
<library>gdi32</library>
|
|
<library>user32</library>
|
|
<file>welcome.c</file>
|
|
<file>welcome.rc</file>
|
|
</module>
|