Skip to content

Commit 48ffc6a

Browse files
committed
Windows setup updates
1 parent 05c5225 commit 48ffc6a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

setup/windows/LICENSE.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (C) 2017 Carsten Arnholm [email protected]
1+
Copyright (C) 2017-2019 Carsten Arnholm [email protected]
22

33
xcsg may be used under the terms of either the GNU General
44
Public License version 2 or 3 (at your option) as published by the

setup/windows/README.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (C) 2017,2018 Carsten Arnholm [email protected]
1+
Copyright (C) 2017-2019 Carsten Arnholm [email protected]
22

33
The xcsg wiki documents the input file format to the xcsg application
44
Please see

setup/windows/build_setup.cmd

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
echo off
22
setlocal
3-
set CPDE_USR=E:\cpde3\usr
3+
REM set CPDE_USR=E:\cpde3\usr
44
REM === This is how elegant backticks are on windows :-)
55
for /f "tokens=1* delims=" %%a in ('xcsg --version') do set XCSG_VER=%%a
66
REM ===

0 commit comments

Comments
 (0)