summaryrefslogtreecommitdiff
path: root/windows
diff options
context:
space:
mode:
authormösi <mösi@b9310e46-f624-0410-8ea1-cfbb3a30dc96>2012-02-21 15:24:11 +0000
committermösi <mösi@b9310e46-f624-0410-8ea1-cfbb3a30dc96>2012-02-21 15:24:11 +0000
commit8402e2d33fad2dec87bb8f9b880922d5184969f3 (patch)
tree259854eb5d2ae5d4787d081d8010379c14e6d6cb /windows
parentf18a8b547fecd6ad61c9d7ae9655716b976abcca (diff)
downloadneo-layout-8402e2d33fad2dec87bb8f9b880922d5184969f3.tar.gz
neo-layout-8402e2d33fad2dec87bb8f9b880922d5184969f3.tar.bz2
neo-layout-8402e2d33fad2dec87bb8f9b880922d5184969f3.zip
erlaubt lokal anpassbare Build-Tool-Pfade, die die SVN-Konsistenz nicht ruinieren, wie es derzeit durch Anpassen der eingecheckten Batchfiles notwendig ist.
git-svn-id: https://svn.neo-layout.org@2422 b9310e46-f624-0410-8ea1-cfbb3a30dc96
Diffstat (limited to 'windows')
-rw-r--r--windows/neo-vars/src/make-build-custom.bat8
-rw-r--r--windows/neo-vars/src/make-build.bat8
2 files changed, 10 insertions, 6 deletions
diff --git a/windows/neo-vars/src/make-build-custom.bat b/windows/neo-vars/src/make-build-custom.bat
index 5f48591..93c6556 100644
--- a/windows/neo-vars/src/make-build-custom.bat
+++ b/windows/neo-vars/src/make-build-custom.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 "."
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 "."