Add missing file
Added: branches/xmlbuildsystem/reactos/lib/msacm/msacm32.xml

Added: branches/xmlbuildsystem/reactos/lib/msacm/msacm32.xml
--- branches/xmlbuildsystem/reactos/lib/msacm/msacm32.xml	2005-03-13 21:47:04 UTC (rev 14037)
+++ branches/xmlbuildsystem/reactos/lib/msacm/msacm32.xml	2005-03-13 21:59:51 UTC (rev 14038)
@@ -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>