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.

98 lines
1.9 KiB

  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. Ted Miller (tedm) 19-Feb-1991
  12. NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
  13. !ENDIF
  14. MAJORCOMP=sdktools
  15. MINORCOMP=yacc
  16. 386_STDCALL=0
  17. TARGETNAME=midlyacc
  18. TARGETPATH=obj
  19. TARGETTYPE=PROGRAM
  20. USE_MSVCRT=1
  21. INCLUDES=
  22. SOURCES=midlyacc.rc \
  23. y1imp.c \
  24. yaryfl.c \
  25. ycpfir.c \
  26. yacc.c \
  27. ysmnam.c \
  28. ysumry.c \
  29. ycpuni.c \
  30. ydfout.c \
  31. ysetup.c \
  32. yg2out.c \
  33. ywarry.c \
  34. yclopt.c \
  35. yosmry.c \
  36. y2imp.c \
  37. ycemty.c \
  38. ycpres.c \
  39. yothrs.c \
  40. ystagn.c \
  41. ywritm.c \
  42. ycpycd.c \
  43. yfdtyp.c \
  44. yskpcm.c \
  45. yhdprd.c \
  46. ywract.c \
  47. ygin.c \
  48. ystin.c \
  49. y3imp.c \
  50. ychcpy.c \
  51. yerror.c \
  52. yprlok.c \
  53. ystate.c \
  54. ychfnd.c \
  55. ycstsh.c \
  56. yfnact.c \
  57. yapack.c \
  58. youtpt.c \
  59. ywstat.c \
  60. ygtnm.c \
  61. yarout.c \
  62. y4imp.c \
  63. yclsur.c \
  64. yflset.c \
  65. yptitm.c \
  66. ystuni.c \
  67. ycpact.c \
  68. ydefin.c \
  69. ygttok.c \
  70. yg2gen.c \
  71. yprcft.c \
  72. yaoput.c \
  73. ynxti.c \
  74. util.c
  75. !IF "$(TOOL)" == "1"
  76. C_DEFINES=
  77. !ELSE
  78. C_DEFINES=-DNT_HOST
  79. !ENDIF
  80. C_DEFINES=$(C_DEFINES) -DM_I386
  81. UMTYPE=console