mirror of
https://github.com/reactos/reactos.git
synced 2024-11-06 14:44:19 +00:00
3bf9dce002
svn path=/trunk/; revision=15920
10 lines
No EOL
384 B
XML
10 lines
No EOL
384 B
XML
<module name="notevil" type="win32cui" installbase="system32" installname="notevil.exe" warnings="true">
|
|
<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> |