alles auf _subwcrev1.generated.ahk umgestellt. Namen sind Schall und Rauch.
git-svn-id: https://svn.neo-layout.org@1221 b9310e46-f624-0410-8ea1-cfbb3a30dc96
This commit is contained in:
parent
d4487ddb52
commit
922d06b565
1 changed files with 1 additions and 2 deletions
|
@ -13,7 +13,7 @@ set srcdir=.
|
|||
set outdir=..\out
|
||||
set Ssrcdir=%srcdir%\source
|
||||
set ahkrevtemplate1=%Ssrcdir%\_subwcrev1.tmpl.ahk
|
||||
set ahkrevoutput1=%Ssrcdir%\_subwcrev1.ahk
|
||||
set ahkrevoutput1=%Ssrcdir%\_subwcrev1.generated.ahk
|
||||
set batrevtemplate1=%Ssrcdir%\_subwcrev1.tmpl.bat
|
||||
set batrevoutput1=%Ssrcdir%\_subwcrev1.bat
|
||||
|
||||
|
@ -38,7 +38,6 @@ set fnahk=%srcdir%\neo20-all.ahk
|
|||
|
||||
echo Compiling the new Driver using Autohotkey
|
||||
"%Ahk2Exe%" /in "%fnahk%" /out "%fnexe%" /icon "%srcdir%\neo_enabled.ico"
|
||||
copy "%ahkrevoutput1%" "%Ssrcdir%\_subwcrev1.generated.ahk"
|
||||
|
||||
echo Driver Update complete! You can now close this log-window.
|
||||
pause
|
||||
|
|
Loading…
Reference in a new issue