migrate substitution keywords to SVN
[reactos.git] / reactos / lib / msvideo / Makefile.ros-template
1 # $Id$
2
3 TARGET_NAME = msvfw32
4
5 TARGET_OBJECTS = @C_SRCS@
6
7 TARGET_CFLAGS = @EXTRADEFS@ -D__REACTOS__
8
9 TARGET_SDKLIBS = @IMPORTS@ wine.a wine_uuid.a ntdll.a
10
11 TARGET_BASE = $(TARGET_BASE_LIB_WINMM)
12
13 TARGET_RC_SRCS = @RC_SRCS@
14 TARGET_RC_BINSRC = @RC_BINSRC@
15 TARGET_RC_BINARIES = @RC_BINARIES@
16
17 default: all
18
19 DEP_OBJECTS = $(TARGET_OBJECTS)
20
21 include $(TOOLS_PATH)/depend.mk