From 473807b95f5507dd96e2d5c89dd670ba3e623521 Mon Sep 17 00:00:00 2001 From: Steve Holme Date: Wed, 5 Aug 2015 19:15:46 +0100 Subject: generate.bat: Use buildconf.bat for prerequisite file clean-up --- buildconf.bat | 3 +++ 1 file changed, 3 insertions(+) (limited to 'buildconf.bat') diff --git a/buildconf.bat b/buildconf.bat index 876d4d618..6a76006d9 100644 --- a/buildconf.bat +++ b/buildconf.bat @@ -35,6 +35,9 @@ rem snapshot archives. if /i "%~1" == "-h" goto syntax if /i "%~1" == "-help" goto syntax + rem Switch to this batch file's directory + cd /d "%~0\.." 1>NUL 2>&1 + if not exist GIT-INFO goto nogitinfo rem Set our variables -- cgit v1.2.3