mirror of
https://github.com/reactos/reactos.git
synced 2024-11-03 05:18:55 +00:00
ae5ead0153
svn path=/trunk/; revision=23344
10 lines
359 B
Ruby
10 lines
359 B
Ruby
<module name="notevil" type="win32cui" installbase="system32" installname="notevil.exe">
|
|
<include base="notevil">.</include>
|
|
<define name="__USE_W32API" />
|
|
<define name="_WIN32_IE">0x0501</define>
|
|
<define name="_WIN32_WINNT">0x0501</define>
|
|
<library>kernel32</library>
|
|
<library>user32</library>
|
|
<file>notevil.c</file>
|
|
<file>notevil.rc</file>
|
|
</module> |