Skip to content
Snippets Groups Projects
Commit 6fea55f1 authored by Eric Pouech's avatar Eric Pouech Committed by Alexandre Julliard
Browse files

Added dlls/winmm and dlls/winmm/wineoss directories.

parent dc8d856c
No related branches found
No related tags found
No related merge requests found
...@@ -62,6 +62,8 @@ LIBSUBDIRS = \ ...@@ -62,6 +62,8 @@ LIBSUBDIRS = \
dlls/win87em \ dlls/win87em \
dlls/winaspi \ dlls/winaspi \
dlls/windebug \ dlls/windebug \
dlls/winmm \
dlls/winmm/wineoss \
dlls/wing \ dlls/wing \
dlls/winspool \ dlls/winspool \
dlls/wnaspi32 \ dlls/wnaspi32 \
...@@ -159,6 +161,7 @@ LIBOBJS = \ ...@@ -159,6 +161,7 @@ LIBOBJS = \
dlls/win87em/win87em.o \ dlls/win87em/win87em.o \
dlls/winaspi/winaspi.o \ dlls/winaspi/winaspi.o \
dlls/windebug/windebug.o \ dlls/windebug/windebug.o \
dlls/winmm/wineoss/wineoss.o \
dlls/wing/wing.o \ dlls/wing/wing.o \
dlls/winspool/winspool.o \ dlls/winspool/winspool.o \
dlls/wnaspi32/wnaspi32.o \ dlls/wnaspi32/wnaspi32.o \
......
...@@ -5650,6 +5650,8 @@ dlls/win32s/Makefile ...@@ -5650,6 +5650,8 @@ dlls/win32s/Makefile
dlls/win87em/Makefile dlls/win87em/Makefile
dlls/winaspi/Makefile dlls/winaspi/Makefile
dlls/windebug/Makefile dlls/windebug/Makefile
dlls/winmm/Makefile
dlls/winmm/wineoss/Makefile
dlls/wing/Makefile dlls/wing/Makefile
dlls/winspool/Makefile dlls/winspool/Makefile
dlls/wnaspi32/Makefile dlls/wnaspi32/Makefile
...@@ -5843,6 +5845,8 @@ dlls/win32s/Makefile ...@@ -5843,6 +5845,8 @@ dlls/win32s/Makefile
dlls/win87em/Makefile dlls/win87em/Makefile
dlls/winaspi/Makefile dlls/winaspi/Makefile
dlls/windebug/Makefile dlls/windebug/Makefile
dlls/winmm/Makefile
dlls/winmm/wineoss/Makefile
dlls/wing/Makefile dlls/wing/Makefile
dlls/winspool/Makefile dlls/winspool/Makefile
dlls/wnaspi32/Makefile dlls/wnaspi32/Makefile
......
...@@ -857,6 +857,8 @@ dlls/win32s/Makefile ...@@ -857,6 +857,8 @@ dlls/win32s/Makefile
dlls/win87em/Makefile dlls/win87em/Makefile
dlls/winaspi/Makefile dlls/winaspi/Makefile
dlls/windebug/Makefile dlls/windebug/Makefile
dlls/winmm/Makefile
dlls/winmm/wineoss/Makefile
dlls/wing/Makefile dlls/wing/Makefile
dlls/winspool/Makefile dlls/winspool/Makefile
dlls/wnaspi32/Makefile dlls/wnaspi32/Makefile
......
Makefile
DEFS = @DLLFLAGS@ -D__WINE__
TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = winmm
all: $(MODULE).o
@MAKE_RULES@
### Dependencies:
Makefile
wineoss.spec.c
DEFS = @DLLFLAGS@ -D__WINE__
TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../../..
SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = wineoss
SPEC_SRCS = \
wineoss.spec
C_SRCS =
all: $(MODULE).o
@MAKE_RULES@
call32.s: $(BUILD)
$(BUILD) @BUILDFLAGS@ -o $@ -call32
### Dependencies:
name wineoss
type win32
1 stdcall DriverProc(long long long long long) OSS_DriverProc
2 stdcall auxMessage(long long long long long) OSS_auxMessage
3 stdcall mixMessage(long long long long long) OSS_mixMessage
4 stdcall midMessage(long long long long long) OSS_midMessage
5 stdcall modMessage(long long long long long) OSS_modMessage
6 stdcall widMessage(long long long long long) OSS_widMessage
7 stdcall wodMessage(long long long long long) OSS_wodMessage
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment