You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
50 lines
1.1 KiB
50 lines
1.1 KiB
!IF 0
|
|
|
|
Copyright (c) 1989-1991 Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
sources.
|
|
|
|
Abstract:
|
|
|
|
This file specifies the target component being built and the list of
|
|
sources files needed to build that component. Also specifies optional
|
|
compiler switches and libraries that are unique for the component being
|
|
built.
|
|
|
|
!ENDIF
|
|
|
|
!INCLUDE ..\whttptst.inc
|
|
|
|
MINORCOMP=dll
|
|
TARGETNAME=whttptst
|
|
TARGETTYPE=DYNLINK
|
|
TARGETPATH=obj
|
|
UMTYPE=windows
|
|
DLLENTRY=_DllMainCRTStartup
|
|
|
|
# Make sure the component libs are built before this.
|
|
SYNCHRONIZE_DRAIN=1
|
|
|
|
INCLUDES=$(O);$(WHTTPTSTINC);
|
|
|
|
SOURCES=dllentry.cxx \
|
|
whttptst.rc
|
|
|
|
LINKLIBS=\
|
|
$(LIBDIR)\*\utils.lib \
|
|
$(LIBDIR)\*\winhttptest.lib \
|
|
$(LIBDIR)\*\whterror.lib \
|
|
$(LIBDIR)\*\urlcmp.lib \
|
|
$(LIBDIR)\*\pch.lib \
|
|
$(LIBDIR)\*\winhttp5.lib \
|
|
$(SDK_LIB_PATH)\libcmt.lib
|
|
|
|
TARGETLIBS= \
|
|
$(SDK_LIB_PATH)\advapi32.lib \
|
|
$(SDK_LIB_PATH)\ole32.lib \
|
|
$(SDK_LIB_PATH)\oleaut32.lib \
|
|
$(SDK_LIB_PATH)\user32.lib \
|
|
$(SDK_LIB_PATH)\kernel32.lib \
|
|
$(SDK_LIB_PATH)\uuid.lib
|