mirror of
https://github.com/reactos/reactos.git
synced 2025-05-25 12:14:32 +00:00

- Fix compilation of a number of modules. - Delete outdated fmifs.h, the one from ReactOS includes should be used instead. - Move more libs to /lib directory. svn path=/trunk/; revision=34627
9 lines
No EOL
327 B
Ruby
9 lines
No EOL
327 B
Ruby
<module name="notevil" type="win32cui" installbase="system32" installname="notevil.exe">
|
|
<include base="notevil">.</include>
|
|
<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> |