mirror of
https://github.com/reactos/reactos.git
synced 2024-11-11 01:04:11 +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
33 lines
1.1 KiB
Ruby
33 lines
1.1 KiB
Ruby
<?xml version="1.0"?>
|
|
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
|
|
<group>
|
|
<module name="avifil32" type="win32dll" baseaddress="${BASEADDRESS_AVIFIL32}" installbase="system32" installname="avifil32.dll" allowwarnings="true" crt="msvcrt">
|
|
<autoregister infsection="OleControlDlls" type="DllRegisterServer" />
|
|
<importlibrary definition="avifil32.spec" />
|
|
<include base="avifil32">.</include>
|
|
<include base="ReactOS">include/reactos/wine</include>
|
|
<define name="__WINESRC__" />
|
|
<redefine name="_WIN32_WINNT">0x600</redefine>
|
|
<file>acmstream.c</file>
|
|
<file>api.c</file>
|
|
<file>avifile.c</file>
|
|
<file>editstream.c</file>
|
|
<file>extrachunk.c</file>
|
|
<file>factory.c</file>
|
|
<file>getframe.c</file>
|
|
<file>icmstream.c</file>
|
|
<file>regsvr.c</file>
|
|
<file>tmpfile.c</file>
|
|
<file>wavfile.c</file>
|
|
<file>rsrc.rc</file>
|
|
<library>wine</library>
|
|
<library>uuid</library>
|
|
<library>msacm32</library>
|
|
<library>msvfw32</library>
|
|
<library>winmm</library>
|
|
<library>ole32</library>
|
|
<library>user32</library>
|
|
<library>advapi32</library>
|
|
<library>ntdll</library>
|
|
</module>
|
|
</group>
|