reactos/dll/win32/objsel/objsel.rbuild
Amine Khaldi 84291d0d72 * Bring back rbuild build to be used until bug 6372 is fixed.
svn path=/branches/GSoC_2011/ThemesSupport/; revision=52691
2011-07-15 22:27:16 +00:00

23 lines
792 B
Ruby

<?xml version="1.0"?>
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
<group>
<module name="objsel" type="win32dll" baseaddress="${BASEADDRESS_OBJSEL}" installbase="system32" installname="objsel.dll" allowwarnings="true">
<autoregister infsection="OleControlDlls" type="DllRegisterServer" />
<importlibrary definition="objsel.spec" />
<include base="objsel">.</include>
<include base="ReactOS">include/reactos/wine</include>
<define name="__WINESRC__" />
<redefine name="_WIN32_WINNT">0x600</redefine>
<library>wine</library>
<library>ole32</library>
<library>user32</library>
<library>advapi32</library>
<library>uuid</library>
<library>ntdll</library>
<file>factory.c</file>
<file>objsel.c</file>
<file>regsvr.c</file>
<file>objsel.rc</file>
</module>
</group>