From 8402e2d33fad2dec87bb8f9b880922d5184969f3 Mon Sep 17 00:00:00 2001 From: mösi Date: Tue, 21 Feb 2012 15:24:11 +0000 Subject: 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 --- windows/neo-vars/src/make-build-custom.bat | 8 +++++--- windows/neo-vars/src/make-build.bat | 8 +++++--- 2 files changed, 10 insertions(+), 6 deletions(-) (limited to 'windows') 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 "." -- cgit v1.2.3