51 lines
1.2 KiB
Plaintext
51 lines
1.2 KiB
Plaintext
# This makefile has been generated automatically by mwgenmakeC for
|
|
# compiling MFC application.
|
|
|
|
CUSTOM_RULES = /vobs/ie4/wininet.template
|
|
|
|
SOURCES = \
|
|
splugin.cxx \
|
|
httpfilt.cxx \
|
|
basic.cxx \
|
|
urlzone.cxx \
|
|
htuu.c \
|
|
sspi.c \
|
|
sspspm.c \
|
|
sspcalls.c \
|
|
digest.cxx \
|
|
md5c.c \
|
|
plug.cxx
|
|
|
|
INCLUDES += \
|
|
-I.\
|
|
-I${WININET_DIR}/inc\
|
|
-I${WININET_DIR}/inc/private\
|
|
-I${WININET_DIR}/debug
|
|
|
|
DEFINES += -DNT -DWIN32S=0
|
|
|
|
WLIB = httpauth
|
|
LIB = lib${WLIB}.a
|
|
|
|
CPP_OBJS := ${SOURCES:%.cxx=%.o}
|
|
LIBOBJS = ${CPP_OBJS:%.c=%.o}
|
|
SRCS=${SOURCES}
|
|
|
|
## you may define the following variables
|
|
## RUN.dir : the directory where you want the executables to go
|
|
## APP_CFLAGS : additional compilation flags for C compiler
|
|
## APP_CCPPFLAGS: additional compilation flags for C++ compiler
|
|
## APP_DLLFLAGS : additional link flags
|
|
## MWINIT_DEFINES : list of -D<symbols> used to initialize
|
|
## Mainwin in certain specific ways
|
|
## MWLOCALES: list of country codes corresponding to the
|
|
## resources you have prepared in the res subdirectory
|
|
##
|
|
|
|
NO_UNICODE = 1
|
|
APP_CFLAGS += ${WININET_CFLAGS} ${INCLUDES} ${DEFINES}
|
|
__cplusplus = true
|
|
|
|
|
|
include $(MWHOME)/make.rules.simple
|