done with wininet import

svn path=/trunk/; revision=14694
This commit is contained in:
Steven Edwards 2005-04-19 05:01:47 +00:00
parent 00c9609713
commit cf1a2b10ac
2 changed files with 30 additions and 0 deletions

View 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

View 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