mirror of
https://github.com/reactos/reactos.git
synced 2025-04-27 09:00:27 +00:00
Autosyncing with Wine HEAD
svn path=/trunk/; revision=31785
This commit is contained in:
parent
410e3f4d4a
commit
02d0ab4e51
1 changed files with 2 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue