From 8e50ef48287129025c5031324153b7f2c3789a4b Mon Sep 17 00:00:00 2001 From: dennis Date: Sun, 1 Feb 2009 14:08:18 +0000 Subject: Es werden jetzt die stets akuellen, vom SVN-Hook produzierten Bilder für die AHK-Bildschirmtastatur benutzt. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: https://svn.neo-layout.org@1590 b9310e46-f624-0410-8ea1-cfbb3a30dc96 --- windows/neo-vars/src/make-build.bat | 6 ++++++ 1 file changed, 6 insertions(+) (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 1afffc3..deb40fa 100644 --- a/windows/neo-vars/src/make-build.bat +++ b/windows/neo-vars/src/make-build.bat @@ -44,6 +44,9 @@ if exist "%customahk%" ( ren "%customahk%" "%customahkbuild%" ) +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 + echo Compiling the new Driver using Autohotkey "%Ahk2Exe%" /in "%fnahk%" /out "%fnexe%" /icon "%srcdir%\neo_enabled.ico" @@ -51,5 +54,8 @@ if exist "%customahkbuild%" ( ren "%customahkbuild%" "%customahk%" ) +echo cleanup images +del ebene*.png + echo Driver Update complete! You can now close this log-window. pause -- cgit v1.2.3