Started porting Setupapi.dll from WINE to ReactOS.
[reactos.git] / reactos / lib / setupapi / Makefile.ros-template
1 # $Id: Makefile.ros-template,v 1.1 2004/01/24 15:39:18 sedwards Exp $
2
3 TARGET_NAME = setupapi
4
5 TARGET_OBJECTS = @C_SRCS@
6
7 TARGET_CFLAGS = @EXTRADEFS@ -D__REACTOS__
8
9 TARGET_SDKLIBS = @IMPORTS@ libwine.a ntdll.a libwine_unicode.a
10
11 TARGET_BASE = 0x76160000
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