diff options
author | dennis <dennis@b9310e46-f624-0410-8ea1-cfbb3a30dc96> | 2009-02-02 13:06:53 +0000 |
---|---|---|
committer | dennis <dennis@b9310e46-f624-0410-8ea1-cfbb3a30dc96> | 2009-02-02 13:06:53 +0000 |
commit | b8f438b9a91381625faa2c84216d63663ce68ad0 (patch) | |
tree | b9d950691ee4df5d27a695262d3c64d35a2993ea /windows | |
parent | 1b8b74fbbcae3092173c2ef246758d7df19cc192 (diff) |
Update der PNG’s in eine eigene Make-Datei ausgelagert.
git-svn-id: https://svn.neo-layout.org@1609 b9310e46-f624-0410-8ea1-cfbb3a30dc96
Diffstat (limited to 'windows')
-rw-r--r-- | windows/neo-vars/src/make-build.bat | 3 | ||||
-rwxr-xr-x | windows/neo-vars/src/make-graphics.bat | 2 |
2 files changed, 2 insertions, 3 deletions
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 |