summaryrefslogtreecommitdiff
path: root/windows/neo-vars/src/make-build.bat
diff options
context:
space:
mode:
Diffstat (limited to 'windows/neo-vars/src/make-build.bat')
-rw-r--r--windows/neo-vars/src/make-build.bat8
1 files changed, 5 insertions, 3 deletions
diff --git a/windows/neo-vars/src/make-build.bat b/windows/neo-vars/src/make-build.bat
index 0e7887d..56f39f5 100644
--- a/windows/neo-vars/src/make-build.bat
+++ b/windows/neo-vars/src/make-build.bat
@@ -1,11 +1,13 @@
@echo off
-echo Setting local path variables
+echo Setting default local path variables
:: TortoiseSVN and its clever tool SubWCRev
set Tsvnpath=C:\Programme\TortoiseSVN\bin
-set SubWCRev=%Tsvnpath%\SubWCRev.exe
-
set ahkpath=C:\Programme\AutoHotkey
+
+if exist _local_paths.bat call _local_paths.bat
+
+set SubWCRev=%Tsvnpath%\SubWCRev.exe
set Ahk2Exe=%ahkpath%\Compiler\Ahk2Exe.exe
REM The path to the authohotkey directory in the local svn copy, MUST be "."