mirror of
https://github.com/reactos/reactos.git
synced 2024-11-07 15:10:53 +00:00
c2d0d784c7
- 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
30 lines
1,023 B
Ruby
30 lines
1,023 B
Ruby
<?xml version="1.0"?>
|
|
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
|
|
<group>
|
|
<module name="msvidctl" type="win32dll" baseaddress="${BASEADDRESS_MSVIDCTL}" installbase="system32" installname="msvidctl.dll">
|
|
<importlibrary definition="msvidctl.spec" />
|
|
<autoregister infsection="OleControlDlls" type="DllRegisterServer" />
|
|
<include base="msvidctl">.</include>
|
|
<library>ntdll</library>
|
|
<library>advapi32</library>
|
|
<library>ole32</library>
|
|
<library>advapi32</library>
|
|
<library>msvcrt</library>
|
|
<library>strmiids</library>
|
|
<group compilerset="gcc">
|
|
<compilerflag compiler="cxx">-fno-exceptions</compilerflag>
|
|
<compilerflag compiler="cxx">-fno-rtti</compilerflag>
|
|
</group>
|
|
<group compilerset="msc">
|
|
<compilerflag compiler="cxx">/GR-</compilerflag>
|
|
</group>
|
|
|
|
<file>classfactory.cpp</file>
|
|
<file>enumtuningspaces.cpp</file>
|
|
<file>msvidctl.cpp</file>
|
|
<file>msvidctl.rc</file>
|
|
<file>tunerequest.cpp</file>
|
|
<file>tuningspace.cpp</file>
|
|
<file>tuningspace_container.cpp</file>
|
|
</module>
|
|
</group>
|