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.

100 lines
2.3 KiB

  1. !IF 0
  2. Copyright (c) 1989 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-1990
  12. NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
  13. !ENDIF
  14. MAJORCOMP= imirror
  15. MINORCOMP= adminui
  16. TARGETNAME= imadmui
  17. TARGETPATH= obj
  18. TARGETTYPE= DYNLINK
  19. USE_NOLIBS= 1
  20. USE_VCCOM=1
  21. USE_MSVCRT=1
  22. C_DEFINES = $(C_DEFINES) -DUNICODE -D_UNICODE
  23. DLLENTRY = DllMain
  24. PRECOMPILED_CXX= 1
  25. PRECOMPILED_INCLUDE= pch.h
  26. UMTYPE= windows
  27. UMENTRY= ModuleEntry
  28. UMENTRYABS= ModuleEntry
  29. TARGETLIBS= \
  30. $(SDK_LIB_PATH)\activeds.lib \
  31. $(SDK_LIB_PATH)\adsiid.lib \
  32. $(SDK_LIB_PATH)\advapi32.lib \
  33. $(SDK_LIB_PATH)\comctl32.lib \
  34. $(SDK_LIB_PATH)\comdlg32.lib \
  35. $(SDK_LIB_PATH)\dnsapi.lib \
  36. $(SDK_LIB_PATH)\dsprop.lib \
  37. $(SDK_LIB_PATH)\dsuiext.lib \
  38. $(SDK_LIB_PATH)\kernel32.lib \
  39. $(SDK_LIB_PATH)\netapi32.lib \
  40. $(SDK_LIB_PATH)\ntdll.lib \
  41. $(SDK_LIB_PATH)\ntdsapi.lib \
  42. $(SDK_LIB_PATH)\ole32.lib \
  43. $(SDK_LIB_PATH)\oleaut32.lib \
  44. $(SDK_LIB_PATH)\shell32.lib \
  45. $(SDK_LIB_PATH)\shlwapi.lib \
  46. $(SDK_LIB_PATH)\user32.lib \
  47. $(SDK_LIB_PATH)\uuid.lib \
  48. $(SDK_LIB_PATH)\wldap32.lib \
  49. $(SDK_LIB_PATH)\ws2_32.lib
  50. INCLUDES= \
  51. $(DS_INC_PATH);\
  52. $(NET_INC_PATH)
  53. SOURCES= \
  54. addwiz.cpp \
  55. ccomputr.cpp \
  56. cenumsif.cpp \
  57. cfactory.cpp \
  58. client.cpp \
  59. cservice.cpp \
  60. dpguidqy.cpp \
  61. debug.cpp \
  62. dll.cpp \
  63. guids.cpp \
  64. hostdlg.cpp \
  65. imos.cpp \
  66. mangdlg.cpp \
  67. newclnts.cpp \
  68. newcmptr.cpp \
  69. qi.cpp \
  70. querypb.cpp \
  71. register.cpp \
  72. server.cpp \
  73. serverqy.cpp \
  74. sifprop.cpp \
  75. tools.cpp \
  76. utils.cpp \
  77. varconv.cpp \
  78. resource.rc
  79. NTTARGETFILE0=