Autosyncing with Wine HEAD

svn path=/trunk/; revision=31785
This commit is contained in:
The Wine Synchronizer 2008-01-14 15:41:33 +00:00
parent 410e3f4d4a
commit 02d0ab4e51

View file

@ -1,5 +1,6 @@
<?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.def" />
@ -10,7 +11,6 @@
<define name="_WIN32_WINNT">0x600</define>
<library>wine</library>
<library>ole32</library>
<library>oleaut32</library>
<library>user32</library>
<library>advapi32</library>
<library>kernel32</library>
@ -22,3 +22,4 @@
<file>objsel.rc</file>
<file>objsel.spec</file>
</module>
</group>