remove some straggling files and fix paths in cockpit batch files

This commit is contained in:
bushing 2009-12-22 13:05:32 +00:00
commit 59936251ff
5 changed files with 5 additions and 7 deletions

View file

View file

@ -1,5 +1,3 @@
@echo off @echo off
set PATH=..\..\devkitARM\bin;..\..\devkitWIN\bin;%PATH% set PATH=..\..\devkitARM\bin;%PATH%
set INCLUDE=..\..\devkitWIN\include
set LIB=..\..\devkitWIN\lib
cmd.exe cmd.exe

View file

@ -1,7 +1,7 @@
@echo off @echo off
cd ..\winsrc cd ..\client
@echo ************** @echo **************
@echo *** winsrc *** @echo *** client ***
@echo ************** @echo **************
make %1 make %1
cd ..\cockpit cd ..\cockpit

View file

@ -1,3 +1,3 @@
@echo off @echo off
REM these actually do the real work REM these actually do the real work
..\winsrc\prox.exe os,fpga ..\armsrc\obj\osimage.s19 ..\armsrc\obj\fpgaimage.s19 ..\client\prox.exe os,fpga ..\armsrc\obj\osimage.s19 ..\armsrc\obj\fpgaimage.s19

View file

@ -1,2 +1,2 @@
@echo off @echo off
call ..\winsrc\prox %1 call ..\client\prox %1