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.

55 lines
1.9 KiB

  1. # IIS60\sources
  2. # Author: Varsha Jayasimha (varshaj)
  3. # Date: 18-Oct-00
  4. #
  5. # This file is used for building the 6.0 version of METADATA
  6. #
  7. # Describes the macros used for building using NT 'build' command
  8. #
  9. !include $(PROJECT_ROOT)\iis\place.inc
  10. !include $(IISBASEDIR)\iisrearc\ICEPICK.inc
  11. !include ..\sources.inc
  12. TARGETNAME=metadata
  13. DLLENTRY=_DllMainCRTStartup
  14. DLLDEF=..\metadata.def
  15. USE_CRTDLL=1
  16. USE_STL=1
  17. INCLUDES = $(INCLUDES); \
  18. ..\..\inc; \
  19. ..\..\inc\$O; \
  20. $(BASEDIR)\public\sdk\inc; \
  21. $(BASEDIR)\private\inc; \
  22. $(IISBASEDIR)\inc\$(O); \
  23. $(IISBASEDIR)\config\src\inc; \
  24. $(IISBASEDIR)\config\src\inc\$(O); \
  25. $(IISBASEDIR)\inc; \
  26. $(IISBASEDIR)\iisrearc\inc; \
  27. $(IISBASEDIR)\iisrearc\core\inc; \
  28. $(IISBASEDIR)\admin\adsi\adsiis; \
  29. $(SDK_INC_PATH)\atl30; \
  30. SOURCES = $(SOURCES) \
  31. ..\baseobj.cxx \
  32. ..\cofact.cxx \
  33. ..\comobj.cxx \
  34. ..\globals.cxx \
  35. ..\metabase.cxx \
  36. ..\metasub.cxx \
  37. ..\connect.cxx \
  38. ..\sink.cxx \
  39. ..\listener.cpp \
  40. ..\listenercontroller.cpp \
  41. ..\ReadSchema.cpp \
  42. ..\SaveSchema.cpp \
  43. ..\Importer.cpp
  44. TARGETLIBS=\
  45. $(TARGETLIBS) \
  46. $(SDK_LIB_PATH)\oleaut32.lib \
  47. $(IISBASEDIR)\config\src\shared\xmlwriter\$(O)\xmlwriter.lib \
  48. $(IISBASEDIR)\config\src\core\catinproc_iiscfg\$(O)\iiscfg.lib \
  49. $(IISBASEDIR)\config\src\core\entrypoint\$(O)\cat.lib