reactos/base/system/regsvr32/regsvr32.rbuild
Amine Khaldi c424146e2c Create a branch for cmake bringup.
svn path=/branches/cmake-bringup/; revision=48236
2010-07-24 18:52:44 +00:00

10 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>