Source code of Windows XP (NT5)
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.
|
|
# # Copyright (c) 2000 Microsoft Corporation # # Module Name: util # # Abstract: Various utilities for use by the IUEngine # MAJORCOMP=windows.com MINORCOMP=lib.download
TARGETNAME=download #TARGETPATH=$(IU_UTIL_LIB_DIR) TARGETPATH=$(_OBJ_DIR) TARGETTYPE=LIBRARY UMTYPE=windows
# # Compiler settings # # C_DEFINES=-D_USRDLL -D_ATL_MIN_CRT # PRECOMPILED_CXX=1 # PRECOMPILED_OBJ=StdAfx.obj # PRECOMPILED_INCLUDE=StdAfx.h # USE_CRTDLL=1 # USE_LIBCMT=1 # USE_STL=1 # USE_MSVCRT=1 # USE_NATIVE_EH=1
CHICAGO_PRODUCT=1 #BROWSER_INFO=1
# # we use try/catch for safearray, so we need this flag # # USER_C_FLAGS=/GX
INCLUDES= $(INCLUDES);$(BASEDIR)\public\sdk\inc\atl30;..\..\..\inc
SOURCES= \ download.cpp \ dlutil.cpp \ dlhttp.cpp \ dlcache.cpp \
|