reactos/base/system/regsvr32/regsvr32.rbuild
Timo Kreuzer 9ea495ba33 Create a branch for header work.
svn path=/branches/header-work/; revision=45691
2010-02-26 22:57:55 +00:00

11 lines
368 B
Ruby

<?xml version="1.0"?>
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
<module name="regsvr32" type="win32gui" installbase="system32" installname="regsvr32.exe" unicode="yes">
<include base="regsvr32">.</include>
<library>user32</library>
<library>shell32</library>
<library>ole32</library>
<file>regsvr32.c</file>
<file>regsvr32.rc</file>
</module>