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.

56 lines
1.2 KiB

  1. # ############################################################
  2. # sources
  3. # Author: Murali R. Krishnan ( MuraliK)
  4. # Date: 1-Nov-1995
  5. #
  6. # Describes the macros used for building using NT 'build' command
  7. #
  8. # This directory builds
  9. # Internet Services Server Side Common Library
  10. #
  11. # ############################################################
  12. !include ..\..\..\place.inc
  13. MAJORCOMP=inetsvcs
  14. MINORCOMP=isrdns
  15. TARGETNAME=isrdns
  16. TARGETPATH=obj
  17. TARGETTYPE=LIBRARY
  18. CAP_FLAGS = -Zd -Gh
  19. CAP_LINK_OPTIONS=-debugtype:coff -debug:mapped,partial
  20. MSC_WARNING_LEVEL=/W3 /WX
  21. NET_C_DEFINES = -D_INETSVCS_DLL_=1
  22. RAW_TARGETLIBS= \
  23. $(SDK_LIB_PATH)\rpcrt4.lib \
  24. $(SDK_LIB_PATH)\advapi32.lib \
  25. $(SDK_LIB_PATH)\kernel32.lib \
  26. $(SDK_LIB_PATH)\user32.lib
  27. USE_MSVCRT=1
  28. !IFDEF CAP_PROFILE
  29. TARGETLIBS= $(RAW_TARGETLIBS) $(SDK_LIB_PATH)\cap.lib
  30. !ELSE
  31. TARGETLIBS= $(RAW_TARGETLIBS)
  32. !ENDIF
  33. INCLUDES=.;..;..\common; \
  34. $(IISBASEDIR)\inc; \
  35. $(IISBASEDIR)\inc\$(O); \
  36. ..\..\odbc\include;
  37. SOURCES= \
  38. rdns.cxx
  39. #PRECOMPILED_CXX=1
  40. #PRECOMPILED_INCLUDE=tcpdllp.hxx
  41. #PRECOMPILED_PCH=tcpdllp.pch
  42. #PRECOMPILED_OBJ=tcpdllp.obj