Changeset 1591 for windows/neo-vars/src/make-build.bat
- Timestamp:
- 02/01/09 15:24:18 (4 years ago)
- Location:
- windows/neo-vars/src
- Files:
-
- 2 modified
-
. (modified) (1 prop)
-
make-build.bat (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
windows/neo-vars/src
- Property svn:ignore
-
old new 2 2 z-dh-local-make-build.bat 3 3 z-dh-local-make-compose.bat 4 Kopie von make-build.bat 5 Kopie von make-compose.bat
-
- Property svn:ignore
-
windows/neo-vars/src/make-build.bat
r1590 r1591 46 46 47 47 echo download the latest images for the screen keyboard 48 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.png48 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 49 49 50 50 echo Compiling the new Driver using Autohotkey … … 56 56 57 57 echo cleanup images 58 del ebene*.png58 for /L %%e in (1,1,6) do del ebene%%e.png 59 59 60 60 echo Driver Update complete! You can now close this log-window.
