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:
parent
cd50850bca
commit
c809110630
|
@ -92,8 +92,8 @@
|
||||||
>
|
>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCNMakeTool"
|
Name="VCNMakeTool"
|
||||||
BuildCommandLine="..\..\Binary\$(PlatformName)\DSPTool.exe -h dsp_code tests\dsp_code.ds
make
"
|
BuildCommandLine="..\..\Binary\$(PlatformName)\DSPTool.exe -h dsp_code tests\dsp_test.ds
make
"
|
||||||
ReBuildCommandLine="make clean
..\..\Binary\$(PlatformName)\DSPTool.exe -h dsp_code tests\dsp_code.ds
make"
|
ReBuildCommandLine="make clean
..\..\Binary\$(PlatformName)\DSPTool.exe -h dsp_code tests\dsp_test.ds
make"
|
||||||
CleanCommandLine="make clean"
|
CleanCommandLine="make clean"
|
||||||
Output="DSPSpy.dol"
|
Output="DSPSpy.dol"
|
||||||
PreprocessorDefinitions=""
|
PreprocessorDefinitions=""
|
||||||
|
|
|
@ -1,5 +0,0 @@
|
||||||
..\..\Binary\x64\DSPTool.exe -h dsp_code tests\dsp_code.ds
|
|
||||||
|
|
||||||
make
|
|
||||||
|
|
||||||
@pause
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
incdir "tests"
|
||||||
include "dsp_base.inc"
|
include "dsp_base.inc"
|
||||||
|
|
||||||
; Right here we are at a specific predetermined state.
|
; Right here we are at a specific predetermined state.
|
||||||
|
|
Loading…
Reference in New Issue