reactos/rosapps/applications/sysutils/logevent/logevent.rbuild
Aleksey Bragin a92216f309 - Delete mc (stoneage old, there is a standalone win32 port now).
- Fit apps better in dir structure.
- Move old_wordpad to templates (Ged said it's a great framework).

svn path=/trunk/; revision=34308
2008-07-05 18:23:03 +00:00

10 lines
295 B
Ruby

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