reactos/dll/win32/qmgr/qmgr.rbuild
Cameron Gutman c2d0d784c7 [USB-BRINGUP-TRUNK]
- Create a branch to do a proper merge of USB work from a trunk base instead of from cmake-bringup
- In the future, DO NOT under any circumstances branch another branch. This leads to merge problems!

svn path=/branches/usb-bringup-trunk/; revision=55018
2012-01-20 20:58:46 +00:00

36 lines
1.1 KiB
Ruby

<group>
<module name="qmgr" type="win32dll" baseaddress="${BASEADDRESS_QMGR}" installbase="system32" installname="qmgr.dll" allowwarnings="true">
<autoregister infsection="OleControlDlls" type="DllRegisterServer" />
<importlibrary definition="qmgr.spec" />
<include base="qmgr">.</include>
<include base="qmgr" root="intermediate">.</include>
<include base="ReactOS">include/reactos/wine</include>
<define name="__WINESRC__" />
<dependency>qmgr_local_header</dependency>
<library>wine</library>
<library>uuid</library>
<library>wininet</library>
<library>urlmon</library>
<library>ole32</library>
<library>advapi32</library>
<library>ntdll</library>
<library>qmgr_local_interface</library>
<file>enum_files.c</file>
<file>enum_jobs.c</file>
<file>factory.c</file>
<file>file.c</file>
<file>job.c</file>
<file>qmgr.c</file>
<file>qmgr_main.c</file>
<file>service.c</file>
<file>rsrc.rc</file>
<pch>qmgr.h</pch>
</module>
<module name="qmgr_local_header" type="idlheader">
<file>qmgr_local.idl</file>
</module>
<module name="qmgr_local_interface" type="idlinterface">
<file>qmgr_local.idl</file>
</module>
</group>