Update der PNG’s in eine eigene Make-Datei ausgelagert.

git-svn-id: https://svn.neo-layout.org@1609 b9310e46-f624-0410-8ea1-cfbb3a30dc96
This commit is contained in:
dennis 2009-02-02 13:06:53 +00:00
parent 1b8b74fbbc
commit b8f438b9a9
2 changed files with 2 additions and 3 deletions

View file

@ -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"

View file

@ -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