summaryrefslogtreecommitdiff
path: root/windows/neo-vars/src/make-build.bat
diff options
context:
space:
mode:
authordennis <dennis@b9310e46-f624-0410-8ea1-cfbb3a30dc96>2009-02-01 14:24:18 +0000
committerdennis <dennis@b9310e46-f624-0410-8ea1-cfbb3a30dc96>2009-02-01 14:24:18 +0000
commit9bbcc8cb660cd843a4b10068fcc2646a0ce41040 (patch)
tree5a2a5ec475743054f6612a830821a795b6c822f1 /windows/neo-vars/src/make-build.bat
parent8e50ef48287129025c5031324153b7f2c3789a4b (diff)
downloadneo-layout-9bbcc8cb660cd843a4b10068fcc2646a0ce41040.tar.gz
neo-layout-9bbcc8cb660cd843a4b10068fcc2646a0ce41040.tar.bz2
neo-layout-9bbcc8cb660cd843a4b10068fcc2646a0ce41040.zip
Kleinere Korrektur.
git-svn-id: https://svn.neo-layout.org@1591 b9310e46-f624-0410-8ea1-cfbb3a30dc96
Diffstat (limited to 'windows/neo-vars/src/make-build.bat')
-rw-r--r--windows/neo-vars/src/make-build.bat4
1 files changed, 2 insertions, 2 deletions
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