reactos/rosapps/applications/sysutils/logevent/logevent.rbuild
Aleksey Bragin 1b7106dee1 - Remove useless USE_W32API define from .rbuilds
- 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
2008-07-21 09:15:15 +00:00

9 lines
262 B
Ruby

<?xml version="1.0"?>
<module name="logevent" type="win32cui" installbase="system32" installname="logevent.exe" allowwarnings="true">
<library>kernel32</library>
<library>advapi32</library>
<file>logevent.c</file>
<file>logevent.rc</file>
</module>