compiler.dsp 7.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326
  1. # Microsoft Developer Studio Project File - Name="compiler" - Package Owner=<4>
  2. # Microsoft Developer Studio Generated Build File, Format Version 6.00
  3. # ** DO NOT EDIT **
  4. # TARGTYPE "Win32 (x86) Static Library" 0x0104
  5. CFG=compiler - Win32 Debug
  6. !MESSAGE This is not a valid makefile. To build this project using NMAKE,
  7. !MESSAGE use the Export Makefile command and run
  8. !MESSAGE
  9. !MESSAGE NMAKE /f "compiler.mak".
  10. !MESSAGE
  11. !MESSAGE You can specify a configuration when running NMAKE
  12. !MESSAGE by defining the macro CFG on the command line. For example:
  13. !MESSAGE
  14. !MESSAGE NMAKE /f "compiler.mak" CFG="compiler - Win32 Debug"
  15. !MESSAGE
  16. !MESSAGE Possible choices for configuration are:
  17. !MESSAGE
  18. !MESSAGE "compiler - Win32 Release" (based on "Win32 (x86) Static Library")
  19. !MESSAGE "compiler - Win32 Debug" (based on "Win32 (x86) Static Library")
  20. !MESSAGE "compiler - Win32 Blitz3DRelease" (based on "Win32 (x86) Static Library")
  21. !MESSAGE "compiler - Win32 Blitz2DRelease" (based on "Win32 (x86) Static Library")
  22. !MESSAGE
  23. # Begin Project
  24. # PROP AllowPerConfigDependencies 0
  25. # PROP Scc_ProjName ""
  26. # PROP Scc_LocalPath ""
  27. CPP=cl.exe
  28. RSC=rc.exe
  29. !IF "$(CFG)" == "compiler - Win32 Release"
  30. # PROP BASE Use_MFC 0
  31. # PROP BASE Use_Debug_Libraries 0
  32. # PROP BASE Output_Dir "Release"
  33. # PROP BASE Intermediate_Dir "Release"
  34. # PROP BASE Target_Dir ""
  35. # PROP Use_MFC 0
  36. # PROP Use_Debug_Libraries 0
  37. # PROP Output_Dir "Release"
  38. # PROP Intermediate_Dir "Release"
  39. # PROP Target_Dir ""
  40. # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c
  41. # ADD CPP /nologo /MT /W3 /GX /O2 /Ob2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /Yu"std.h" /FD /c
  42. # ADD BASE RSC /l 0x409 /d "NDEBUG"
  43. # ADD RSC /l 0x409 /d "NDEBUG"
  44. BSC32=bscmake.exe
  45. # ADD BASE BSC32 /nologo
  46. # ADD BSC32 /nologo
  47. LIB32=link.exe -lib
  48. # ADD BASE LIB32 /nologo
  49. # ADD LIB32 /nologo
  50. !ELSEIF "$(CFG)" == "compiler - Win32 Debug"
  51. # PROP BASE Use_MFC 0
  52. # PROP BASE Use_Debug_Libraries 1
  53. # PROP BASE Output_Dir "Debug"
  54. # PROP BASE Intermediate_Dir "Debug"
  55. # PROP BASE Target_Dir ""
  56. # PROP Use_MFC 0
  57. # PROP Use_Debug_Libraries 1
  58. # PROP Output_Dir "Debug"
  59. # PROP Intermediate_Dir "Debug"
  60. # PROP Target_Dir ""
  61. # ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c
  62. # ADD CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /Yu"std.h" /FD /GZ /c
  63. # SUBTRACT CPP /Gy
  64. # ADD BASE RSC /l 0x409 /d "_DEBUG"
  65. # ADD RSC /l 0x409 /d "_DEBUG"
  66. BSC32=bscmake.exe
  67. # ADD BASE BSC32 /nologo
  68. # ADD BSC32 /nologo
  69. LIB32=link.exe -lib
  70. # ADD BASE LIB32 /nologo
  71. # ADD LIB32 /nologo
  72. !ELSEIF "$(CFG)" == "compiler - Win32 Blitz3DRelease"
  73. # PROP BASE Use_MFC 0
  74. # PROP BASE Use_Debug_Libraries 0
  75. # PROP BASE Output_Dir "compiler___Win32_Blitz3DRelease"
  76. # PROP BASE Intermediate_Dir "compiler___Win32_Blitz3DRelease"
  77. # PROP BASE Target_Dir ""
  78. # PROP Use_MFC 0
  79. # PROP Use_Debug_Libraries 0
  80. # PROP Output_Dir "compiler___Win32_Blitz3DRelease"
  81. # PROP Intermediate_Dir "compiler___Win32_Blitz3DRelease"
  82. # PROP Target_Dir ""
  83. # ADD BASE CPP /nologo /MT /W3 /GX /O2 /Ob2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /Yu"std.h" /FD /c
  84. # ADD CPP /nologo /G6 /Gz /MT /W3 /GX /O1 /D "_LIB" /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "PRO" /FD /c
  85. # SUBTRACT CPP /YX /Yc /Yu
  86. # ADD BASE RSC /l 0x409 /d "NDEBUG"
  87. # ADD RSC /l 0x409 /d "NDEBUG"
  88. BSC32=bscmake.exe
  89. # ADD BASE BSC32 /nologo
  90. # ADD BSC32 /nologo
  91. LIB32=link.exe -lib
  92. # ADD BASE LIB32 /nologo
  93. # ADD LIB32 /nologo
  94. !ELSEIF "$(CFG)" == "compiler - Win32 Blitz2DRelease"
  95. # PROP BASE Use_MFC 0
  96. # PROP BASE Use_Debug_Libraries 0
  97. # PROP BASE Output_Dir "compiler___Win32_Blitz2DRelease"
  98. # PROP BASE Intermediate_Dir "compiler___Win32_Blitz2DRelease"
  99. # PROP BASE Target_Dir ""
  100. # PROP Use_MFC 0
  101. # PROP Use_Debug_Libraries 0
  102. # PROP Output_Dir "compiler___Win32_Blitz2DRelease"
  103. # PROP Intermediate_Dir "compiler___Win32_Blitz2DRelease"
  104. # PROP Target_Dir ""
  105. # ADD BASE CPP /nologo /MT /W3 /GX /O2 /Ob2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /Yu"std.h" /FD /c
  106. # ADD CPP /nologo /MT /W3 /GX /O1 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /Yu"std.h" /FD /c
  107. # ADD BASE RSC /l 0x409 /d "NDEBUG"
  108. # ADD RSC /l 0x409 /d "NDEBUG"
  109. BSC32=bscmake.exe
  110. # ADD BASE BSC32 /nologo
  111. # ADD BSC32 /nologo
  112. LIB32=link.exe -lib
  113. # ADD BASE LIB32 /nologo
  114. # ADD LIB32 /nologo
  115. !ENDIF
  116. # Begin Target
  117. # Name "compiler - Win32 Release"
  118. # Name "compiler - Win32 Debug"
  119. # Name "compiler - Win32 Blitz3DRelease"
  120. # Name "compiler - Win32 Blitz2DRelease"
  121. # Begin Group "nodes"
  122. # PROP Default_Filter ""
  123. # Begin Source File
  124. SOURCE=.\declnode.cpp
  125. # End Source File
  126. # Begin Source File
  127. SOURCE=.\declnode.h
  128. # End Source File
  129. # Begin Source File
  130. SOURCE=.\exprnode.cpp
  131. # End Source File
  132. # Begin Source File
  133. SOURCE=.\exprnode.h
  134. # End Source File
  135. # Begin Source File
  136. SOURCE=.\node.cpp
  137. # End Source File
  138. # Begin Source File
  139. SOURCE=.\node.h
  140. # End Source File
  141. # Begin Source File
  142. SOURCE=.\nodes.h
  143. # End Source File
  144. # Begin Source File
  145. SOURCE=.\prognode.cpp
  146. # End Source File
  147. # Begin Source File
  148. SOURCE=.\prognode.h
  149. # End Source File
  150. # Begin Source File
  151. SOURCE=.\stmtnode.cpp
  152. # End Source File
  153. # Begin Source File
  154. SOURCE=.\stmtnode.h
  155. # End Source File
  156. # Begin Source File
  157. SOURCE=.\varnode.cpp
  158. # End Source File
  159. # Begin Source File
  160. SOURCE=.\varnode.h
  161. # End Source File
  162. # End Group
  163. # Begin Group "environ"
  164. # PROP Default_Filter ""
  165. # Begin Source File
  166. SOURCE=.\decl.cpp
  167. # End Source File
  168. # Begin Source File
  169. SOURCE=.\decl.h
  170. # End Source File
  171. # Begin Source File
  172. SOURCE=.\environ.cpp
  173. # End Source File
  174. # Begin Source File
  175. SOURCE=.\environ.h
  176. # End Source File
  177. # Begin Source File
  178. SOURCE=.\label.h
  179. # End Source File
  180. # Begin Source File
  181. SOURCE=.\type.cpp
  182. # End Source File
  183. # Begin Source File
  184. SOURCE=.\type.h
  185. # End Source File
  186. # End Group
  187. # Begin Group "parser"
  188. # PROP Default_Filter ""
  189. # Begin Source File
  190. SOURCE=.\parser.cpp
  191. # End Source File
  192. # Begin Source File
  193. SOURCE=.\parser.h
  194. # End Source File
  195. # Begin Source File
  196. SOURCE=.\toker.cpp
  197. # End Source File
  198. # Begin Source File
  199. SOURCE=.\toker.h
  200. # End Source File
  201. # End Group
  202. # Begin Group "codegen"
  203. # PROP Default_Filter ""
  204. # Begin Group "codegen_x86"
  205. # PROP Default_Filter ""
  206. # Begin Source File
  207. SOURCE=.\codegen_x86\codegen_x86.cpp
  208. # ADD CPP /Yu"../std.h"
  209. # End Source File
  210. # Begin Source File
  211. SOURCE=.\codegen_x86\codegen_x86.h
  212. # End Source File
  213. # Begin Source File
  214. SOURCE=.\codegen_x86\tile.cpp
  215. # ADD CPP /Yu"../std.h"
  216. # End Source File
  217. # Begin Source File
  218. SOURCE=.\codegen_x86\tile.h
  219. # End Source File
  220. # End Group
  221. # Begin Source File
  222. SOURCE=.\codegen.h
  223. # End Source File
  224. # End Group
  225. # Begin Group "assem"
  226. # PROP Default_Filter ""
  227. # Begin Group "assem_x86"
  228. # PROP Default_Filter ""
  229. # Begin Source File
  230. SOURCE=.\assem_x86\asm_insts.cpp
  231. # ADD CPP /Yu"../std.h"
  232. # End Source File
  233. # Begin Source File
  234. SOURCE=.\assem_x86\assem_x86.cpp
  235. # ADD CPP /Yu"../std.h"
  236. # End Source File
  237. # Begin Source File
  238. SOURCE=.\assem_x86\assem_x86.h
  239. # End Source File
  240. # Begin Source File
  241. SOURCE=.\assem_x86\insts.h
  242. # End Source File
  243. # Begin Source File
  244. SOURCE=.\assem_x86\operand.cpp
  245. # ADD CPP /Yu"../std.h"
  246. # End Source File
  247. # Begin Source File
  248. SOURCE=.\assem_x86\operand.h
  249. # End Source File
  250. # End Group
  251. # Begin Source File
  252. SOURCE=.\assem.h
  253. # End Source File
  254. # End Group
  255. # Begin Source File
  256. SOURCE=.\ex.h
  257. # End Source File
  258. # Begin Source File
  259. SOURCE=.\std.cpp
  260. # ADD CPP /Yc"std.h"
  261. # End Source File
  262. # Begin Source File
  263. SOURCE=.\std.h
  264. # End Source File
  265. # End Target
  266. # End Project