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.

49 lines
1.1 KiB

  1. # sources
  2. # Author: Murali R. Krishnan ( MuraliK)
  3. # Date: 9-Oct-1995
  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. MAJORCOMP=iismap
  12. MINORCOMP=iismap
  13. TARGETNAME=iismap
  14. TARGETTYPE=DYNLINK
  15. TARGETPATH=obj
  16. MSC_WARNING_LEVEL=/W4 /X
  17. USE_MSVCRT=1
  18. DLLENTRY=_DllMainCRTStartup
  19. PASS0_HEADERDIR=$(O)
  20. PASS0_SOURCEDIR=$(O)
  21. TARGETLIBS=\
  22. ..\lib\$(O)\iiscrypt.lib \
  23. ..\lib\$(O)\icrypt.lib \
  24. $(IISBASEDIR)\svcs\iisrtl\$(O)\iisrtl.lib \
  25. $(SDK_LIB_PATH)\kernel32.lib \
  26. $(SDK_LIB_PATH)\advapip.lib \
  27. $(SDK_LIB_PATH)\user32.lib \
  28. $(SDK_LIB_PATH)\ole32.lib \
  29. $(SDK_LIB_PATH)\crypt32.lib
  30. SOURCES=\
  31. mapmsg.mc \
  32. iismap.cxx \
  33. iiscmr.cxx \
  34. memalloc.cxx \
  35. iismap.rc \
  36. simplemb.cxx \
  37. INCLUDES=.\;..\..\inc;..\..\inc\$(O);$(INCLUDES); \
  38. $(DS_INC_PATH)\crypto;