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.

64 lines
1.6 KiB

  1. # sources
  2. # Author: Neil Allain (a-neilal)
  3. # Date: 26-February-1997
  4. #
  5. # This file is used for compiling Proxy web server from code
  6. # for generic web server
  7. #
  8. # Describes the macros used for building using NT 'build' command
  9. #
  10. !include ..\..\..\..\place.inc
  11. TARGETNAME=NEXTLINK
  12. TARGETPATH=obj
  13. TARGETTYPE=DYNLINK
  14. DLLENTRY=_DllMainCRTStartup
  15. USE_MSVCRT=1
  16. USE_NATIVE_EH=ASYNC
  17. USE_STATIC_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)\svcguid.lib \
  31. $(SDK_LIB_PATH)\comsvcs.lib \
  32. $(SDK_LIB_PATH)\security.lib \
  33. INCLUDES= ..\shared\inc;..\..\asp; \
  34. $(IISBASEDIR)\inc; \
  35. $(IISBASEDIR)\inc\$(O)
  36. SOURCES=\
  37. stdafx.cpp \
  38. nxtlnk.cpp \
  39. nextlink.cpp \
  40. linkfile.cpp \
  41. link.cpp \
  42. Monitor.cpp \
  43. MyString.cpp \
  44. InStrm.cpp \
  45. OutStrm.cpp \
  46. SInStrm.cpp \
  47. SOutStrm.cpp \
  48. FInStrm.cpp \
  49. RdWrt.cpp \
  50. mem.cpp \
  51. nxtlnk.rc \
  52. context.cpp \
  53. nxtlnk.idl
  54. PRECOMPILED_CXX=1
  55. PRECOMPILED_INCLUDE=stdafx.h
  56. PRECOMPILED_PCH=stdafx.pch
  57. PRECOMPILED_OBJ=stdafx.o