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.

58 lines
1.5 KiB

  1. # sources
  2. # Author: George V. Reilly (a-georgr)
  3. # Date: 18-April-1997
  4. #
  5. # This file is used for compiling the Content Rotator component
  6. #
  7. # Describes the macros used for building using NT 'build' command
  8. #
  9. !include ..\..\..\..\place.inc
  10. TARGETNAME=ContRot
  11. TARGETPATH=obj
  12. TARGETTYPE=DYNLINK
  13. C_DEFINES=
  14. DLLENTRY=_DllMainCRTStartup
  15. USE_MSVCRT=1
  16. USE_NATIVE_EH=1
  17. USE_ATL=1
  18. USE_STL=1
  19. TARGETLIBS=\
  20. $(IISBASEDIR)\svcs\iisrtl\$(O)\iisrtl.lib \
  21. $(SDK_LIB_PATH)\kernel32.lib \
  22. $(SDK_LIB_PATH)\user32.lib \
  23. $(SDK_LIB_PATH)\gdi32.lib \
  24. $(SDK_LIB_PATH)\comdlg32.lib \
  25. $(SDK_LIB_PATH)\advapi32.lib \
  26. $(SDK_LIB_PATH)\shell32.lib \
  27. $(SDK_LIB_PATH)\ole32.lib \
  28. $(SDK_LIB_PATH)\oleaut32.lib \
  29. $(SDK_LIB_PATH)\uuid.lib \
  30. $(SDK_LIB_PATH)\security.lib \
  31. $(SDK_LIB_PATH)\svcguid.lib \
  32. $(SDK_LIB_PATH)\comsvcs.lib
  33. INCLUDES=.\;..\shared\inc;..\..\asp; \
  34. $(IISBASEDIR)\inc; \
  35. $(IISBASEDIR)\inc\$(O);
  36. SOURCES=\
  37. ContRot.idl \
  38. ContRot.cpp \
  39. ContRot.rc \
  40. Debug.cpp \
  41. RotObj.cpp \
  42. StdAfx.cpp \
  43. monitor.cpp \
  44. mem.cpp \
  45. mystring.cpp \
  46. context.cpp \
  47. PRECOMPILED_CXX=1
  48. PRECOMPILED_INCLUDE=stdafx.h
  49. PRECOMPILED_PCH=stdafx.pch
  50. PRECOMPILED_OBJ=stdafx.o