Skip to content

Commit

Permalink
Windows setup updates
Browse files Browse the repository at this point in the history
  • Loading branch information
arnholm committed Aug 18, 2019
1 parent 05c5225 commit 48ffc6a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion setup/windows/LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (C) 2017 Carsten Arnholm [email protected]
Copyright (C) 2017-2019 Carsten Arnholm [email protected]

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
Expand Down
2 changes: 1 addition & 1 deletion setup/windows/README.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (C) 2017,2018 Carsten Arnholm [email protected]
Copyright (C) 2017-2019 Carsten Arnholm [email protected]

The xcsg wiki documents the input file format to the xcsg application
Please see
Expand Down
2 changes: 1 addition & 1 deletion setup/windows/build_setup.cmd
Original file line number Diff line number Diff line change
@@ -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 ===
Expand Down

0 comments on commit 48ffc6a

Please sign in to comment.