summaryrefslogtreecommitdiff
path: root/windows/autohotkey/Build-Update.bat
diff options
context:
space:
mode:
Diffstat (limited to 'windows/autohotkey/Build-Update.bat')
-rw-r--r--windows/autohotkey/Build-Update.bat8
1 files changed, 4 insertions, 4 deletions
diff --git a/windows/autohotkey/Build-Update.bat b/windows/autohotkey/Build-Update.bat
index 458c1ec..e9cbb62 100644
--- a/windows/autohotkey/Build-Update.bat
+++ b/windows/autohotkey/Build-Update.bat
@@ -2,13 +2,13 @@
echo Setting local path variables
-REM The path to the Auto Hotkeyprogram
+REM The path to the AutoHotkey program
set ahk=C:\Programme\AutoHotkey
-REM The path to the authohotkey directory in the local svn copy
+REM The path to the AutoHohotkey directory in the local svn copy
set svn=.
-REM Just some usefull shortcuts:
+REM Just some useful shortcuts:
set scr="%svn%\Source"
set fn=neo20
@@ -20,7 +20,7 @@ REM The order *is* important!
copy "%scr%\Warning.ahk" + "%scr%\Changelog-and-Todo.ahk" + "%scr%\Global-Part.ahk" + "%scr%\Methods-Layers.ahk" + "%scr%\Keys-Qwert-to-Neo.ahk" + "%scr%\Keys-Neo.ahk" + "%scr%\Methods-Lights.ahk" + "%scr%\Methods-Other.ahk" + "%scr%\Methods-Unicode.ahk" + "%scr%\Methods-ScreenKeyboard.ahk" "%svn%\%fn%.ahk"
REM if exist "%svn%\Compose\Compose-all-in-one.ahk" copy "%svn%\%fn%.ahk" + "%svn%\Compose\Compose-all-in-one.ahk" "%svn%\%fn%.ahk"
-echo Compiling the new Driver using Autohotkey
+echo Compiling the new Driver using AutoHotkey
"%ahk%\Compiler\Ahk2Exe.exe" /in "%svn%\%fn%.ahk" /out "%svn%\%fn%.exe" /icon "%svn%\neo.ico"
echo Driver Update complete! You can now close this log-window.