From 48ffc6a247076711040fdf2871d5be9c28dff4c0 Mon Sep 17 00:00:00 2001 From: Carsten Arnholm Date: Sun, 18 Aug 2019 11:45:36 +0200 Subject: [PATCH] Windows setup updates --- setup/windows/LICENSE.txt | 2 +- setup/windows/README.txt | 2 +- setup/windows/build_setup.cmd | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/setup/windows/LICENSE.txt b/setup/windows/LICENSE.txt index ab18172..4ff1a80 100644 --- a/setup/windows/LICENSE.txt +++ b/setup/windows/LICENSE.txt @@ -1,4 +1,4 @@ -Copyright (C) 2017 Carsten Arnholm arnholm@arnholm.org +Copyright (C) 2017-2019 Carsten Arnholm arnholm@arnholm.org xcsg may be used under the terms of either the GNU General Public License version 2 or 3 (at your option) as published by the diff --git a/setup/windows/README.txt b/setup/windows/README.txt index de9cb24..c14f416 100644 --- a/setup/windows/README.txt +++ b/setup/windows/README.txt @@ -1,4 +1,4 @@ -Copyright (C) 2017,2018 Carsten Arnholm arnholm@arnholm.org +Copyright (C) 2017-2019 Carsten Arnholm arnholm@arnholm.org The xcsg wiki documents the input file format to the xcsg application Please see diff --git a/setup/windows/build_setup.cmd b/setup/windows/build_setup.cmd index 1321805..6fcd244 100644 --- a/setup/windows/build_setup.cmd +++ b/setup/windows/build_setup.cmd @@ -1,6 +1,6 @@ echo off setlocal -set CPDE_USR=E:\cpde3\usr +REM set CPDE_USR=E:\cpde3\usr REM === This is how elegant backticks are on windows :-) for /f "tokens=1* delims=" %%a in ('xcsg --version') do set XCSG_VER=%%a REM ===