From 9bbcc8cb660cd843a4b10068fcc2646a0ce41040 Mon Sep 17 00:00:00 2001 From: dennis Date: Sun, 1 Feb 2009 14:24:18 +0000 Subject: Kleinere Korrektur. git-svn-id: https://svn.neo-layout.org@1591 b9310e46-f624-0410-8ea1-cfbb3a30dc96 --- windows/neo-vars/src/make-build.bat | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'windows/neo-vars/src/make-build.bat') diff --git a/windows/neo-vars/src/make-build.bat b/windows/neo-vars/src/make-build.bat index deb40fa..1ebe47f 100644 --- a/windows/neo-vars/src/make-build.bat +++ b/windows/neo-vars/src/make-build.bat @@ -45,7 +45,7 @@ if exist "%customahk%" ( ) echo download the latest images for the screen keyboard -for /L %%e in (1,1,6) do wget.exe -O ebene%%e.png http://neo-layout.org/grafik/tastatur3d/haupt_ziffern_feld/tastatur_neo_Ebene%%e.png +for /L %%e in (1,1,6) do make-wget.exe -q -O ebene%%e.png http://neo-layout.org/grafik/tastatur3d/haupt_ziffern_feld/tastatur_neo_Ebene%%e.png echo Compiling the new Driver using Autohotkey "%Ahk2Exe%" /in "%fnahk%" /out "%fnexe%" /icon "%srcdir%\neo_enabled.ico" @@ -55,7 +55,7 @@ if exist "%customahkbuild%" ( ) echo cleanup images -del ebene*.png +for /L %%e in (1,1,6) do del ebene%%e.png echo Driver Update complete! You can now close this log-window. pause -- cgit v1.2.3