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.

79 lines
1.6 KiB

  1. !IF 0
  2. Copyright (c) 1989-92 Microsoft Corporation
  3. Module Name:
  4. sources.
  5. Abstract:
  6. This file specifies the target component being built and the list of
  7. sources files needed to build that component. Also specifies optional
  8. compiler switches and libraries that are unique for the component being
  9. built.
  10. Author:
  11. Murali R. Krishnan (muralik) 20-March-1996
  12. Revision History:
  13. !ENDIF
  14. !INCLUDE ..\..\..\PLACE.INC
  15. !INCLUDE $(IISBASEDIR)\iisrearc\ICEPICK.INC
  16. MSC_WARNING_LEVEL=/W4 /WX
  17. TARGETNAME=inetinfo
  18. TARGETPATH=$(_OBJ_DIR)
  19. TARGETTYPE=PROGRAM
  20. #
  21. # Specify the stack commit size to avoid stack overflows
  22. #
  23. !IF $(FREEBUILD)
  24. LINKER_STACKCOMMITSIZE=0x8000
  25. !ELSE
  26. LINKER_STACKCOMMITSIZE=0x18000
  27. !ENDIF
  28. USE_MSVCRT=1
  29. BUFFER_OVERFLOW_CHECKS=1
  30. MAJORCOMP=inetinfo
  31. MINORCOMP=inetinfo
  32. PASS0_HEADERDIR=$(O)
  33. PASS0_SOURCEDIR=$(O)
  34. TARGETLIBS= \
  35. $(SDK_LIB_PATH)\user32.lib \
  36. $(SDK_LIB_PATH)\rpcrt4.lib \
  37. $(SDK_LIB_PATH)\ole32.lib \
  38. $(IISBASEDIR)\lib\$(O)\iisutil.lib \
  39. INCLUDES=.\;$(INCLUDES); \
  40. $(IISBASEDIR)\iisrearc\core\inc; \
  41. ..\inc; \
  42. $(IISBASEDIR)\iisrearc\inc; \
  43. $(IISBASEDIR)\inc; \
  44. !IFDEF ICAP_PROFILE
  45. TARGETLIBS= $(TARGETLIBS) $(ICAP_LIBS)
  46. !ENDIF
  47. LINKER_FLAGS=$(LINKER_FLAGS) /LARGEADDRESSAWARE
  48. SOURCES= \
  49. main.cxx \
  50. waslaunch.cxx \
  51. inetinfo.rc
  52. UMTYPE=windows