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.

46 lines
882 B

  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=/W3 /WX
  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)\advapi32.lib \
  27. $(SDK_LIB_PATH)\user32.lib
  28. SOURCES=\
  29. mapmsg.mc \
  30. iismap.cxx \
  31. md5c.c \
  32. iiscmr.cxx \
  33. memalloc.cxx \
  34. iismap.rc
  35. INCLUDES=.\;..\..\inc;$(INCLUDES)