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.

81 lines
1.4 KiB

  1. !IF 0
  2. Copyright (c) 1993-94 Microsoft Corporation
  3. !ENDIF
  4. ATHROOT=..
  5. !include $(ATHROOT)\athena.inc
  6. SOURCES_USED=$(SOURCES_USED) $(ATHROOT)\athena.inc
  7. TARGETNAME=msimn
  8. TARGETPATH=obj
  9. TARGETTYPE=PROGRAM
  10. #
  11. # Fusionized
  12. #
  13. SXS_ASSEMBLY_NAME=Microsoft.Windows.InternetExplorer.OutlookExpress
  14. SXS_ASSEMBLY_VERSION=1.0
  15. SXS_ASSEMBLY_LANGUAGE=en
  16. SXS_MANIFEST=Msimn.exe.Manifest
  17. SXS_MANIFEST_IN_RESOURCES=1
  18. SXS_NO_BINPLACE=1
  19. NOT_LEAN_AND_MEAN=0
  20. !if $(FREEBUILD)
  21. ! if $(386)
  22. USE_NOLIBS=1
  23. ! else
  24. USE_NTDLL=1
  25. ! endif
  26. !else
  27. USE_LIBCMT=1
  28. !endif
  29. LINKLIBS = \
  30. $(ATHROOT)\staticrt\$O\staticrt.lib \
  31. $(ATHROOT)\mirlib\$O\mirror.lib \
  32. $(BASEDIR)\public\sdk\lib\*\ole32.lib
  33. TARGETLIBS= \
  34. $(BASEDIR)\public\sdk\lib\*\shlwapi.lib \
  35. $(SHELL_LIB_PATH)\shlwapip.lib \
  36. !if !$(386)
  37. $(BASEDIR)\public\sdk\lib\*\ntdll.lib \
  38. !endif
  39. OE32_INCLUDES=$(BASEDIR)\private\windows\inc;
  40. INCLUDES=\
  41. .; \
  42. $(OE32_INCLUDES); \
  43. $(ATHROOT)\inc ; \
  44. $(INCLUDES)
  45. SOURCES = \
  46. msimn.c \
  47. msimn.rc
  48. !if $(FREEBUILD)
  49. UMENTRYABS=ModuleEntry
  50. !else
  51. ! if $(386)
  52. UMENTRY=winmain
  53. ! else
  54. UMENTRYABS=ModuleEntry
  55. ! endif
  56. !endif
  57. UMTYPE=windows
  58. # _CXX determines if used for C++ compiles or C
  59. # setting it insures override from athena.inc, if any
  60. PRECOMPILED_CXX=0
  61. PRECOMPILED_INCLUDE=pch.h
  62. NTTARGETFILES=
  63. # Required for USE_NOLIBS setting on x86fre
  64. BUFFER_OVERFLOW_CHECKS=NO_NTDLL