mirror of
https://github.com/reactos/reactos.git
synced 2024-11-02 12:53:33 +00:00
45c69b6adb
svn path=/trunk/; revision=17609
10 lines
359 B
XML
10 lines
359 B
XML
<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> |