mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
done with wininet import
svn path=/trunk/; revision=14694
This commit is contained in:
parent
00c9609713
commit
cf1a2b10ac
2 changed files with 30 additions and 0 deletions
21
reactos/lib/wininet/Makefile.ros-template
Normal file
21
reactos/lib/wininet/Makefile.ros-template
Normal file
|
@ -0,0 +1,21 @@
|
|||
# $Id: Makefile.ros-template 11910 2004-12-03 23:37:44Z blight $
|
||||
|
||||
TARGET_NAME = wininet
|
||||
|
||||
TARGET_OBJECTS = @C_SRCS@
|
||||
|
||||
TARGET_CFLAGS = @EXTRADEFS@ -D__REACTOS__
|
||||
|
||||
TARGET_SDKLIBS = @IMPORTS@ wine.a wine_uuid.a ntdll.a ws2_32.a
|
||||
|
||||
TARGET_BASE = $(TARGET_BASE_LIB_WININET)
|
||||
|
||||
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/wininet/makefile
Normal file
9
reactos/lib/wininet/makefile
Normal file
|
@ -0,0 +1,9 @@
|
|||
# $Id: makefile 7409 2004-01-02 19:49:47Z gvg $
|
||||
|
||||
PATH_TO_TOP = ../..
|
||||
|
||||
TARGET_TYPE = winedll
|
||||
|
||||
include $(PATH_TO_TOP)/rules.mak
|
||||
|
||||
include $(TOOLS_PATH)/helper.mk
|
Loading…
Reference in a new issue