Single stray .xml.
authorArt Yerkes <art.yerkes@gmail.com>
Sat, 18 Feb 2006 19:21:45 +0000 (19:21 +0000)
committerArt Yerkes <art.yerkes@gmail.com>
Sat, 18 Feb 2006 19:21:45 +0000 (19:21 +0000)
svn path=/trunk/; revision=21148

reactos/dll/win32/winmm/winmm.xml [deleted file]

diff --git a/reactos/dll/win32/winmm/winmm.xml b/reactos/dll/win32/winmm/winmm.xml
deleted file mode 100644 (file)
index d1e744b..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-<module name="winmm" type="win32dll" baseaddress="${BASEADDRESS_WINMM}" installbase="system32" installname="winmm.dll" allowwarnings="true">
-       <importlibrary definition="winmm.spec.def" />
-       <include base="winmm">.</include>
-       <include base="ReactOS">include/reactos/wine</include>
-       <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>
-       <file>driver.c</file>
-       <file>joystick.c</file>
-       <file>lolvldrv.c</file>
-       <file>mci.c</file>
-       <file>mmio.c</file>
-       <file>playsound.c</file>
-       <file>time.c</file>
-       <file>winmm.c</file>
-       <file>winmm_res.rc</file>
-       <file>winmm.spec</file>
-</module>