mirror of
https://github.com/reactos/wine.git
synced 2024-12-02 00:36:43 +00:00
67371bcc8d
Added -exe mode to generate a .spec.c for an exe without having to provide a .spec. Removed some no longer needed spec files. Removed .dll extension in makefiles import specifications.
22 lines
338 B
Makefile
22 lines
338 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = mciavi.drv
|
|
IMPORTS = msvfw32 winmm user32 gdi32 kernel32 ntdll
|
|
|
|
LDDLLFLAGS = @LDDLLFLAGS@
|
|
SYMBOLFILE = $(MODULE).tmp.o
|
|
|
|
C_SRCS = \
|
|
info.c \
|
|
mciavi.c \
|
|
mmoutput.c \
|
|
wnd.c
|
|
|
|
RC_SRCS = mciavi_res.rc
|
|
|
|
@MAKE_DLL_RULES@
|
|
|
|
### Dependencies:
|