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.
86 lines
2.0 KiB
86 lines
2.0 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.
|
|
|
|
|
|
History:
|
|
|
|
Created 12-Sep-1991 by Richard L Firth (rfirth)
|
|
from template created 12-Apr-1990 by Steve Wood (stevewo)
|
|
|
|
|
|
NOTE: Commented description of this file is in \nt\public\oak\bin\sources.tpl
|
|
|
|
!ENDIF
|
|
|
|
TARGETNAME=winhttp5
|
|
UMTYPE=windows
|
|
|
|
!INCLUDE ..\wininet.inc
|
|
|
|
MINORCOMP=dll
|
|
|
|
TARGETTYPE=DYNLINK
|
|
TARGETPATH=obj
|
|
|
|
#PASS1_PUBLISH={$(O)\winhttpx.lib=$(PROJECT_LIB_PATH)\winhttpx.lib}
|
|
|
|
# Make sure the component libs are built before this.
|
|
SYNCHRONIZE_DRAIN=1
|
|
|
|
DLLENTRY=_DllMainCRTStartup
|
|
|
|
INCLUDES=$(O);..\inc;..\idl;$(SHELL_INC_PATH);$(PROJECT_LIB_PATH)
|
|
|
|
SOURCES=dllentry.cxx \
|
|
winhttp.rc
|
|
|
|
NTTARGETFILE0= \
|
|
$(O)\inetmsg.rc
|
|
|
|
LINKLIBS=\
|
|
$(LIBDIR)\*\httpapi.lib \
|
|
$(LIBDIR)\*\debug.lib \
|
|
$(LIBDIR)\*\dummy.lib \
|
|
$(LIBDIR)\*\common.lib \
|
|
$(LIBDIR)\*\hndlobj.lib \
|
|
$(LIBDIR)\*\http.lib \
|
|
$(LIBDIR)\*\httpauth.lib \
|
|
$(LIBDIR)\*\httprequest.lib \
|
|
$(LIBDIR)\*\httpguids.lib \
|
|
$(LIBDIR)\*\passport.lib \
|
|
|
|
|
|
!IF "$(WIN64)" == "0" && "$(FULL_DEBUG)"==""
|
|
LINKLIBS=$(LINKLIBS) \
|
|
$(LIBDIR)\*\RockAllHeap.lib \
|
|
$(LIBDIR)\*\RockAllInterface.lib \
|
|
$(LIBDIR)\*\RockAllLibrary.lib
|
|
!ENDIF
|
|
|
|
|
|
DELAYLOAD=crypt32.dll;ole32.dll;oleaut32.dll
|
|
#DLOAD_ERROR_HANDLER=kernel32.dll
|
|
TARGETLIBS= \
|
|
$(SHELL_LIB_PATH)\shlwapip.lib \
|
|
$(SDK_LIB_PATH)\crypt32.lib \
|
|
$(SDK_LIB_PATH)\advapi32.lib \
|
|
$(SDK_LIB_PATH)\kernel32.lib \
|
|
$(SDK_LIB_PATH)\oleaut32.lib \
|
|
$(SDK_LIB_PATH)\ole32.lib \
|
|
$(SDK_LIB_PATH)\user32.lib \
|
|
$(SDK_LIB_PATH)\uuid.lib \
|
|
$(SDK_LIB_PATH)\Gdi32.lib
|
|
|
|
|