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.

73 lines
1.6 KiB

  1. !IF 0
  2. Copyright (C) Microsoft Corporation, 1989 - 1999
  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. mohamedn
  12. !ENDIF
  13. !INCLUDE ..\user.mk
  14. SDKINC=$(BASEDIR)\public\sdk\inc
  15. MINORCOMP=CiOdm
  16. TARGETNAME=CiOdm
  17. TARGETTYPE=DYNLINK
  18. USE_STATIC_ATL=1
  19. USE_LIBCMT=1
  20. DLLDEF=ciodm.def
  21. DLLENTRY=_DllMainCRTStartup
  22. C_DEFINES=$(C_DEFINES) $(ATL_FLAGS)
  23. INCLUDES=\
  24. $(SDK_INC_PATH)\atl21;\
  25. $(INCLUDES);\
  26. ..\h;\
  27. ..\qutil\h;\
  28. ..\pch;$(SDK_INC_PATH)\mfc42;\
  29. $(PROJECT_LIB_PATH)
  30. SOURCES=\
  31. atlinc.cxx \
  32. ciodmerr.cxx \
  33. ciodm.cxx \
  34. MacAdmin.cxx \
  35. CatAdm.cxx \
  36. ScopeAdm.cxx \
  37. ciodm.rc
  38. LINKLIBS=\
  39. ..\pch\$(_OBJ_DIR)\*\pch.obj\
  40. ..\pch\$(_OBJ_DIR)\*\pch.lib\
  41. $(LINKLIBS)
  42. TARGETLIBS= \
  43. $(SDK_LIB_PATH)\query.lib\
  44. $(SDK_LIB_PATH)\uuid.lib \
  45. $(SDK_LIB_PATH)\user32.lib \
  46. $(SDK_LIB_PATH)\gdi32.lib \
  47. $(SDK_LIB_PATH)\comctl32.lib \
  48. $(SDK_LIB_PATH)\comdlg32.lib \
  49. $(SDK_LIB_PATH)\oleaut32.lib \
  50. $(SDK_LIB_PATH)\ole32.lib \
  51. $(TARGETLIBS)
  52. PRECOMPILED_OPTION=/Yu /Fp..\pch\$(_OBJ_DIR)\*\pch.pch
  53. PRECOMPILED_TARGET=..\pch\$(_OBJ_DIR)\*\pch.pch
  54. PRECOMPILED_CXX=1