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
set PATH=..\..\devkitARM\bin;..\..\devkitWIN\bin;%PATH%
set INCLUDE=..\..\devkitWIN\include
set LIB=..\..\devkitWIN\lib
set PATH=..\..\devkitARM\bin;%PATH%
cmd.exe

View file

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

View file

@ -1,3 +1,3 @@
@echo off
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
call ..\winsrc\prox %1
call ..\client\prox %1