DSPSpy.vcproj 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253
  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9.00"
  5. Name="DSPSpy"
  6. ProjectGUID="{3877AA3E-9CC0-4ADF-8E71-272EE4443478}"
  7. RootNamespace="DSPSpy"
  8. TargetFrameworkVersion="196613"
  9. >
  10. <Platforms>
  11. <Platform
  12. Name="Win32"
  13. />
  14. <Platform
  15. Name="x64"
  16. />
  17. </Platforms>
  18. <ToolFiles>
  19. </ToolFiles>
  20. <Configurations>
  21. <Configuration
  22. Name="Wii|Win32"
  23. OutputDirectory="build"
  24. IntermediateDirectory="build"
  25. ConfigurationType="0"
  26. CharacterSet="2"
  27. WholeProgramOptimization="1"
  28. BuildLogFile="build\BuildLog.htm"
  29. >
  30. <Tool
  31. Name="VCNMakeTool"
  32. BuildCommandLine="..\..\Binary\$(PlatformName)\DSPTool.exe -h dsp_code tests\dsp_test.ds&#x0D;&#x0A;make&#x0D;&#x0A;"
  33. ReBuildCommandLine="make clean&#x0D;&#x0A;..\..\Binary\$(PlatformName)\DSPTool.exe -h dsp_code tests\dsp_code.ds&#x0D;&#x0A;make"
  34. CleanCommandLine="make clean"
  35. Output="DSPSpy.dol"
  36. PreprocessorDefinitions=""
  37. IncludeSearchPath="$(ProjectDir);C:\devkitPro\libogc\include"
  38. ForcedIncludes=""
  39. AssemblySearchPath=""
  40. ForcedUsingAssemblies=""
  41. CompileAsManaged=""
  42. />
  43. </Configuration>
  44. <Configuration
  45. Name="Wii|x64"
  46. OutputDirectory="build"
  47. IntermediateDirectory="build"
  48. ConfigurationType="0"
  49. CharacterSet="2"
  50. WholeProgramOptimization="1"
  51. BuildLogFile="build\BuildLog.htm"
  52. >
  53. <Tool
  54. Name="VCNMakeTool"
  55. BuildCommandLine="..\..\Binary\$(PlatformName)\DSPTool.exe -h dsp_code tests\dsp_test.ds&#x0D;&#x0A;make&#x0D;&#x0A;"
  56. ReBuildCommandLine="make clean&#x0D;&#x0A;..\..\Binary\$(PlatformName)\DSPTool.exe -h dsp_code tests\dsp_code.ds&#x0D;&#x0A;make"
  57. CleanCommandLine="make clean"
  58. Output="DSPSpy.dol"
  59. PreprocessorDefinitions=""
  60. IncludeSearchPath="$(ProjectDir);C:\devkitPro\libogc\include"
  61. ForcedIncludes=""
  62. AssemblySearchPath=""
  63. ForcedUsingAssemblies=""
  64. CompileAsManaged=""
  65. />
  66. </Configuration>
  67. <Configuration
  68. Name="GC|Win32"
  69. OutputDirectory="build"
  70. IntermediateDirectory="build"
  71. ConfigurationType="0"
  72. CharacterSet="2"
  73. WholeProgramOptimization="1"
  74. BuildLogFile="build\BuildLogGC.htm"
  75. >
  76. <Tool
  77. Name="VCNMakeTool"
  78. BuildCommandLine="..\..\Binary\$(PlatformName)\DSPTool.exe -h dsp_code tests\dsp_test.ds&#x0D;&#x0A;make HW_TYPE=gamecube"
  79. ReBuildCommandLine="make HW_TYPE=gamecube clean&#x0D;&#x0A;..\..\Binary\$(PlatformName)\DSPTool.exe -h dsp_code tests\dsp_code.ds&#x0D;&#x0A;make HW_TYPE=gamecube"
  80. CleanCommandLine="make HW_TYPE=gamecube clean"
  81. Output="DSPSpyGC.dol"
  82. PreprocessorDefinitions=""
  83. IncludeSearchPath="$(ProjectDir);C:\devkitPro\libogc\include"
  84. ForcedIncludes=""
  85. AssemblySearchPath=""
  86. ForcedUsingAssemblies=""
  87. CompileAsManaged=""
  88. />
  89. </Configuration>
  90. <Configuration
  91. Name="GC|x64"
  92. OutputDirectory="build"
  93. IntermediateDirectory="build"
  94. ConfigurationType="0"
  95. CharacterSet="2"
  96. WholeProgramOptimization="1"
  97. BuildLogFile="build\BuildLogGC.htm"
  98. >
  99. <Tool
  100. Name="VCNMakeTool"
  101. BuildCommandLine="..\..\Binary\$(PlatformName)\DSPTool.exe -h dsp_code tests\dsp_test.ds&#x0D;&#x0A;make HW_TYPE=gamecube"
  102. ReBuildCommandLine="make HW_TYPE=gamecube clean&#x0D;&#x0A;..\..\Binary\$(PlatformName)\DSPTool.exe -h dsp_code tests\dsp_code.ds&#x0D;&#x0A;make HW_TYPE=gamecube"
  103. CleanCommandLine="make HW_TYPE=gamecube clean"
  104. Output="DSPSpyGC.dol"
  105. PreprocessorDefinitions=""
  106. IncludeSearchPath="$(ProjectDir);C:\devkitPro\libogc\include"
  107. ForcedIncludes=""
  108. AssemblySearchPath=""
  109. ForcedUsingAssemblies=""
  110. CompileAsManaged=""
  111. />
  112. </Configuration>
  113. </Configurations>
  114. <References>
  115. </References>
  116. <Files>
  117. <Filter
  118. Name="tests"
  119. >
  120. <File
  121. RelativePath=".\tests\arith_test.ds"
  122. >
  123. </File>
  124. <File
  125. RelativePath=".\tests\dr_test.ds"
  126. >
  127. </File>
  128. <File
  129. RelativePath=".\tests\dsp_base.inc"
  130. >
  131. </File>
  132. <File
  133. RelativePath=".\tests\dsp_test.ds"
  134. >
  135. </File>
  136. <File
  137. RelativePath=".\tests\ir_test.ds"
  138. >
  139. </File>
  140. <File
  141. RelativePath=".\tests\ld_test.ds"
  142. >
  143. </File>
  144. <File
  145. RelativePath=".\tests\mul_test.ds"
  146. >
  147. </File>
  148. <File
  149. RelativePath=".\tests\neg_test.ds"
  150. >
  151. </File>
  152. <File
  153. RelativePath=".\tests\op_test.ds"
  154. >
  155. </File>
  156. <File
  157. RelativePath=".\tests\unk_regs_test.ds"
  158. >
  159. </File>
  160. </Filter>
  161. <Filter
  162. Name="util"
  163. >
  164. <File
  165. RelativePath=".\util\createtest.pl"
  166. >
  167. </File>
  168. <File
  169. RelativePath=".\util\dump_roms.ds"
  170. >
  171. </File>
  172. </Filter>
  173. <Filter
  174. Name="templates"
  175. >
  176. <File
  177. RelativePath=".\templates\if_test.tpl"
  178. >
  179. </File>
  180. <File
  181. RelativePath=".\templates\tst_test.tpl"
  182. >
  183. </File>
  184. </Filter>
  185. <Filter
  186. Name="DSP Interface"
  187. >
  188. <File
  189. RelativePath=".\dsp_interface.cpp"
  190. >
  191. </File>
  192. <File
  193. RelativePath=".\dsp_interface.h"
  194. >
  195. </File>
  196. <File
  197. RelativePath=".\mem_dump.h"
  198. >
  199. </File>
  200. <File
  201. RelativePath=".\real_dsp.cpp"
  202. >
  203. </File>
  204. <File
  205. RelativePath=".\real_dsp.h"
  206. >
  207. </File>
  208. </Filter>
  209. <Filter
  210. Name="Misc uCodes"
  211. >
  212. <File
  213. RelativePath="..\..\docs\DSP\dsp_rom.txt"
  214. >
  215. </File>
  216. <File
  217. RelativePath="..\..\docs\DSP\unlockmemcard.ds"
  218. >
  219. </File>
  220. </Filter>
  221. <File
  222. RelativePath=".\build.sh"
  223. >
  224. </File>
  225. <File
  226. RelativePath=".\Config.h"
  227. >
  228. </File>
  229. <File
  230. RelativePath=".\ConsoleHelper.h"
  231. >
  232. </File>
  233. <File
  234. RelativePath=".\dspregs.h"
  235. >
  236. </File>
  237. <File
  238. RelativePath=".\main_spy.cpp"
  239. >
  240. </File>
  241. <File
  242. RelativePath=".\Makefile"
  243. >
  244. </File>
  245. <File
  246. RelativePath=".\sbuild.sh"
  247. >
  248. </File>
  249. </Files>
  250. <Globals>
  251. </Globals>
  252. </VisualStudioProject>