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.

64 lines
1.7 KiB

  1. !include $(WINDOWS_COM)\wu.inc
  2. !IF 0
  3. Copyright (c) 1998-2000 Microsoft Corporation. All Rights Reserved.
  4. File: source.inc
  5. Description:
  6. IU CDM.DLL stub sources
  7. !ENDIF
  8. TARGETNAME=CDM
  9. TARGETPATH=$(_OBJ_DIR)
  10. TARGETTYPE=DYNLINK
  11. DLLDEF=..\CDM.DEF
  12. C_DEFINES=$(C_DEFINES) /D_CDM_
  13. UMTYPE=windows
  14. DLLENTRY=_DllMainCRTStartup
  15. USE_STL=1
  16. USE_STATIC_ATL=1
  17. USE_MSVCRT=1
  18. #BROWSER_INFO=1
  19. #
  20. # WUBUILD LAB will set this manually
  21. #
  22. # NT_SIGNCODE=1
  23. TARGETLIBS= \
  24. $(SDK_LIB_PATH)\kernel32.lib \
  25. $(SDK_LIB_PATH)\user32.lib \
  26. $(SDK_LIB_PATH)\advapi32.lib \
  27. $(SDK_LIB_PATH)\wininet.lib \
  28. $(SDK_LIB_PATH)\cabinet.lib \
  29. $(SDK_LIB_PATH)\shlwapi.lib \
  30. $(SDK_LIB_PATH)\uuid.lib \
  31. $(SDK_LIB_PATH)\ole32.lib \
  32. $(SDK_LIB_PATH)\oleaut32.lib \
  33. $(SDK_LIB_PATH)\wintrust.lib \
  34. $(SDK_LIB_PATH)\rasapi32.lib \
  35. $(SDK_LIB_PATH)\crypt32.lib \
  36. $(SDK_LIB_PATH)\cfgmgr32.lib \
  37. $(SDK_LIB_PATH)\setupapi.lib \
  38. $(SDK_LIB_PATH)\version.lib \
  39. $(SDK_LIB_PATH)\advpack.lib \
  40. $(SDK_LIB_PATH)\shell32.lib \
  41. $(WULIB)\logging\$(WUBLDTYPE)\$(O)\logging.lib \
  42. $(WULIB)\util\$(WUBLDTYPE)\$(O)\util.lib \
  43. $(WULIB)\detect\$(WUBLDTYPE)\$(O)\detect.lib \
  44. $(WULIB)\download\$(WUBLDTYPE)\$(O)\download.lib \
  45. $(WULIB)\install\$(WUBLDTYPE)\$(O)\install.lib \
  46. $(WULIB)\wusafefn\$(WUBLDTYPE)\$(O)\wusafefn.lib
  47. #
  48. # cdm.h is checked in as //depot/Lab04_N/enduser/published/inc/cdm.w and
  49. # published to $(BASEDIR)\public\internal\enduser\inc
  50. #
  51. INCLUDES=$(INCLUDES);$(WINDOWS_COM)\inc;$(BASEDIR)\public\internal\enduser\inc;
  52. SOURCES= \
  53. ..\cdm.cpp \
  54. ..\cdm.rc