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.

101 lines
1.9 KiB

  1. ATHROOT=..\..
  2. !include $(ATHROOT)\athena.inc
  3. SOURCES_USED=$(SOURCES_USED) $(ATHROOT)\athena.inc
  4. INCLUDES=\
  5. .; \
  6. $(INCLUDES)
  7. NTTARGETFILES=
  8. !if "$(BUILD_PRODUCT)" == "NT"
  9. TARGETPATH=obj
  10. TARGETTYPE=NOTARGET
  11. SOURCES=
  12. COPYPDB=
  13. DEFINEX86=
  14. # !!! WARNING !!!
  15. # Since OE has to be installed twice on ia64, $(O)\msoe50.inf has to be copied and
  16. # checked into \nt\admin\ntsetup\inf\win4\inf\msoe50.inx so that it can be munged for wow64.
  17. #
  18. # Therefore, if you modify anything that affects msoe50.inf, you should uncomment the two lines
  19. # below and build a new obj\*\msoe50.inf and then check that file into the admin depot
  20. #
  21. # MISCFILES= \
  22. # $O\msoe50.inf
  23. !else
  24. TARGETNAME = astub
  25. TARGETPATH = obj
  26. TARGETTYPE = PROGRAM
  27. TARGETLIBS= \
  28. $(BASEDIR)\public\sdk\lib\*\shlwapi.lib
  29. # Dynamically link to MSVCRT.DLL which ships with IE5+
  30. USE_MSVCRT=1
  31. SOURCES = \
  32. astub.cpp \
  33. astub.rc
  34. UMENTRY=winmain
  35. # Copy PDBs for debug, non-NT builds
  36. !if $(FREEBUILD)
  37. COPYPDB=
  38. !else
  39. # Allow devs to override default debug behaviour
  40. !if "$(NOCOPYPDB)" == "1"
  41. COPYPDB=
  42. !else
  43. COPYPDB=/DCOPYPDB
  44. !endif
  45. !endif
  46. # Internal files used for mailnews.cab and .exe...
  47. MISCFILES= \
  48. internal.txt \
  49. $O\oe50intl.inx \
  50. $O\msoe50.inf.nt \
  51. $O\msoe50.inf.cab \
  52. $O\msoe50.inf.exe \
  53. $O\internal.inf \
  54. $O\oecab.sed \
  55. $O\oeexe.sed \
  56. internal.sed \
  57. ..\caboe.bat \
  58. ..\cabme.bat \
  59. ..\cabint.bat \
  60. $O\oecabl.sed \
  61. $O\oeexel.sed
  62. !endif
  63. MISCFILES= \
  64. $(MISCFILES) \
  65. msoe.txt \
  66. $(ATHROOT)\mailnews\help\msoe.hlp \
  67. $(ATHROOT)\mailnews\help\msoe.chm
  68. !if $(386)
  69. # Win9X inf only relevant for X86
  70. MISCFILES= \
  71. $(MISCFILES) \
  72. $O\oe9x50.inf
  73. DEFINEX86=/DX86
  74. !else
  75. DEFINEX86=
  76. !endif
  77. UMTYPE=windows
  78. # CONDITIONAL_JUNKMAIL
  79. # junkmail.lko \