Sweden-Number/dlls/winmm/Makefile.in

32 lines
486 B
Makefile
Raw Normal View History

2006-11-08 22:24:36 +01:00
EXTRADEFS = -D_WINMM_
TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = winmm.dll
IMPORTLIB = winmm
2003-03-07 21:30:17 +01:00
IMPORTS = user32 advapi32 kernel32 ntdll
C_SRCS = \
driver.c \
joystick.c \
lolvldrv.c \
mci.c \
mmio.c \
playsound.c \
time.c \
winmm.c
C_SRCS16 = \
message16.c \
mmsystem.c
SPEC_SRCS16 = \
mmsystem.spec
RC_SRCS = winmm_res.rc
@MAKE_DLL_RULES@
@DEPENDENCIES@ # everything below this line is overwritten by make depend