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.

41 lines
933 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. TARGETNAME=iiscrmap
  12. TARGETTYPE=DYNLINK
  13. TARGETPATH=obj
  14. MSC_WARNING_LEVEL=/W3 /WX
  15. USE_MSVCRT=1
  16. DLLENTRY=DLLEntry
  17. RAW_TARGETLIBS=\
  18. $(SDK_LIB_PATH)\kernel32.lib \
  19. $(SDK_LIB_PATH)\user32.lib \
  20. $(SDK_LIB_PATH)\advapi32.lib \
  21. $(SDK_LIB_PATH)\crypt32.lib
  22. TARGETLIBS=$(RAW_TARGETLIBS) \
  23. $(IISBASEDIR)\svcs\iisrtl\$(O)\iisrtl.lib \
  24. $(IISBASEDIR)\svcs\infocomm\info\server\$(O)\infocomm.lib \
  25. $(IISBASEDIR)\svcs\iismap\$(O)\iismap.lib
  26. INCLUDES=..\iismap\$(O); \
  27. ..\..\inc; \
  28. ..\..\inc\$(O);
  29. SOURCES=\
  30. iiscrmap.cxx \
  31. iiscrmap.rc
  32. C_DEFINES=-D_INETASRV_H_