Commit 3dec4c52 authored by Rok Mandeljc's avatar Rok Mandeljc Committed by Alexandre Julliard

Added stubs for dpnhpast and for all the dmusic dlls.

parent 74a66ff9
......@@ -1371,9 +1371,18 @@ dlls/ddraw/Makefile
dlls/devenum/Makefile
dlls/dinput/Makefile
dlls/dinput8/Makefile
dlls/dmband/Makefile
dlls/dmcompos/Makefile
dlls/dmime/Makefile
dlls/dmloader/Makefile
dlls/dmscript/Makefile
dlls/dmstyle/Makefile
dlls/dmsynth/Makefile
dlls/dmusic/Makefile
dlls/dmusic32/Makefile
dlls/dplay/Makefile
dlls/dplayx/Makefile
dlls/dpnhpast/Makefile
dlls/dsound/Makefile
dlls/dsound/tests/Makefile
dlls/gdi/Makefile
......
......@@ -30,9 +30,18 @@ BASEDIRS = \
devenum \
dinput \
dinput8 \
dmband \
dmcompos \
dmime \
dmloader \
dmscript \
dmstyle \
dmsynth \
dmusic \
dmusic32 \
dplay \
dplayx \
dpnhpast \
dsound \
gdi \
icmp \
......@@ -199,9 +208,18 @@ all: \
devenum.dll$(DLLEXT) \
dinput.dll$(DLLEXT) \
dinput8.dll$(DLLEXT) \
dmband.dll$(DLLEXT) \
dmcompos.dll$(DLLEXT) \
dmime.dll$(DLLEXT) \
dmloader.dll$(DLLEXT) \
dmscript.dll$(DLLEXT) \
dmstyle.dll$(DLLEXT) \
dmsynth.dll$(DLLEXT) \
dmusic.dll$(DLLEXT) \
dmusic32.dll$(DLLEXT) \
dplay.dll$(DLLEXT) \
dplayx.dll$(DLLEXT) \
dpnhpast.dll$(DLLEXT) \
dsound.dll$(DLLEXT) \
gdi32.dll$(DLLEXT) \
icmp.dll$(DLLEXT) \
......@@ -339,15 +357,42 @@ dinput.dll$(DLLEXT): dinput/dinput.dll$(DLLEXT)
dinput8.dll$(DLLEXT): dinput8/dinput8.dll$(DLLEXT)
$(RM) $@ && $(LN_S) dinput8/dinput8.dll$(DLLEXT) $@
dmband.dll$(DLLEXT): dmband/dmband.dll$(DLLEXT)
$(RM) $@ && $(LN_S) dmband/dmband.dll$(DLLEXT) $@
dmcompos.dll$(DLLEXT): dmcompos/dmcompos.dll$(DLLEXT)
$(RM) $@ && $(LN_S) dmcompos/dmcompos.dll$(DLLEXT) $@
dmime.dll$(DLLEXT): dmime/dmime.dll$(DLLEXT)
$(RM) $@ && $(LN_S) dmime/dmime.dll$(DLLEXT) $@
dmloader.dll$(DLLEXT): dmloader/dmloader.dll$(DLLEXT)
$(RM) $@ && $(LN_S) dmloader/dmloader.dll$(DLLEXT) $@
dmscript.dll$(DLLEXT): dmscript/dmscript.dll$(DLLEXT)
$(RM) $@ && $(LN_S) dmscript/dmscript.dll$(DLLEXT) $@
dmstyle.dll$(DLLEXT): dmstyle/dmstyle.dll$(DLLEXT)
$(RM) $@ && $(LN_S) dmstyle/dmstyle.dll$(DLLEXT) $@
dmsynth.dll$(DLLEXT): dmsynth/dmsynth.dll$(DLLEXT)
$(RM) $@ && $(LN_S) dmsynth/dmsynth.dll$(DLLEXT) $@
dmusic.dll$(DLLEXT): dmusic/dmusic.dll$(DLLEXT)
$(RM) $@ && $(LN_S) dmusic/dmusic.dll$(DLLEXT) $@
dmusic32.dll$(DLLEXT): dmusic32/dmusic32.dll$(DLLEXT)
$(RM) $@ && $(LN_S) dmusic32/dmusic32.dll$(DLLEXT) $@
dplay.dll$(DLLEXT): dplay/dplay.dll$(DLLEXT)
$(RM) $@ && $(LN_S) dplay/dplay.dll$(DLLEXT) $@
dplayx.dll$(DLLEXT): dplayx/dplayx.dll$(DLLEXT)
$(RM) $@ && $(LN_S) dplayx/dplayx.dll$(DLLEXT) $@
dpnhpast.dll$(DLLEXT): dpnhpast/dpnhpast.dll$(DLLEXT)
$(RM) $@ && $(LN_S) dpnhpast/dpnhpast.dll$(DLLEXT) $@
dsound.dll$(DLLEXT): dsound/dsound.dll$(DLLEXT)
$(RM) $@ && $(LN_S) dsound/dsound.dll$(DLLEXT) $@
......@@ -625,9 +670,18 @@ IMPORT_LIBS = \
libdevenum \
libdinput \
libdinput8 \
libdmband \
libdmcompos \
libdmime \
libdmloader \
libdmscript \
libdmstyle \
libdmsynth \
libdmusic \
libdmusic32 \
libdplay \
libdplayx \
libdpnhpast \
libdsound \
libgdi32 \
libglu32 \
......@@ -783,11 +837,51 @@ libdinput8.def: dinput8/dinput8.spec.def
libdinput8.a: dinput8/dinput8.spec.def
$(DLLTOOL) -k -l $@ -d dinput8/dinput8.spec.def
libdmband.def: dmband/dmband.spec.def
$(RM) $@ && $(LN_S) dmband/dmband.spec.def $@
libdmband.a: dmband/dmband.spec.def
$(DLLTOOL) -k -l $@ -d dmband/dmband.spec.def
libdmcompos.def: dmcompos/dmcompos.spec.def
$(RM) $@ && $(LN_S) dmcompos/dmcompos.spec.def $@
libdmcompos.a: dmcompos/dmcompos.spec.def
$(DLLTOOL) -k -l $@ -d dmcompos/dmcompos.spec.def
libdmime.def: dmime/dmime.spec.def
$(RM) $@ && $(LN_S) dmime/dmime.spec.def $@
libdmime.a: dmime/dmime.spec.def
$(DLLTOOL) -k -l $@ -d dmime/dmime.spec.def
libdmloader.def: dmloader/dmloader.spec.def
$(RM) $@ && $(LN_S) dmloader/dmloader.spec.def $@
libdmloader.a: dmloader/dmloader.spec.def
$(DLLTOOL) -k -l $@ -d dmloader/dmloader.spec.def
libdmscript.def: dmscript/dmscript.spec.def
$(RM) $@ && $(LN_S) dmscript/dmscript.spec.def $@
libdmscript.a: dmscript/dmscript.spec.def
$(DLLTOOL) -k -l $@ -d dmscript/dmscript.spec.def
libdmstyle.def: dmstyle/dmstyle.spec.def
$(RM) $@ && $(LN_S) dmstyle/dmstyle.spec.def $@
libdmstyle.a: dmstyle/dmstyle.spec.def
$(DLLTOOL) -k -l $@ -d dmstyle/dmstyle.spec.def
libdmsynth.def: dmsynth/dmsynth.spec.def
$(RM) $@ && $(LN_S) dmsynth/dmsynth.spec.def $@
libdmsynth.a: dmsynth/dmsynth.spec.def
$(DLLTOOL) -k -l $@ -d dmsynth/dmsynth.spec.def
libdmusic.def: dmusic/dmusic.spec.def
$(RM) $@ && $(LN_S) dmusic/dmusic.spec.def $@
libdmusic.a: dmusic/dmusic.spec.def
$(DLLTOOL) -k -l $@ -d dmusic/dmusic.spec.def
libdmusic32.def: dmusic32/dmusic32.spec.def
$(RM) $@ && $(LN_S) dmusic32/dmusic32.spec.def $@
libdmusic32.a: dmusic32/dmusic32.spec.def
$(DLLTOOL) -k -l $@ -d dmusic32/dmusic32.spec.def
libdplay.def: dplay/dplay.spec.def
$(RM) $@ && $(LN_S) dplay/dplay.spec.def $@
libdplay.a: dplay/dplay.spec.def
......@@ -798,6 +892,11 @@ libdplayx.def: dplayx/dplayx.spec.def
libdplayx.a: dplayx/dplayx.spec.def
$(DLLTOOL) -k -l $@ -d dplayx/dplayx.spec.def
libdpnhpast.def: dpnhpast/dpnhpast.spec.def
$(RM) $@ && $(LN_S) dpnhpast/dpnhpast.spec.def $@
libdpnhpast.a: dpnhpast/dpnhpast.spec.def
$(DLLTOOL) -k -l $@ -d dpnhpast/dpnhpast.spec.def
libdsound.def: dsound/dsound.spec.def
$(RM) $@ && $(LN_S) dsound/dsound.spec.def $@
libdsound.a: dsound/dsound.spec.def
......@@ -1136,9 +1235,18 @@ ddraw/ddraw.spec.def: $(WINEBUILD)
devenum/devenum.spec.def: $(WINEBUILD)
dinput/dinput.spec.def: $(WINEBUILD)
dinput8/dinput8.spec.def: $(WINEBUILD)
dmband/dmband.spec.def: $(WINEBUILD)
dmcompos/dmcompos.spec.def: $(WINEBUILD)
dmime/dmime.spec.def: $(WINEBUILD)
dmloader/dmloader.spec.def: $(WINEBUILD)
dmscript/dmscript.spec.def: $(WINEBUILD)
dmstyle/dmstyle.spec.def: $(WINEBUILD)
dmsynth/dmsynth.spec.def: $(WINEBUILD)
dmusic/dmusic.spec.def: $(WINEBUILD)
dmusic32/dmusic32.spec.def: $(WINEBUILD)
dplay/dplay.spec.def: $(WINEBUILD)
dplayx/dplayx.spec.def: $(WINEBUILD)
dpnhpast/dpnhpast.spec.def: $(WINEBUILD)
dsound/dsound.spec.def: $(WINEBUILD)
gdi/gdi32.spec.def: $(WINEBUILD)
glu32/glu32.spec.def: $(WINEBUILD)
......@@ -1227,9 +1335,18 @@ ddraw/ddraw.dll$(DLLEXT): ddraw
devenum/devenum.dll$(DLLEXT): devenum
dinput/dinput.dll$(DLLEXT): dinput
dinput8/dinput8.dll$(DLLEXT): dinput8
dmband/dmband.dll$(DLLEXT): dmband
dmcompos/dmcompos.dll$(DLLEXT): dmcompos
dmime/dmime.dll$(DLLEXT): dmime
dmloader/dmloader.dll$(DLLEXT): dmloader
dmscript/dmscript.dll$(DLLEXT): dmscript
dmstyle/dmstyle.dll$(DLLEXT): dmstyle
dmsynth/dmsynth.dll$(DLLEXT): dmsynth
dmusic/dmusic.dll$(DLLEXT): dmusic
dmusic32/dmusic32.dll$(DLLEXT): dmusic32
dplay/dplay.dll$(DLLEXT): dplay
dplayx/dplayx.dll$(DLLEXT): dplayx
dpnhpast/dpnhpast.dll$(DLLEXT): dpnhpast
dsound/dsound.dll$(DLLEXT): dsound
gdi/gdi32.dll$(DLLEXT): gdi
glu32/glu32.dll$(DLLEXT): glu32
......@@ -1334,9 +1451,18 @@ ddraw/__install__: ddraw.dll$(DLLEXT)
devenum/__install__: devenum.dll$(DLLEXT)
dinput/__install__: dinput.dll$(DLLEXT)
dinput8/__install__: dinput8.dll$(DLLEXT)
dmband/__install__: dmband.dll$(DLLEXT)
dmcompos/__install__: dmcompos.dll$(DLLEXT)
dmime/__install__: dmime.dll$(DLLEXT)
dmloader/__install__: dmloader.dll$(DLLEXT)
dmscript/__install__: dmscript.dll$(DLLEXT)
dmstyle/__install__: dmstyle.dll$(DLLEXT)
dmsynth/__install__: dmsynth.dll$(DLLEXT)
dmusic/__install__: dmusic.dll$(DLLEXT)
dmusic32/__install__: dmusic32.dll$(DLLEXT)
dplay/__install__: dplay.dll$(DLLEXT)
dplayx/__install__: dplayx.dll$(DLLEXT)
dpnhpast/__install__: dpnhpast.dll$(DLLEXT)
dsound/__install__: dsound.dll$(DLLEXT)
gdi/__install__: gdi32.dll$(DLLEXT)
glu32/__install__: glu32.dll$(DLLEXT)
......
Makefile
dmband.dll.dbg.c
dmband.spec.c
dmband.spec.def
version.res
TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = dmband.dll
IMPORTS = dmusic kernel32
LDDLLFLAGS = @LDDLLFLAGS@
SYMBOLFILE = $(MODULE).tmp.o
C_SRCS = \
dmband_main.c
RC_SRCS = version.rc
@MAKE_DLL_RULES@
### Dependencies:
# Linked to main dmusic.dll for easier implementation
1 stdcall DllCanUnloadNow() dmusic.DllCanUnloadNow
2 stdcall DllGetClassObject(long long ptr) dmusic.DllGetClassObject
3 stdcall DllRegisterServer() dmusic.DllRegisterServer
4 stdcall DllUnregisterServer() dmusic.DllUnregisterServer
/* nothing here yet */
/*
* Copyright (C) 2003 Rok Mandeljc
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#define WINE_FILEDESCRIPTION_STR "Wine DirectMusic Band"
#define WINE_FILENAME_STR "dmband.dll"
#define WINE_FILEVERSION 4,8,1,881
#define WINE_FILEVERSION_STR "4.8.1.881"
#define WINE_PRODUCTVERSION 4,8,1,881
#define WINE_PRODUCTVERSION_STR "4.8"
#define WINE_PRODUCTNAME_STR "DirectX"
#include "wine/wine_common_ver.rc"
Makefile
dmcompos.dll.dbg.c
dmcompos.spec.c
dmcompos.spec.def
version.res
TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = dmcompos.dll
IMPORTS = dmusic kernel32
LDDLLFLAGS = @LDDLLFLAGS@
SYMBOLFILE = $(MODULE).tmp.o
C_SRCS = \
dmcompos_main.c
RC_SRCS = version.rc
@MAKE_DLL_RULES@
### Dependencies:
# Linked to main dmusic.dll for easier implementation
1 stdcall DllCanUnloadNow() dmusic.CanUnloadNow
2 stdcall DllGetClassObject(long long ptr) dmusic.DllGetClassObject
3 stdcall DllRegisterServer() dmusic.DllRegisterServer
4 stdcall DllUnregisterServer() dmusic.DllUnregisterServer
/* nothing here yet */
/*
* Copyright (C) 2003 Rok Mandeljc
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#define WINE_FILEDESCRIPTION_STR "Wine DirectMusic Composer"
#define WINE_FILENAME_STR "dmcompos.dll"
#define WINE_FILEVERSION 4,8,1,881
#define WINE_FILEVERSION_STR "4.8.1.881"
#define WINE_PRODUCTVERSION 4,8,1,881
#define WINE_PRODUCTVERSION_STR "4.8"
#define WINE_PRODUCTNAME_STR "DirectX"
#include "wine/wine_common_ver.rc"
Makefile
dmime.dll.dbg.c
dmime.spec.c
dmime.spec.def
version.res
TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = dmime.dll
IMPORTS = dmusic kernel32
LDDLLFLAGS = @LDDLLFLAGS@
SYMBOLFILE = $(MODULE).tmp.o
C_SRCS = \
dmime_main.c
RC_SRCS = version.rc
@MAKE_DLL_RULES@
### Dependencies:
# Linked to main dmusic.dll for easier implementation
1 stdcall DllCanUnloadNow() dmusic.DllCanUnloadNow
2 stdcall DllGetClassObject(long long ptr) dmusic.DllGetClassObject
3 stdcall DllRegisterServer() dmusic.DllRegisterServer
4 stdcall DllUnregisterServer() dmusic.DllUnregisterServer
/* nothing here yet */
/*
* Copyright (C) 2003 Rok Mandeljc
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#define WINE_FILEDESCRIPTION_STR "Wine DirectMusic Interactive Engine"
#define WINE_FILENAME_STR "dmime.dll"
#define WINE_FILEVERSION 4,8,1,881
#define WINE_FILEVERSION_STR "4.8.1.881"
#define WINE_PRODUCTVERSION 4,8,1,881
#define WINE_PRODUCTVERSION_STR "4.8"
#define WINE_PRODUCTNAME_STR "DirectX"
#include "wine/wine_common_ver.rc"
Makefile
dmloader.dll.dbg.c
dmloader.spec.c
dmloader.spec.def
version.res
TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = dmloader.dll
IMPORTS = dmusic kernel32
LDDLLFLAGS = @LDDLLFLAGS@
SYMBOLFILE = $(MODULE).tmp.o
C_SRCS = \
dmloader_main.c
RC_SRCS = version.rc
@MAKE_DLL_RULES@
### Dependencies:
# Linked to main dmusic.dll for easier implementation
1 stdcall DllCanUnloadNow() dmusic.DllCanUnloadNow
2 stdcall DllGetClassObject(long long ptr) dmusic.DllGetClassObject
3 stdcall DllRegisterServer() dmusic.DllRegisterServer
4 stdcall DllUnregisterServer() dmusic.DllUnregisterServer
/* nothing here yet */
/*
* Copyright (C) 2003 Rok Mandeljc
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#define WINE_FILEDESCRIPTION_STR "Wine DirectMusic Loader"
#define WINE_FILENAME_STR "dmloader.dll"
#define WINE_FILEVERSION 4,8,1,881
#define WINE_FILEVERSION_STR "4.8.1.881"
#define WINE_PRODUCTVERSION 4,8,1,881
#define WINE_PRODUCTVERSION_STR "4.8"
#define WINE_PRODUCTNAME_STR "DirectX"
#include "wine/wine_common_ver.rc"
Makefile
dmscript.dll.dbg.c
dmscript.spec.c
dmscript.spec.def
version.res
TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = dmscript.dll
IMPORTS = dmusic kernel32
LDDLLFLAGS = @LDDLLFLAGS@
SYMBOLFILE = $(MODULE).tmp.o
C_SRCS = \
dmscript_main.c
RC_SRCS = version.rc
@MAKE_DLL_RULES@
### Dependencies:
# Linked to main dmusic.dll for easier implementation
1 stdcall DllCanUnloadNow() dmusic.DllCanUnloadNow
2 stdcall DllGetClassObject(long long ptr) dmusic.DllGetClassObject
3 stdcall DllRegisterServer() dmusic.DllRegisterServer
4 stdcall DllUnregisterServer() dmusic.DllUnregisterServer
/* nothing here yet */
/*
* Copyright (C) 2003 Rok Mandeljc
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#define WINE_FILEDESCRIPTION_STR "Wine DirectMusic Scripting"
#define WINE_FILENAME_STR "dmscript.dll"
#define WINE_FILEVERSION 4,8,1,881
#define WINE_FILEVERSION_STR "4.8.1.881"
#define WINE_PRODUCTVERSION 4,8,1,881
#define WINE_PRODUCTVERSION_STR "4.8"
#define WINE_PRODUCTNAME_STR "DirectX"
#include "wine/wine_common_ver.rc"
Makefile
dmstyle.dll.dbg.c
dmstyle.spec.c
dmstyle.spec.def
version.res
TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = dmstyle.dll
IMPORTS = dmusic kernel32
LDDLLFLAGS = @LDDLLFLAGS@
SYMBOLFILE = $(MODULE).tmp.o
C_SRCS = \
dmstyle_main.c
RC_SRCS = version.rc
@MAKE_DLL_RULES@
### Dependencies:
# Linked to main dmusic.dll for easier implementation
1 stdcall DllCanUnloadNow() dmusic.DllCanUnloadNow
2 stdcall DllGetClassObject(long long ptr) dmusic.DllGetClassObject
3 stdcall DllRegisterServer() dmusic.DllRegisterServer
4 stdcall DllUnregisterServer() dmusic.DllUnregisterServer
/* nothing here yet */
/*
* Copyright (C) 2003 Rok Mandeljc
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#define WINE_FILEDESCRIPTION_STR "Wine DirectMusic Style Engine"
#define WINE_FILENAME_STR "dmstyle.dll"
#define WINE_FILEVERSION 4,8,1,881
#define WINE_FILEVERSION_STR "4.8.1.881"
#define WINE_PRODUCTVERSION 4,8,1,881
#define WINE_PRODUCTVERSION_STR "4.8"
#define WINE_PRODUCTNAME_STR "DirectX"
#include "wine/wine_common_ver.rc"
Makefile
dmsynth.dll.dbg.c
dmsynth.spec.c
dmsynth.spec.def
version.res
TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = dmsynth.dll
IMPORTS = dmusic kernel32
LDDLLFLAGS = @LDDLLFLAGS@
SYMBOLFILE = $(MODULE).tmp.o
C_SRCS = \
dmsynth_main.c
RC_SRCS = version.rc
@MAKE_DLL_RULES@
### Dependencies:
# Linked to main dmusic.dll for easier implementation
1 stdcall DllCanUnloadNow() dmusic.DllCanUnloadNow
2 stdcall DllGetClassObject( long long ptr ) dmusic.DllGetClassObject
3 stdcall DllRegisterServer() dmusic.DllRegisterServer
4 stdcall DllUnregisterServer() dmusic.DllUnregisterServer
/* nothing here yet */
/*
* Copyright (C) 2003 Rok Mandeljc
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#define WINE_FILEDESCRIPTION_STR "Wine DirectMusic Software Synthesizer"
#define WINE_FILENAME_STR "dmsynth.dll"
#define WINE_FILEVERSION 4,8,1,881
#define WINE_FILEVERSION_STR "4.8.1.881"
#define WINE_PRODUCTVERSION 4,8,1,881
#define WINE_PRODUCTVERSION_STR "4.8"
#define WINE_PRODUCTNAME_STR "DirectX"
#include "wine/wine_common_ver.rc"
Makefile
dmusic32.dll.dbg.c
dmusic32.spec.c
dmusic32.spec.def
version.res
TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = dmusic32.dll
IMPORTS = dmusic kernel32
LDDLLFLAGS = @LDDLLFLAGS@
SYMBOLFILE = $(MODULE).tmp.o
C_SRCS = \
dmusic32_main.c
RC_SRCS = version.rc
@MAKE_DLL_RULES@
### Dependencies:
1 stub CreateCDirectMusicEmulatePort
2 stub EnumLegacyDevices
/* nothing here yet */
/*
* Copyright (C) 2003 Rok Mandeljc
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#define WINE_FILEDESCRIPTION_STR "Wine DirectMusic Legacy Port"
#define WINE_FILENAME_STR "dmusic32.dll"
#define WINE_FILEVERSION 4,8,1,881
#define WINE_FILEVERSION_STR "4.8.1.881"
#define WINE_PRODUCTVERSION 4,8,1,881
#define WINE_PRODUCTVERSION_STR "4.8"
#define WINE_PRODUCTNAME_STR "DirectX"
#include "wine/wine_common_ver.rc"
Makefile
dpnhpast.dll.dbg.c
dpnhpast.spec.c
dpnhpast.spec.def
version.res
TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = dpnhpast.dll
IMPORTS = kernel32
LDDLLFLAGS = @LDDLLFLAGS@
SYMBOLFILE = $(MODULE).tmp.o
C_SRCS = \
main.c
RC_SRCS = version.rc
@MAKE_DLL_RULES@
### Dependencies:
1 stub DirectPlayNATHelpCreate
2 stdcall DllRegisterServer() DPNHPAST_DllRegisterServer
3 stdcall DllCanUnloadNow() DPNHPAST_DllCanUnloadNow
4 stdcall DllGetClassObject( long long ptr ) DPNHPAST_DllGetClassObject
5 stdcall DllUnregisterServer() DPNHPAST_DllUnregisterServer
/* DirectPlay NAT Helper Past Main
*
* Copyright (C) 2003 Rok Mandeljc
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Library General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
#include "config.h"
#include "windef.h"
#include "winbase.h"
#include "wine/debug.h"
WINE_DEFAULT_DEBUG_CHANNEL(dpnhpast);
/******************************************************************
* DllMain
*
*
*/
BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved)
{
TRACE("(%p, %ld, %p)\n",hinstDLL,fdwReason,lpvReserved);
if (fdwReason == DLL_PROCESS_ATTACH)
{
/* FIXME: Initialisation */
}
else if (fdwReason == DLL_PROCESS_DETACH)
{
/* FIXME: Cleanup */
}
return TRUE;
}
/******************************************************************
* DirectPlayNATHelpCreate (DPNHPAST.1)
*
*
*/
#if 0
HRESULT WINAPI DPNHPAST_DirectPlayNATHelpCreate()
{
/* @stub in .spec */
}
#endif
/******************************************************************
* DllRegisterServer (DPNHPAST.2)
*
*
*/
HRESULT WINAPI DPNHPAST_DllRegisterServer(void)
{
FIXME(":stub\n");
return S_OK;
}
/******************************************************************
* DllCanUnloadNow (DPNHPAST.3)
*
*
*/
HRESULT WINAPI DPNHPAST_DllCanUnloadNow(void)
{
FIXME(":stub\n");
return S_OK;
}
/******************************************************************
* DllGetClassObject (DPNHPAST.4)
*
*
*/
HRESULT WINAPI DPNHPAST_DllGetClassObject(REFCLSID rclsid, REFIID riid, LPVOID FAR)
{
FIXME(":stub\n");
return S_OK;
}
/******************************************************************
* DllUnregisterServer (DPNHPAST.5)
*
*
*/
HRESULT WINAPI DPNHPAST_DllUnregisterServer(void)
{
FIXME(":stub\n");
return S_OK;
}
/*
* Copyright (C) 2003 Rok Mandeljc
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#define WINE_FILEDESCRIPTION_STR "Wine DirectPlay NAT Helper PAST"
#define WINE_FILENAME_STR "dpnhpast.dll"
#define WINE_FILEVERSION 4,8,1,881
#define WINE_FILEVERSION_STR "4.8.1.881"
#define WINE_PRODUCTVERSION 4,8,1,881
#define WINE_PRODUCTVERSION_STR "4.8"
#define WINE_PRODUCTNAME_STR "DirectX"
#include "wine/wine_common_ver.rc"
......@@ -45,8 +45,12 @@ WINDOWS_INCLUDES = \
dmo.h \
dmoreg.h \
dmort.h \
dmplugin.h \
dmusbuff.h \
dmusicc.h \
dmusicf.h \
dmusici.h \
dmusics.h \
docobj.h \
dplay.h \
dplobby.h \
......
......@@ -34,6 +34,9 @@
#include "ddraw.h"
#include "dsound.h"
#include "dmusicc.h"
#include "dmusici.h"
#include "dmusics.h"
#include "dmplugin.h"
#include "dplay.h"
#include "dplobby.h"
#include "dinput.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment