hoppla, da war noch was. Nicht mehr existentes %fn%.ahk gefixt
git-svn-id: https://svn.neo-layout.org@1101 b9310e46-f624-0410-8ea1-cfbb3a30dc96
This commit is contained in:
parent
586a21f438
commit
c336dd4d7a
1 changed files with 2 additions and 2 deletions
|
@ -45,12 +45,12 @@ rem echo Killing the old (AHK)Driver
|
|||
rem tskill %fn%
|
||||
|
||||
echo removing old version(s) of NEO AHK Exe file
|
||||
del %srcdir%\neo20-r*.exe %srcdir%\neo20-r*.ahk 2> nul
|
||||
del %outdir%\neo20-r*.exe %srcdir%\neo20-r*.ahk 2> nul
|
||||
|
||||
echo creating all-in-one script
|
||||
echo ; Gesamtdatei > %fn%.ahk
|
||||
|
||||
for %%i in (_subwcrev1 _subwcrev2 en_us neocomp neovarscomp keydefinitions shortcuts recycle keyhooks varsfunctions) do (type "%Ssrcdir%\%%i.ahk" >> "%fn%.ahk")
|
||||
for %%i in (_subwcrev1 _subwcrev2 en_us neocomp neovarscomp keydefinitions shortcuts recycle keyhooks varsfunctions) do (type "%Ssrcdir%\%%i.ahk" >> "%fnahk%")
|
||||
|
||||
echo Compiling the new Driver using Autohotkey
|
||||
"%Ahk2Exe%" /in "%fnahk%" /out "%fnexe%" /icon "%srcdir%\neo_enabled.ico"
|
||||
|
|
Loading…
Reference in a new issue