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.

108 lines
2.1 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. CezarU
  12. NOTE: 1. Commented description of this file is in \nt\bak\bin\sources.tpl
  13. !ENDIF
  14. #make it easy to debug
  15. MAJORCOMP=RUNTEST
  16. MINORCOMP=RUNTEST
  17. TARGETNAME=ADSVW
  18. TARGETPATH=obj
  19. TARGETTYPE=PROGRAM
  20. PRECOMPILED_INCLUDE=stdafx.h
  21. PRECOMPILED_OBJ=stdafx.obj
  22. PRECOMPILED_CXX=1
  23. !IF 0
  24. MSC_WARNING_LEVEL=/W4
  25. !ENDIF
  26. NOMFCPDB=1
  27. USE_MFC=1
  28. INCLUDES= .;\
  29. .\..\include;
  30. SOURCES= \
  31. bwsview.cpp \
  32. ccomp.cpp \
  33. cacls.cpp \
  34. cgeneric.cpp \
  35. cdomain.cpp \
  36. cfserv.cpp \
  37. cfshare.cpp \
  38. cgroup.cpp \
  39. cnmsp.cpp \
  40. cnmsps.cpp \
  41. copyitem.cpp \
  42. cpdevice.cpp \
  43. cpjob.cpp \
  44. cpqueue.cpp \
  45. createit.cpp \
  46. cresourc.cpp \
  47. cservice.cpp \
  48. csession.cpp \
  49. csyntax.cpp \
  50. cuser.cpp \
  51. delgrpit.cpp \
  52. delitem.cpp \
  53. enterdlg.cpp \
  54. errordlg.cpp \
  55. fltrdlg.cpp \
  56. grpcrtit.cpp \
  57. inputvw.cpp \
  58. maindoc.cpp \
  59. moveitem.cpp \
  60. newobj.cpp \
  61. objects.cpp \
  62. qstatus.cpp \
  63. schclss.cpp \
  64. schemavw.cpp \
  65. simpvw.cpp \
  66. splitter.cpp \
  67. testcore.cpp \
  68. colldlg.cpp \
  69. prmsdlg.cpp \
  70. viewex.cpp \
  71. adsqdoc.cpp \
  72. adsqview.cpp \
  73. adsdsrc.cpp \
  74. newquery.cpp \
  75. viewex.rc
  76. UMENTRY=winmain
  77. UMTYPE=windows
  78. TARGETLIBS= \
  79. $(SDK_LIB_PATH)\kernel32.lib \
  80. $(SDK_LIB_PATH)\user32.lib \
  81. $(SDK_LIB_PATH)\gdi32.lib \
  82. $(SDK_LIB_PATH)\comdlg32.lib \
  83. $(SDK_LIB_PATH)\netapi32.lib \
  84. $(SDK_LIB_PATH)\ole32.lib \
  85. $(SDK_LIB_PATH)\oleaut32.lib \
  86. $(SDK_LIB_PATH)\uuid.lib \
  87. $(SDK_LIB_PATH)\oledb.lib \
  88. $(SDK_LIB_PATH)\comctl32.lib \
  89. $(SDK_LIB_PATH)\adsiid.lib \
  90. $(SDK_LIB_PATH)\activeds.lib
  91.