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.

90 lines
2.0 KiB

  1. !IF 0
  2. Copyright (c) 1994 Microsoft Corporation
  3. Module Name:
  4. sources.
  5. Abstract:
  6. This file specifies the target component being built and the list of
  7. sources files needed to build that component. Also specifies optional
  8. compiler switches and libraries that are unique for the component being
  9. built.
  10. Author:
  11. Steve Wood (stevewo) 12-Apr-1989
  12. Revision History:
  13. !ENDIF
  14. TARGETNAME=urlcache
  15. TARGETTYPE=LIBRARY
  16. TARGETPATH=..\lib\$(_OBJ_DIR)
  17. INCLUDES=.;..\inc;..\inc\$(O);..\inc\private;..\inetui;$(SHELL_INC_PATH);..\..\passport
  18. SOURCES= \
  19. cachapia.cxx \
  20. cachapiw.cxx \
  21. cacheapi.cxx \
  22. cachecfg.cxx \
  23. urlcache.cxx \
  24. contain.cxx \
  25. instcon.cxx \
  26. downsize.cxx \
  27. filemap.cxx \
  28. hashutil.cxx \
  29. hndlmgr.cxx \
  30. initglob.cxx \
  31. cookies.cxx \
  32. conlist.cxx \
  33. conmgr.cxx \
  34. filemgr.cxx \
  35. reg.cxx \
  36. util.cxx \
  37. ids.cxx \
  38. group.cxx \
  39. 401imprt.cxx \
  40. debug.c
  41. C_DEFINES= $(C_DEFINES) -DWIN32 -D_URLCACHEAPI_ -D_WINX32_ -DBETA_LOGGING
  42. # Set debugging level
  43. !IF "$(NTDEBUG)" != "" && "$(NTDEBUG)" != "retail" && "$(NTDEBUG)" != "ntsdnodbg"
  44. C_DEFINES=$(C_DEFINES) -DENABLE_DEBUG -DINET_DEBUG=1
  45. !IF "$(FULL_DEBUG)" != ""
  46. C_DEFINES=$(C_DEFINES) -DUSE_DEBUG_MEMORY
  47. !ELSE
  48. C_DEFINES=$(C_DEFINES) -DRETAIL_LOGGING
  49. !IF "$(BUILD_PRODUCT)" != "IE"
  50. C_DEFINES=$(C_DEFINES) -DDISABLE_ASSERTS
  51. !ENDIF
  52. !ENDIF
  53. !ENDIF
  54. PRECOMPILED_CXX=1
  55. PRECOMPILED_INCLUDE=cache.hxx
  56. PRECOMPILED_PCH=cache.pch
  57. PRECOMPILED_OBJ=cache.obj
  58. CONDITIONAL_INCLUDES = \
  59. winwlm.h \
  60. macwin32.h \
  61. ia64inst.h \
  62. pshpck16.h \
  63. rpcerr.h \
  64. rpcmac.h \
  65. macname1.h \
  66. macpub.h \
  67. macapi.h \
  68. macname2.h \
  69. mainwin.h