Fixed building of DSPSpy

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3124 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
XTra.KrazzY 2009-05-01 16:23:41 +00:00
parent cd50850bca
commit c809110630
3 changed files with 3 additions and 7 deletions

View File

@ -92,8 +92,8 @@
>
<Tool
Name="VCNMakeTool"
BuildCommandLine="..\..\Binary\$(PlatformName)\DSPTool.exe -h dsp_code tests\dsp_code.ds&#x0D;&#x0A;make&#x0D;&#x0A;"
ReBuildCommandLine="make clean&#x0D;&#x0A;..\..\Binary\$(PlatformName)\DSPTool.exe -h dsp_code tests\dsp_code.ds&#x0D;&#x0A;make"
BuildCommandLine="..\..\Binary\$(PlatformName)\DSPTool.exe -h dsp_code tests\dsp_test.ds&#x0D;&#x0A;make&#x0D;&#x0A;"
ReBuildCommandLine="make clean&#x0D;&#x0A;..\..\Binary\$(PlatformName)\DSPTool.exe -h dsp_code tests\dsp_test.ds&#x0D;&#x0A;make"
CleanCommandLine="make clean"
Output="DSPSpy.dol"
PreprocessorDefinitions=""

View File

@ -1,5 +0,0 @@
..\..\Binary\x64\DSPTool.exe -h dsp_code tests\dsp_code.ds
make
@pause

View File

@ -1,3 +1,4 @@
incdir "tests"
include "dsp_base.inc"
; Right here we are at a specific predetermined state.