From 59936251ffa2fef71f48aa517ba8b3296a66dc18 Mon Sep 17 00:00:00 2001 From: bushing Date: Tue, 22 Dec 2009 13:05:32 +0000 Subject: [PATCH] remove some straggling files and fix paths in cockpit batch files --- client/windows.h | 0 cockpit/0setpath.bat | 4 +--- cockpit/3makewin.bat | 4 ++-- cockpit/4flashos.bat | 2 +- cockpit/prox.bat | 2 +- 5 files changed, 5 insertions(+), 7 deletions(-) delete mode 100644 client/windows.h diff --git a/client/windows.h b/client/windows.h deleted file mode 100644 index e69de29b..00000000 diff --git a/cockpit/0setpath.bat b/cockpit/0setpath.bat index 5010957b..096c7229 100644 --- a/cockpit/0setpath.bat +++ b/cockpit/0setpath.bat @@ -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 \ No newline at end of file diff --git a/cockpit/3makewin.bat b/cockpit/3makewin.bat index fa769860..0332f468 100644 --- a/cockpit/3makewin.bat +++ b/cockpit/3makewin.bat @@ -1,7 +1,7 @@ @echo off -cd ..\winsrc +cd ..\client @echo ************** -@echo *** winsrc *** +@echo *** client *** @echo ************** make %1 cd ..\cockpit diff --git a/cockpit/4flashos.bat b/cockpit/4flashos.bat index e17013fe..d1b794ae 100644 --- a/cockpit/4flashos.bat +++ b/cockpit/4flashos.bat @@ -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 diff --git a/cockpit/prox.bat b/cockpit/prox.bat index 4a543363..e0c5bf8d 100644 --- a/cockpit/prox.bat +++ b/cockpit/prox.bat @@ -1,2 +1,2 @@ @echo off -call ..\winsrc\prox %1 +call ..\client\prox %1 -- 2.39.2