Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/alexmarsev/soxr.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Sykes <rob@rob-Ideapad-S205.(none)>2012-12-11 01:21:42 +0400
committerRob Sykes <rob@rob-Ideapad-S205.(none)>2012-12-11 01:21:42 +0400
commitfb8b9b6860c8f2943512996acd6662e93f538b98 (patch)
treeca3fb8ea8206b1e626dc1076fb338a91596a04fa
parente36d0f26d2924498376469da8822c9c2a06ec35d (diff)
Prevent interference from any in-tree build
-rw-r--r--go.bat3
1 files changed, 3 insertions, 0 deletions
diff --git a/go.bat b/go.bat
index 6112dbe..0bca217 100644
--- a/go.bat
+++ b/go.bat
@@ -5,6 +5,9 @@ rem Licence for this file: LGPL v2.1 See LICENCE for details.
set build=%1
if x%build% == x set build=Release
+rem Prevent interference from any in-tree build
+del/f CMakeCache.txt
+
mkdir %build%
cd %build%