mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-02 03:08:42 +00:00
d6254fcb43
- Add new debugging function wine_dbstr_longlong.
27 lines
439 B
Makefile
27 lines
439 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = quartz.dll
|
|
IMPORTS = ole32 oleaut32 advapi32 kernel32 user32
|
|
EXTRALIBS = $(LIBUUID) $(LIBUNICODE)
|
|
|
|
C_SRCS = \
|
|
avisplit.c \
|
|
control.c \
|
|
enummedia.c \
|
|
enummoniker.c \
|
|
enumpins.c \
|
|
filesource.c \
|
|
filtergraph.c \
|
|
filtermapper.c \
|
|
main.c \
|
|
memallocator.c \
|
|
pin.c \
|
|
regsvr.c
|
|
|
|
RC_SRCS = version.rc
|
|
|
|
@MAKE_DLL_RULES@
|
|
|
|
### Dependencies:
|