Leaked source code of windows server 2003
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.
 
 
 
 
 
 

131 lines
3.3 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=wininet
UMTYPE=windows
!INCLUDE ..\wininet.inc
TARGETTYPE=DYNLINK
TARGETPATH=obj
PASS1_PUBLISH={$(O)\wininet.lib=$(SDK_LIB_PATH)\wininet.lib}
#VERIFY_LC=1
LC_PATH=$(PROJECT_ROOT)\lcinf
# Make sure the component libs are built before this.
SYNCHRONIZE_DRAIN=1
DLLENTRY=_DllMainCRTStartup
INCLUDES=..\inc;$(O);$(SHELL_INC_PATH)
SOURCES=autodial.cxx \
blocklst.cxx \
certcach.cxx \
cliauth.cxx \
cookimp.cxx \
cookexp.cxx \
dllentry.cxx \
globals.cxx \
iedial.cxx \
inetapia.cxx \
inetapiu.cxx \
inetapiw.cxx \
options.cxx \
parseurl.cxx \
proxreg.cxx \
rashelp.cxx \
readhtml.cxx \
registry.cxx \
thrdinfo.cxx \
strtokex.c \
strtodbl.c \
wininet.rc
NTTARGETFILE0= \
$(BASEDIR)\public\sdk\inc\inetmsg.h \
$(O)\inetmsg.rc \
$(O)\selfreg_wininet.inf
!if "$(BUILD_PRODUCT)" == "NT"
MISCFILES = $(MISCFILES) $(O)\selfreg_wininet.inf
!endif
# Dynamically loading comctl32 through shfusion. Need to ignore "locally defined symbol imported" error
LINKER_FLAGS = $(LINKER_FLAGS) -ignore:4049,4217
LINKLIBS=\
$(LIBDIR)\*\debug.lib \
$(LIBDIR)\*\dummy.lib \
$(LIBDIR)\*\common.lib \
$(LIBDIR)\*\ftp.lib \
$(LIBDIR)\*\gopher.lib \
$(LIBDIR)\*\hndlobj.lib \
$(LIBDIR)\*\http.lib \
$(LIBDIR)\*\p3pclient.lib \
$(LIBDIR)\*\httpauth.lib \
$(LIBDIR)\*\urlcache.lib \
$(LIBDIR)\*\inetui.lib \
$(LIBDIR)\*\apdetect.lib \
..\..\passport\$O\passport.lib
!IF "$(PROCESSOR_ARCHITECTURE)"=="x86"
LINKLIBS=$(LINKLIBS) \
..\lib\vxdcalls.lib
!ENDIF
DELAYLOAD=ole32.dll; version.dll; tapi32.dll;Gdi32.dll
DLOAD_ERROR_HANDLER = shlwapi.dll
DLOAD_FORCE_ERROR_CHECK = 1
TARGETLIBS= \
$(SHELL_LIB_PATH)\shlwapip.lib \
$(SDK_LIB_PATH)\crypt32.lib \
$(SDK_LIB_PATH)\advapi32.lib \
$(SDK_LIB_PATH)\kernel32.lib \
$(SDK_LIB_PATH)\user32.lib \
$(SDK_LIB_PATH)\htmlhelp.lib \
$(SDK_LIB_PATH)\uuid.lib \
$(SDK_LIB_PATH)\ole32.lib \
$(SDK_LIB_PATH)\oleaut32.lib \
$(SDK_LIB_PATH)\tapi32.lib \
$(SDK_LIB_PATH)\version.lib \
$(SDK_LIB_PATH)\Gdi32.lib \
$(SHELL_LIB_PATH)\shfusion4.lib \
$(DS_LIB_PATH)\rsa32.lib
#
# Fusionized
#
SXS_ASSEMBLY_NAME=Windows.WinINET
SXS_ASSEMBLY_VERSION=1.0
SXS_ASSEMBLY_LANGUAGE=0000
SXS_MANIFEST=WinINET.Manifest
SXS_MANIFEST_IN_RESOURCES=
SXS_MANIFEST_RESOURCE_ID=123
SXS_NO_BINPLACE=1