mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
Add missing file
svn path=/branches/xmlbuildsystem/; revision=14038
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
<module name="msacm32" type="win32dll" baseaddress="${BASEADDRESS_MSACM32}">
|
||||
<dependency>winebuild</dependency>
|
||||
<importlibrary definition="msacm32.spec.def" />
|
||||
<include base="msacm32">.</include>
|
||||
<include base="ReactOS">include/wine</include>
|
||||
<define name="UNICODE" />
|
||||
<define name="_UNICODE" />
|
||||
<define name="__REACTOS__" />
|
||||
<define name="__USE_W32API" />
|
||||
<define name="_WIN32_IE">0x600</define>
|
||||
<define name="_WIN32_WINNT">0x501</define>
|
||||
<define name="WINVER">0x501</define>
|
||||
<library>wine</library>
|
||||
<library>ntdll</library>
|
||||
<library>kernel32</library>
|
||||
<library>advapi32</library>
|
||||
<library>user32</library>
|
||||
<library>winmm</library>
|
||||
<file>driver.c</file>
|
||||
<file>filter.c</file>
|
||||
<file>format.c</file>
|
||||
<file>internal.c</file>
|
||||
<file>msacm32_main.c</file>
|
||||
<file>pcmconverter.c</file>
|
||||
<file>stream.c</file>
|
||||
<file>msacm32.spec</file>
|
||||
</module>
|
||||
Reference in New Issue
Block a user