Windows NT 4.0 source code leak
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.

111 lines
2.5 KiB

4 years ago
  1. !IF 0
  2. Copyright (C) 1989 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. Ramon J. San Andres (ramonsa) 10-Aug-1993
  12. !ENDIF
  13. MAJORCOMP=vctools
  14. MINORCOMP=link
  15. TARGETNAME=link
  16. TARGETPATH=obj
  17. TARGETTYPE=PROGRAM
  18. UMTYPE=console
  19. SOURCES= link.rc \
  20. alpha.cpp \
  21. bufio.cpp \
  22. calltree.cpp \
  23. cmdline.cpp \
  24. coff.cpp \
  25. contrib.cpp \
  26. convert.cpp \
  27. cpp.cpp \
  28. cv.cpp \
  29. cvtomf.cpp \
  30. data.cpp \
  31. db.cpp \
  32. dbg.cpp \
  33. dbiapi.cpp \
  34. dbinsp.cpp \
  35. defaultl.cpp \
  36. deflib.cpp \
  37. dmple.cpp \
  38. dmpne.cpp \
  39. dmppef.cpp \
  40. dump.cpp \
  41. edit.cpp \
  42. errmsg.cpp \
  43. export.cpp \
  44. hash.cpp \
  45. i386.cpp \
  46. ifpo.cpp \
  47. image.cpp \
  48. incr.cpp \
  49. ipdata.cpp \
  50. irelocs.cpp \
  51. lib.cpp \
  52. linenum.cpp \
  53. link.cpp \
  54. lnkmain.cpp \
  55. lnkp1.cpp \
  56. lnkp2.cpp \
  57. log.cpp \
  58. m68k.cpp \
  59. mac.cpp \
  60. map.cpp \
  61. memory.cpp \
  62. mips.cpp \
  63. mppc.cpp \
  64. order.cpp \
  65. pdata.cpp \
  66. pe.cpp \
  67. ppc.cpp \
  68. shared.cpp \
  69. symbol.cpp \
  70. tce.cpp \
  71. textpad.cpp \
  72. vxd.cpp
  73. PRECOMPILED_INCLUDE = link.h
  74. PRECOMPILED_OBJ = precomp.obj
  75. PRECOMPILED_CXX=1
  76. USE_CRTDLL=1
  77. !ifdef INSTRUMENT
  78. LINKLIBS = ..\..\pdb\src\instrapi\obj\*\instrapi.lib
  79. !endif
  80. INCLUDES = ..\..\langapi\include;..\..\langapi\undname
  81. MSC_WARNING_LEVEL = -W3 -WX
  82. C_DEFINES = -DNT_BUILD
  83. !if $(FREEBUILD)
  84. C_DEFINES = $(C_DEFINES) -DNDEBUG
  85. !endif
  86. UMLIBS= $(BASEDIR)\public\sdk\lib\*\disasm.lib \
  87. ..\disasm68\obj\*\disasm68.lib \
  88. ..\..\pdb\*dll\mspdb.lib
  89. NTTARGETFILES=