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.

88 lines
1.9 KiB

  1. !IF 0
  2. Copyright (c) 1989-1991 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. NOTE: Commented description of this file is in \nt\public\oak\bin\sources.tpl
  11. !ENDIF
  12. MAJORCOMP=shell
  13. MINORCOMP=DskQuotaWatchDog
  14. DLLENTRY=_DllMainCRTStartup
  15. PRECOMPILED_INCLUDE=precomp.hxx
  16. PRECOMPILED_PCH=precomp.pch
  17. PRECOMPILED_OBJ=precomp.obj
  18. PRECOMPILED_CXX=1
  19. TARGETNAME=dskquowd
  20. TARGETPATH=obj
  21. TARGETTYPE=DYNLINK
  22. USE_MSVCRT=1
  23. USE_NATIVE_EH=1
  24. #
  25. # Define PROFILE to enable IceCAP profiling.
  26. #
  27. !IF "$(PROFILE)" == "1"
  28. ICECAP_LIBS=$(SDK_LIB_PATH)\icap.lib
  29. USER_C_FLAGS=$(USER_C_FLAGS) -Gh -Zi -MD
  30. C_DEFINES=$(C_DEFINES) -DPROFILE
  31. !ENDIF
  32. C_DEFINES=$(C_DEFINES) -DWIN32 -DWINNT -DUNICODE
  33. !IF !$(FREEBUILD)
  34. C_DEFINES=$(C_DEFINES) -DDEBUG
  35. !ENDIF
  36. #
  37. # Make warnings equivalent to errors
  38. #
  39. MSC_WARNING_LEVEL=$(MSC_WARNING_LEVEL) /WX
  40. INCLUDES=.;\
  41. ..\common; \
  42. ..\control; \
  43. $(BASEDIR)\private\windows\shell\shelldll;\
  44. $(BASEDIR)\private\windows\shell\inc;\
  45. $(BASEDIR)\private\windows\inc;\
  46. $(BASEDIR)\private\windows\inc16;\
  47. $(BASEDIR)\private\inc
  48. SOURCES= action.cpp \
  49. dskquowd.cpp \
  50. dskquowd.rc \
  51. history.cpp \
  52. mapisend.cpp \
  53. policy.cpp \
  54. stats.cpp \
  55. volume.cpp \
  56. voluser.cpp \
  57. watchdog.cpp
  58. LINKLIBS=..\common\$(O)\common.lib
  59. TARGETLIBS=$(ICECAP_LIBS) \
  60. $(SDK_LIB_PATH)\kernel32.lib \
  61. $(SDK_LIB_PATH)\user32.lib \
  62. $(SDK_LIB_PATH)\gdi32.lib \
  63. $(SDK_LIB_PATH)\advapi32.lib \
  64. $(SDK_LIB_PATH)\ole32.lib \
  65. $(SDK_LIB_PATH)\uuid.lib \
  66. $(SDK_LIB_PATH)\shell32.lib \
  67. $(SHELL_LIB_PATH)\shell32p.lib