mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
Forgot to add Makefiles
svn path=/trunk/; revision=13299
This commit is contained in:
parent
5078cef23f
commit
e22aec2f4a
2 changed files with 30 additions and 0 deletions
21
reactos/lib/setupapi/Makefile.ros-template
Normal file
21
reactos/lib/setupapi/Makefile.ros-template
Normal file
|
@ -0,0 +1,21 @@
|
|||
# $Id: Makefile.ros-template 12852 2005-01-06 13:58:04Z mf $
|
||||
|
||||
TARGET_NAME = setupapi
|
||||
|
||||
TARGET_OBJECTS = @C_SRCS@
|
||||
|
||||
TARGET_CFLAGS = @EXTRADEFS@ -D__REACTOS__ -D__WINESRC__
|
||||
|
||||
TARGET_SDKLIBS = @IMPORTS@ wine.a ntdll.a wine_unicode.a
|
||||
|
||||
TARGET_BASE = $(TARGET_BASE_LIB_SETUPAPI)
|
||||
|
||||
TARGET_RC_SRCS = @RC_SRCS@
|
||||
TARGET_RC_BINSRC = @RC_BINSRC@
|
||||
TARGET_RC_BINARIES = @RC_BINARIES@
|
||||
|
||||
default: all
|
||||
|
||||
DEP_OBJECTS = $(TARGET_OBJECTS)
|
||||
|
||||
include $(TOOLS_PATH)/depend.mk
|
9
reactos/lib/setupapi/makefile
Normal file
9
reactos/lib/setupapi/makefile
Normal file
|
@ -0,0 +1,9 @@
|
|||
# $Id: makefile 12852 2005-01-06 13:58:04Z mf $
|
||||
|
||||
PATH_TO_TOP = ../..
|
||||
|
||||
TARGET_TYPE = winedll
|
||||
|
||||
include $(PATH_TO_TOP)/rules.mak
|
||||
|
||||
include $(TOOLS_PATH)/helper.mk
|
Loading…
Reference in a new issue