home *** CD-ROM | disk | FTP | other *** search
/ CD Actual Thematic 25: Programming / pc_actual_25.iso / C_C++ / BisonFlexWizard / data1.cab / Src / Bison / Bison.dsp < prev    next >
Encoding:
MS Developer Studio Project  |  2000-01-16  |  7.1 KB  |  346 lines

  1. # Microsoft Developer Studio Project File - Name="Bison" - Package Owner=<4>
  2. # Microsoft Developer Studio Generated Build File, Format Version 6.00
  3. # ** DO NOT EDIT **
  4.  
  5. # TARGTYPE "Win32 (x86) Console Application" 0x0103
  6.  
  7. CFG=Bison - Win32 Debug
  8. !MESSAGE This is not a valid makefile. To build this project using NMAKE,
  9. !MESSAGE use the Export Makefile command and run
  10. !MESSAGE 
  11. !MESSAGE NMAKE /f "Bison.mak".
  12. !MESSAGE 
  13. !MESSAGE You can specify a configuration when running NMAKE
  14. !MESSAGE by defining the macro CFG on the command line. For example:
  15. !MESSAGE 
  16. !MESSAGE NMAKE /f "Bison.mak" CFG="Bison - Win32 Debug"
  17. !MESSAGE 
  18. !MESSAGE Possible choices for configuration are:
  19. !MESSAGE 
  20. !MESSAGE "Bison - Win32 Release" (based on "Win32 (x86) Console Application")
  21. !MESSAGE "Bison - Win32 Debug" (based on "Win32 (x86) Console Application")
  22. !MESSAGE 
  23.  
  24. # Begin Project
  25. # PROP AllowPerConfigDependencies 0
  26. # PROP Scc_ProjName ""
  27. # PROP Scc_LocalPath ""
  28. CPP=cl.exe
  29. RSC=rc.exe
  30.  
  31. !IF  "$(CFG)" == "Bison - Win32 Release"
  32.  
  33. # PROP BASE Use_MFC 0
  34. # PROP BASE Use_Debug_Libraries 0
  35. # PROP BASE Output_Dir "Release"
  36. # PROP BASE Intermediate_Dir "Release"
  37. # PROP BASE Target_Dir ""
  38. # PROP Use_MFC 0
  39. # PROP Use_Debug_Libraries 0
  40. # PROP Output_Dir "../../Release"
  41. # PROP Intermediate_Dir "Release"
  42. # PROP Target_Dir ""
  43. # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
  44. # ADD CPP /nologo /W3 /GX /O2 /FI"defs.h" /D "NDEBUG" /D "HAVE_STRING_H" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
  45. # ADD BASE RSC /l 0x409 /d "NDEBUG"
  46. # ADD RSC /l 0x409 /d "NDEBUG"
  47. BSC32=bscmake.exe
  48. # ADD BASE BSC32 /nologo
  49. # ADD BSC32 /nologo
  50. LINK32=link.exe
  51. # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386
  52. # ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386
  53.  
  54. !ELSEIF  "$(CFG)" == "Bison - Win32 Debug"
  55.  
  56. # PROP BASE Use_MFC 0
  57. # PROP BASE Use_Debug_Libraries 1
  58. # PROP BASE Output_Dir "Debug"
  59. # PROP BASE Intermediate_Dir "Debug"
  60. # PROP BASE Target_Dir ""
  61. # PROP Use_MFC 0
  62. # PROP Use_Debug_Libraries 1
  63. # PROP Output_Dir "../../Debug"
  64. # PROP Intermediate_Dir "Debug"
  65. # PROP Ignore_Export_Lib 0
  66. # PROP Target_Dir ""
  67. # ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
  68. # ADD CPP /nologo /W3 /Gm /GX /ZI /Od /FI"defs.h" /D "_DEBUG" /D "HAVE_STRING_H" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /YX /c
  69. # ADD BASE RSC /l 0x409 /d "_DEBUG"
  70. # ADD RSC /l 0x409 /d "_DEBUG"
  71. BSC32=bscmake.exe
  72. # ADD BASE BSC32 /nologo
  73. # ADD BSC32 /nologo
  74. LINK32=link.exe
  75. # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept
  76. # ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept
  77.  
  78. !ENDIF 
  79.  
  80. # Begin Target
  81.  
  82. # Name "Bison - Win32 Release"
  83. # Name "Bison - Win32 Debug"
  84. # Begin Group "Source Code"
  85.  
  86. # PROP Default_Filter "c, cpp"
  87. # Begin Source File
  88.  
  89. SOURCE=.\allocate.c
  90. # End Source File
  91. # Begin Source File
  92.  
  93. SOURCE=.\closure.c
  94. DEP_CPP_CLOSU=\
  95.     ".\gram.h"\
  96.     ".\machine.h"\
  97.     ".\new.h"\
  98.     ".\system.h"\
  99.     
  100. # End Source File
  101. # Begin Source File
  102.  
  103. SOURCE=.\conflicts.c
  104. DEP_CPP_CONFL=\
  105.     ".\files.h"\
  106.     ".\gram.h"\
  107.     ".\machine.h"\
  108.     ".\new.h"\
  109.     ".\state.h"\
  110.     ".\system.h"\
  111.     
  112. # End Source File
  113. # Begin Source File
  114.  
  115. SOURCE=.\derives.c
  116. DEP_CPP_DERIV=\
  117.     ".\gram.h"\
  118.     ".\new.h"\
  119.     ".\system.h"\
  120.     ".\types.h"\
  121.     
  122. # End Source File
  123. # Begin Source File
  124.  
  125. SOURCE=.\files.c
  126. DEP_CPP_FILES=\
  127.     ".\files.h"\
  128.     ".\gram.h"\
  129.     ".\new.h"\
  130.     ".\system.h"\
  131.     
  132. # End Source File
  133. # Begin Source File
  134.  
  135. SOURCE=.\getargs.c
  136. DEP_CPP_GETAR=\
  137.     ".\files.h"\
  138.     ".\getopt.h"\
  139.     ".\system.h"\
  140.     
  141. # End Source File
  142. # Begin Source File
  143.  
  144. SOURCE=.\getopt.c
  145. DEP_CPP_GETOP=\
  146.     ".\getopt.h"\
  147.     
  148. # End Source File
  149. # Begin Source File
  150.  
  151. SOURCE=.\getopt1.c
  152. DEP_CPP_GETOPT=\
  153.     ".\getopt.h"\
  154.     
  155. # End Source File
  156. # Begin Source File
  157.  
  158. SOURCE=.\gram.c
  159. # End Source File
  160. # Begin Source File
  161.  
  162. SOURCE=.\lalr.c
  163. DEP_CPP_LALR_=\
  164.     ".\gram.h"\
  165.     ".\machine.h"\
  166.     ".\new.h"\
  167.     ".\state.h"\
  168.     ".\system.h"\
  169.     ".\types.h"\
  170.     
  171. # End Source File
  172. # Begin Source File
  173.  
  174. SOURCE=.\lex.c
  175. DEP_CPP_LEX_C=\
  176.     ".\files.h"\
  177.     ".\getopt.h"\
  178.     ".\lex.h"\
  179.     ".\new.h"\
  180.     ".\symtab.h"\
  181.     ".\system.h"\
  182.     
  183. # End Source File
  184. # Begin Source File
  185.  
  186. SOURCE=.\LR0.c
  187. DEP_CPP_LR0_C=\
  188.     ".\gram.h"\
  189.     ".\machine.h"\
  190.     ".\new.h"\
  191.     ".\state.h"\
  192.     ".\system.h"\
  193.     
  194. # End Source File
  195. # Begin Source File
  196.  
  197. SOURCE=.\main.c
  198. DEP_CPP_MAIN_=\
  199.     ".\machine.h"\
  200.     ".\system.h"\
  201.     
  202. # End Source File
  203. # Begin Source File
  204.  
  205. SOURCE=.\nullable.c
  206. DEP_CPP_NULLA=\
  207.     ".\gram.h"\
  208.     ".\new.h"\
  209.     ".\system.h"\
  210.     ".\types.h"\
  211.     
  212. # End Source File
  213. # Begin Source File
  214.  
  215. SOURCE=.\output.c
  216. DEP_CPP_OUTPU=\
  217.     ".\files.h"\
  218.     ".\gram.h"\
  219.     ".\machine.h"\
  220.     ".\new.h"\
  221.     ".\state.h"\
  222.     ".\system.h"\
  223.     
  224. # End Source File
  225. # Begin Source File
  226.  
  227. SOURCE=.\print.c
  228. DEP_CPP_PRINT=\
  229.     ".\files.h"\
  230.     ".\gram.h"\
  231.     ".\machine.h"\
  232.     ".\new.h"\
  233.     ".\state.h"\
  234.     ".\system.h"\
  235.     
  236. # End Source File
  237. # Begin Source File
  238.  
  239. SOURCE=.\reader.c
  240. DEP_CPP_READE=\
  241.     ".\files.h"\
  242.     ".\gram.h"\
  243.     ".\lex.h"\
  244.     ".\machine.h"\
  245.     ".\new.h"\
  246.     ".\symtab.h"\
  247.     ".\system.h"\
  248.     
  249. # End Source File
  250. # Begin Source File
  251.  
  252. SOURCE=.\reduce.c
  253. DEP_CPP_REDUC=\
  254.     ".\files.h"\
  255.     ".\gram.h"\
  256.     ".\machine.h"\
  257.     ".\new.h"\
  258.     ".\system.h"\
  259.     
  260. # End Source File
  261. # Begin Source File
  262.  
  263. SOURCE=.\symtab.c
  264. DEP_CPP_SYMTA=\
  265.     ".\gram.h"\
  266.     ".\new.h"\
  267.     ".\symtab.h"\
  268.     ".\system.h"\
  269.     
  270. # End Source File
  271. # Begin Source File
  272.  
  273. SOURCE=.\version.c
  274. # End Source File
  275. # Begin Source File
  276.  
  277. SOURCE=.\warshall.c
  278. DEP_CPP_WARSH=\
  279.     ".\machine.h"\
  280.     ".\system.h"\
  281.     
  282. # End Source File
  283. # Begin Source File
  284.  
  285. SOURCE=.\win.c
  286. # End Source File
  287. # End Group
  288. # Begin Group "Headers"
  289.  
  290. # PROP Default_Filter "h, hh"
  291. # Begin Source File
  292.  
  293. SOURCE=.\defs.h
  294. # End Source File
  295. # Begin Source File
  296.  
  297. SOURCE=.\files.h
  298. # End Source File
  299. # Begin Source File
  300.  
  301. SOURCE=.\getopt.h
  302. # End Source File
  303. # Begin Source File
  304.  
  305. SOURCE=.\gram.h
  306. # End Source File
  307. # Begin Source File
  308.  
  309. SOURCE=.\lex.h
  310. # End Source File
  311. # Begin Source File
  312.  
  313. SOURCE=.\state.h
  314. # End Source File
  315. # Begin Source File
  316.  
  317. SOURCE=.\symtab.h
  318. # End Source File
  319. # Begin Source File
  320.  
  321. SOURCE=.\types.h
  322. # End Source File
  323. # End Group
  324. # Begin Group "Templates"
  325.  
  326. # PROP Default_Filter "simple;hairy"
  327. # Begin Source File
  328.  
  329. SOURCE=.\res\bison.hairy
  330. # End Source File
  331. # Begin Source File
  332.  
  333. SOURCE=.\res\bison.simple
  334. # End Source File
  335. # End Group
  336. # Begin Source File
  337.  
  338. SOURCE=.\Bison.rc
  339. # End Source File
  340. # Begin Source File
  341.  
  342. SOURCE=.\icon1.ico
  343. # End Source File
  344. # End Target
  345. # End Project
  346.