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.

45 lines
779 B

  1. #
  2. # Copyright (c) 2000 Microsoft Corporation
  3. #
  4. # Module Name: util
  5. #
  6. # Abstract: Various utilities for use by the IUEngine
  7. #
  8. MAJORCOMP=windows.com
  9. MINORCOMP=lib.download
  10. TARGETNAME=download
  11. #TARGETPATH=$(IU_UTIL_LIB_DIR)
  12. TARGETPATH=$(_OBJ_DIR)
  13. TARGETTYPE=LIBRARY
  14. UMTYPE=windows
  15. #
  16. # Compiler settings
  17. #
  18. # C_DEFINES=-D_USRDLL -D_ATL_MIN_CRT
  19. # PRECOMPILED_CXX=1
  20. # PRECOMPILED_OBJ=StdAfx.obj
  21. # PRECOMPILED_INCLUDE=StdAfx.h
  22. # USE_CRTDLL=1
  23. # USE_LIBCMT=1
  24. # USE_STL=1
  25. # USE_MSVCRT=1
  26. # USE_NATIVE_EH=1
  27. CHICAGO_PRODUCT=1
  28. #BROWSER_INFO=1
  29. #
  30. # we use try/catch for safearray, so we need this flag
  31. #
  32. # USER_C_FLAGS=/GX
  33. INCLUDES= $(INCLUDES);$(BASEDIR)\public\sdk\inc\atl30;..\..\..\inc
  34. SOURCES= \
  35. download.cpp \
  36. dlutil.cpp \
  37. dlhttp.cpp \
  38. dlcache.cpp \