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.

72 lines
1.6 KiB

  1. # ############################################################
  2. # sources
  3. # Author: Murali R. Krishnan ( MuraliK)
  4. # Date: 08-Apr-1996
  5. #
  6. # Describes the macros used for building using NT 'build' command
  7. #
  8. # This directory builds
  9. # Internet Services - Asynchronous Thread Queue library
  10. #
  11. # ############################################################
  12. !include ..\..\..\place.inc
  13. MAJORCOMP=knfocomm
  14. MINORCOMP=ksatq
  15. TARGETNAME=lsatq
  16. TARGETPATH=obj
  17. TARGETTYPE=DYNLINK
  18. MSC_WARNING_LEVEL=/W3 /WX
  19. TARGETLIBS= \
  20. $(SDK_LIB_PATH)\advapi32.lib \
  21. $(SDK_LIB_PATH)\kernel32.lib \
  22. $(SDK_LIB_PATH)\user32.lib \
  23. $(SDK_LIB_PATH)\ws2_32.lib \
  24. $(IISBASEDIR)\svcs\kisrtl\$(O)\lisrtl.lib \
  25. ..\spud\$(O)\uspud.lib
  26. # isdebug.lib may be missing for non IIS build of this source code.
  27. # They can pull code from ..\dbgsupp in IIS K2 tree
  28. USE_MSVCRT=1
  29. DLLENTRY=_DllMainCRTStartup
  30. # C_DEFINES=-DWINSOCK11=1
  31. C_DEFINES = -D_EXEXPRESS=1
  32. !IFDEF CAP_PROFILE
  33. TARGETLIBS= $(TARGETLIBS) $(SDK_LIB_PATH)\cap.lib
  34. !ENDIF
  35. !IFDEF ICAP_PROFILE
  36. TARGETLIBS= $(TARGETLIBS) $(ICAP_LIBS)
  37. !ENDIF
  38. INCLUDES=..\atq;..\..\..\inc; \
  39. $(NET_INC_PATH)
  40. SOURCES= isatq.rc \
  41. atqcport.cxx \
  42. atqbmon.cxx \
  43. atqmain.cxx \
  44. atqsupp.cxx \
  45. atqxmit.cxx \
  46. atqendp.cxx \
  47. dllmain.cxx \
  48. timeout.cxx \
  49. spud.cxx \
  50. abw.cxx \
  51. dirmon.cpp \
  52. captrc.cpp
  53. #PRECOMPILED_CXX=1
  54. #PRECOMPILED_INCLUDE=isatq.hxx
  55. #PRECOMPILED_PCH=isatq.pch
  56. #PRECOMPILED_OBJ=isatq.obj