mirror of
https://github.com/reactos/reactos.git
synced 2025-03-10 18:24:02 +00:00
10 lines
368 B
Ruby
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>
|