summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormartin_r <martin_r@b9310e46-f624-0410-8ea1-cfbb3a30dc96>2008-11-06 03:13:57 +0000
committermartin_r <martin_r@b9310e46-f624-0410-8ea1-cfbb3a30dc96>2008-11-06 03:13:57 +0000
commitd6d90a0ca11cb5cb1df54e909ebe8d0247662d2e (patch)
tree7a6409f4684a159677bd930c66217f6d2f48ef03
parent9267a4a2eab9b921288cd80548a4403cfdf1cba3 (diff)
Die Make-Build.bat jetzt auch für Leute, die sie ahk-Dateien als default nicht ausführen (sondern z.B. bearbeiten).
git-svn-id: https://svn.neo-layout.org@1110 b9310e46-f624-0410-8ea1-cfbb3a30dc96
-rw-r--r--windows/neo-vars/src/Make-Build.bat4
1 files changed, 2 insertions, 2 deletions
diff --git a/windows/neo-vars/src/Make-Build.bat b/windows/neo-vars/src/Make-Build.bat
index 2dd48b3..4a68013 100644
--- a/windows/neo-vars/src/Make-Build.bat
+++ b/windows/neo-vars/src/Make-Build.bat
@@ -39,7 +39,7 @@ if errorlevel 1 (
)
echo Compiling Compose sequences
-%Ssrcdir%\makecompose.ahk
+%ahkpath%\AutoHotkey %Ssrcdir%\makecompose.ahk
rem echo Killing the old (AHK)Driver
rem tskill %fn%
@@ -56,4 +56,4 @@ echo Compiling the new Driver using Autohotkey
"%Ahk2Exe%" /in "%fnahk%" /out "%fnexe%" /icon "%srcdir%\neo_enabled.ico"
echo Driver Update complete! You can now close this log-window.
-pause \ No newline at end of file
+pause