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.

68 lines
1.3 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. TARGETNAME=inetinfo
  17. TARGETPATH=$(_OBJ_DIR)
  18. TARGETTYPE=PROGRAM
  19. USE_MSVCRT=1
  20. MAJORCOMP=inetinfo
  21. MINORCOMP=inetinfo
  22. PASS0_HEADERDIR=$(O)
  23. PASS0_SOURCEDIR=$(O)
  24. TARGETLIBS= \
  25. $(SDK_LIB_PATH)\user32.lib \
  26. $(SDK_LIB_PATH)\rpcrt4.lib \
  27. $(SDK_LIB_PATH)\ole32.lib \
  28. $(IISBASEDIR)\lib\$(O)\iisutil.lib \
  29. INCLUDES=.\;$(INCLUDES); \
  30. $(IISBASEDIR)\iisrearc\core\inc; \
  31. ..\inc; \
  32. $(IISBASEDIR)\iisrearc\inc; \
  33. $(IISBASEDIR)\inc; \
  34. !IFDEF ICAP_PROFILE
  35. TARGETLIBS= $(TARGETLIBS) $(ICAP_LIBS)
  36. !ENDIF
  37. LINKER_FLAGS=$(LINKER_FLAGS) /LARGEADDRESSAWARE
  38. SOURCES= \
  39. inetimsg.mc \
  40. main.cxx \
  41. waslaunch.cxx \
  42. inetinfo.rc
  43. UMTYPE=windows