mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-14 13:27:45 -07:00
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
|
||||
Name="VCNMakeTool"
|
||||
BuildCommandLine="..\..\Binary\$(PlatformName)\DSPTool.exe -h dsp_code tests\dsp_code.ds
make
"
|
||||
ReBuildCommandLine="make clean
..\..\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_test.ds
make"
|
||||
CleanCommandLine="make clean"
|
||||
Output="DSPSpy.dol"
|
||||
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"
|
||||
|
||||
; Right here we are at a specific predetermined state.
|
||||
|
Loading…
Reference in New Issue
Block a user