migrate substitution keywords to SVN
[reactos.git] / reactos / lib / riched20 / Makefile.ros-template
1 # $Id$
2
3 TARGET_NAME = riched20
4
5 TARGET_OBJECTS = @C_SRCS@
6
7 TARGET_CFLAGS = @EXTRADEFS@ -D__REACTOS__ -D__WINESRC__
8
9 TARGET_SDKLIBS = @IMPORTS@ wine.a ntdll.a wine_unicode.a
10
11 TARGET_BASE = $(TARGET_BASE_LIB_SETUPAPI)
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