mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 11:21:51 +00:00
11 lines
373 B
Ruby
11 lines
373 B
Ruby
<?xml version="1.0"?>
|
|
<rbuild xmlns:xi="http://www.w3.org/2001/XInclude">
|
|
<module name="eventvwr" type="win32gui" installbase="system32" installname="eventvwr.exe" unicode="yes">
|
|
<include base="eventvwr">.</include>
|
|
<library>user32</library>
|
|
<library>comctl32</library>
|
|
<library>advapi32</library>
|
|
<file>eventvwr.c</file>
|
|
<file>eventvwr.rc</file>
|
|
</module>
|
|
</rbuild>
|