mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 20:59:54 +00:00
a896389679
Moved CLSID_FilterGraph and the related GUIDs to strmiids.
19 lines
288 B
Makefile
19 lines
288 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = amstream.dll
|
|
IMPORTS = ole32 user32 advapi32 kernel32
|
|
EXTRALIBS = -lstrmiids -luuid
|
|
|
|
C_SRCS = \
|
|
amstream.c \
|
|
main.c \
|
|
regsvr.c
|
|
|
|
RC_SRCS = version.rc
|
|
|
|
@MAKE_DLL_RULES@
|
|
|
|
### Dependencies:
|