24bc9db2bc5a1cff3afadc0fe6efc389c0e2d2de
[reactos.git] / reactos / lib / olepro32 / Makefile.ros-template
1 # $Id: Makefile.ros-template,v 1.3 2004/12/03 23:37:42 blight Exp $
2
3 TARGET_NAME = olepro32
4
5 TARGET_OBJECTS = @C_SRCS@
6
7 TARGET_CFLAGS = @EXTRADEFS@
8
9 TARGET_SDKLIBS = @IMPORTS@ wine.a wine_uuid.a ntdll.a oleaut32.a
10
11 TARGET_BASE = $(TARGET_BASE_LIB_OLEPRO32)
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