diff options
| author | Michael Soegtrop | 2017-06-08 19:28:41 +0200 |
|---|---|---|
| committer | Maxime Dénès | 2017-06-26 08:02:24 +0200 |
| commit | e37a6d70f5964ba773ad52efeb0a079bd5d51894 (patch) | |
| tree | 57ebbc7b05a86e67e4f2b6194b8c73989e2e8f41 /dev/build/windows/MakeCoq_SetRootPath.bat | |
| parent | 2bdc6e278b74f93c534181a42cd31ec796f1f7c4 (diff) | |
Fixes bug #5561,#5562 in Windows build system
Diffstat (limited to 'dev/build/windows/MakeCoq_SetRootPath.bat')
| -rw-r--r-- | dev/build/windows/MakeCoq_SetRootPath.bat | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/dev/build/windows/MakeCoq_SetRootPath.bat b/dev/build/windows/MakeCoq_SetRootPath.bat index 3a3711724f..bcb104772c 100644 --- a/dev/build/windows/MakeCoq_SetRootPath.bat +++ b/dev/build/windows/MakeCoq_SetRootPath.bat @@ -1,3 +1,14 @@ +REM ========== COPYRIGHT/COPYLEFT ========== + +REM (C) 2016 Intel Deutschland GmbH +REM Author: Michael Soegtrop + +REM Released to the public by Intel under the +REM GNU Lesser General Public License Version 2.1 or later +REM See https://www.gnu.org/licenses/old-licenses/lgpl-2.1.html + +REM ========== CHOOSE A SENSIBLE ROOT PATH ========== + @ ECHO OFF REM Figure out a root path for coq and cygwin |
