From b8f438b9a91381625faa2c84216d63663ce68ad0 Mon Sep 17 00:00:00 2001 From: dennis Date: Mon, 2 Feb 2009 13:06:53 +0000 Subject: =?UTF-8?q?Update=20der=20PNG=E2=80=99s=20in=20eine=20eigene=20Mak?= =?UTF-8?q?e-Datei=20ausgelagert.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: https://svn.neo-layout.org@1609 b9310e46-f624-0410-8ea1-cfbb3a30dc96 --- windows/neo-vars/src/make-build.bat | 3 --- windows/neo-vars/src/make-graphics.bat | 2 ++ 2 files changed, 2 insertions(+), 3 deletions(-) create mode 100755 windows/neo-vars/src/make-graphics.bat (limited to 'windows') diff --git a/windows/neo-vars/src/make-build.bat b/windows/neo-vars/src/make-build.bat index 19ed3e9..1afffc3 100644 --- a/windows/neo-vars/src/make-build.bat +++ b/windows/neo-vars/src/make-build.bat @@ -44,9 +44,6 @@ if exist "%customahk%" ( ren "%customahk%" "%customahkbuild%" ) -echo download the latest images for the screen keyboard -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" diff --git a/windows/neo-vars/src/make-graphics.bat b/windows/neo-vars/src/make-graphics.bat new file mode 100755 index 0000000..34ae5b6 --- /dev/null +++ b/windows/neo-vars/src/make-graphics.bat @@ -0,0 +1,2 @@ +echo download the latest images for the screen keyboard +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 \ No newline at end of file -- cgit v1.2.3