Show
Ignore:
Timestamp:
02/01/09 15:24:18 (4 years ago)
Author:
dennis
Message:

Kleinere Korrektur.

Location:
windows/neo-vars/src
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • windows/neo-vars/src

    • Property svn:ignore
      •  

        old new  
        22z-dh-local-make-build.bat 
        33z-dh-local-make-compose.bat 
         4Kopie von make-build.bat 
         5Kopie von make-compose.bat 
  • windows/neo-vars/src/make-build.bat

    r1590 r1591  
    4646 
    4747echo 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.png 
     48for /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 
    4949 
    5050echo Compiling the new Driver using Autohotkey 
     
    5656 
    5757echo cleanup images 
    58 del ebene*.png 
     58for /L %%e in (1,1,6) do del ebene%%e.png 
    5959 
    6060echo Driver Update complete! You can now close this log-window.