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.

61 lines
1.1 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 ..\place51.inc
  15. MAJORCOMP=inetinfo
  16. MINORCOMP=inetinfo
  17. TARGETNAME=inetin51
  18. TARGETPATH=obj
  19. TARGETTYPE=PROGRAM
  20. PASS0_HEADERDIR=$(O)
  21. PASS0_SOURCEDIR=$(O)
  22. TARGETLIBS= \
  23. $(SDK_LIB_PATH)\user32.lib \
  24. $(SDK_LIB_PATH)\rpcrt4.lib \
  25. $(SDK_LIB_PATH)\ole32.lib \
  26. $(IISBASEDIR)\svcs\iisrtl\$(O)\iisrtl.lib \
  27. $(SDK_LIB_PATH)\ole32.lib
  28. INCLUDES=..\inc;$(BASEDIR)\public\sdk\inc;$(BASEDIR)\private\inc;
  29. USE_MSVCRT=1
  30. !IFDEF ICAP_PROFILE
  31. TARGETLIBS= $(TARGETLIBS) $(ICAP_LIBS)
  32. !ENDIF
  33. LINKER_FLAGS=$(LINKER_FLAGS) /LARGEADDRESSAWARE
  34. C_DEFINES=$(C_DEFINES) -D_IIS_5_1
  35. SOURCES=inetimsg.mc \
  36. main.c \
  37. inetinfo.rc
  38. UMTYPE=windows