Skip to content

Commit 31ad1c4

Browse files
committed
Update Pete's email address
1 parent 463334b commit 31ad1c4

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
lines changed

Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ VERSION_FULL = $(VERSION_MAJ).$(VERSION_MIN).$(VERSION_REV)
3535
APP_INFO =
3636
APP_NAME = $(strip Oricutron $(APP_INFO))
3737
APP_YEAR = 2019
38-
COPYRIGHTS = (c)$(APP_YEAR) Peter Gordon (pete@petergordon.org.uk)
38+
COPYRIGHTS = (c)$(APP_YEAR) Peter Gordon (pete@gordon.plus)
3939
VERSION_COPYRIGHTS = "$(APP_NAME) $(VERSION_FULL) $(COPYRIGHTS)"
40-
#COPYRIGHTS = "$(APP_NAME) $(VERSION_FULL) ©$(APP_YEAR) Peter Gordon (pete@petergordon.org.uk)"
40+
#COPYRIGHTS = "$(APP_NAME) $(VERSION_FULL) ©$(APP_YEAR) Peter Gordon (pete@gordon.plus)"
4141

4242
####### DEFAULT SETTINGS HERE #######
4343

ReadMe-LiesMich_DE.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Oricutron 1.2
22
-------------
33

4-
(c)2009-2014 Peter Gordon (pete@petergordon.org.uk)
4+
(c)2009-2014 Peter Gordon (pete@gordon.plus)
55

66
This is a work in progress.
77

ReadMe.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Oricutron 1.2
22
-------------
33

4-
(c)2009-2014 Peter Gordon (pete@petergordon.org.uk)
4+
(c)2009-2014 Peter Gordon (pete@gordon.plus)
55

66
This is a work in progress.
77

XCode/Oricutron/Oricutron.xcodeproj/project.pbxproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -521,7 +521,7 @@
521521
"-D__SPECIFY_SDL_DIR__",
522522
"-DAPP_NAME_FULL='\"Oricutron 1.2\"'",
523523
"-DAPP_YEAR='\"2014\"'",
524-
"-DVERSION_COPYRIGHTS='\"Oricutron 1.2.0 (c)2014 Peter Gordon (pete@petergordon.org.uk)\"'",
524+
"-DVERSION_COPYRIGHTS='\"Oricutron 1.2.0 (c)2014 Peter Gordon (pete@gordon.plus)\"'",
525525
"-DBACKEND_COM",
526526
"-DBACKEND_MODEM",
527527
"-D__OPENGL_AVAILABLE__",
@@ -554,7 +554,7 @@
554554
"-DSDL_MAJOR_VERSION=1",
555555
"-DAPP_NAME_FULL='\"Oricutron 1.2\"'",
556556
"-DAPP_YEAR='\"2014\"'",
557-
"-DVERSION_COPYRIGHTS='\"Oricutron 1.2.0 (c)2014 Peter Gordon (pete@petergordon.org.uk)\"'",
557+
"-DVERSION_COPYRIGHTS='\"Oricutron 1.2.0 (c)2014 Peter Gordon (pete@gordon.plus)\"'",
558558
"-D__OPENGL_AVAILABLE__",
559559
"-DBACKEND_COM",
560560
"-DBACKEND_MODEM",

msvc/VS2017/Oricutron.vcxproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ if "$(Configuration.Contains('Release'))"=="True" ( if "$(Platform)"=="x64" ( co
7979
<Optimization>Disabled</Optimization>
8080
<SDLCheck>true</SDLCheck>
8181
<AdditionalIncludeDirectories>..\vcpkg\installed\x64-windows\include\SDL2\</AdditionalIncludeDirectories>
82-
<PreprocessorDefinitions>SDL_MAIN_HANDLED=1;__OPENGL_AVAILABLE__;_MBCS;WIN32;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;__CBCOPY__;__CBPASTE__;APP_NAME_FULL="Oricutron 1.2";APP_YEAR="2015";VERSION_COPYRIGHTS="Oricutron 1.2.0 (c)2015 Peter Gordon (pete@petergordon.org.uk)";%(PreprocessorDefinitions)</PreprocessorDefinitions>
82+
<PreprocessorDefinitions>SDL_MAIN_HANDLED=1;__OPENGL_AVAILABLE__;_MBCS;WIN32;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;__CBCOPY__;__CBPASTE__;APP_NAME_FULL="Oricutron 1.2";APP_YEAR="2015";VERSION_COPYRIGHTS="Oricutron 1.2.0 (c)2015 Peter Gordon (pete@gordon.plus)";%(PreprocessorDefinitions)</PreprocessorDefinitions>
8383
<AdditionalOptions>/we4013 /we4115 %(AdditionalOptions)</AdditionalOptions>
8484
</ClCompile>
8585
<Link>
@@ -101,7 +101,7 @@ if "$(Configuration.Contains('Release'))"=="True" ( if "$(Platform)"=="x64" ( co
101101
<IntrinsicFunctions>true</IntrinsicFunctions>
102102
<SDLCheck>true</SDLCheck>
103103
<AdditionalIncludeDirectories>..\vcpkg\installed\x64-windows\include\SDL2\</AdditionalIncludeDirectories>
104-
<PreprocessorDefinitions>SDL_MAIN_HANDLED=1;__OPENGL_AVAILABLE__;_MBCS;WIN32;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;__CBCOPY__;__CBPASTE__;APP_NAME_FULL="Oricutron 1.2";APP_YEAR="2015";VERSION_COPYRIGHTS="Oricutron 1.2.0 (c)2015 Peter Gordon (pete@petergordon.org.uk)";%(PreprocessorDefinitions)</PreprocessorDefinitions>
104+
<PreprocessorDefinitions>SDL_MAIN_HANDLED=1;__OPENGL_AVAILABLE__;_MBCS;WIN32;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;__CBCOPY__;__CBPASTE__;APP_NAME_FULL="Oricutron 1.2";APP_YEAR="2015";VERSION_COPYRIGHTS="Oricutron 1.2.0 (c)2015 Peter Gordon (pete@gordon.plus)";%(PreprocessorDefinitions)</PreprocessorDefinitions>
105105
<InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
106106
<FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
107107
<StringPooling>true</StringPooling>

msvc/VS2019/Oricutron.vcxproj

+4-4
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ if "$(Configuration.Contains('Release'))"=="True" ( copy "..\vcpkg\installed\x64
101101
<Optimization>Disabled</Optimization>
102102
<SDLCheck>true</SDLCheck>
103103
<AdditionalIncludeDirectories>.;..\vcpkg\installed\x64-windows\include\SDL2\</AdditionalIncludeDirectories>
104-
<PreprocessorDefinitions>SDL_MAIN_HANDLED=1;__OPENGL_AVAILABLE__;_MBCS;WIN32;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;__CBCOPY__;__CBPASTE__;APP_NAME_FULL="Oricutron 1.2";APP_YEAR="2015";VERSION_COPYRIGHTS="Oricutron 1.2.0 (c)2015 Peter Gordon (pete@petergordon.org.uk)";%(PreprocessorDefinitions)</PreprocessorDefinitions>
104+
<PreprocessorDefinitions>SDL_MAIN_HANDLED=1;__OPENGL_AVAILABLE__;_MBCS;WIN32;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;__CBCOPY__;__CBPASTE__;APP_NAME_FULL="Oricutron 1.2";APP_YEAR="2015";VERSION_COPYRIGHTS="Oricutron 1.2.0 (c)2015 Peter Gordon (pete@gordon.plus)";%(PreprocessorDefinitions)</PreprocessorDefinitions>
105105
<AdditionalOptions>/we4013 /we4115 /wd4100 /wd4244 /wd4152 /wd4706 /wd4018 /wd4267 /wd4389 /wd4245 %(AdditionalOptions)</AdditionalOptions>
106106
</ClCompile>
107107
<Link>
@@ -121,7 +121,7 @@ if "$(Configuration.Contains('Release'))"=="True" ( copy "..\vcpkg\installed\x64
121121
<Optimization>Disabled</Optimization>
122122
<SDLCheck>true</SDLCheck>
123123
<AdditionalIncludeDirectories>.;..\vcpkg\installed\x64-windows\include\</AdditionalIncludeDirectories>
124-
<PreprocessorDefinitions>SDL_LIB=1;SDL_MAIN_HANDLED=1;__OPENGL_AVAILABLE__;_MBCS;WIN32;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;__CBCOPY__;__CBPASTE__;APP_NAME_FULL="Oricutron 1.2";APP_YEAR="2015";VERSION_COPYRIGHTS="Oricutron 1.2.0 (c)2015 Peter Gordon (pete@petergordon.org.uk)";%(PreprocessorDefinitions)</PreprocessorDefinitions>
124+
<PreprocessorDefinitions>SDL_LIB=1;SDL_MAIN_HANDLED=1;__OPENGL_AVAILABLE__;_MBCS;WIN32;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;__CBCOPY__;__CBPASTE__;APP_NAME_FULL="Oricutron 1.2";APP_YEAR="2015";VERSION_COPYRIGHTS="Oricutron 1.2.0 (c)2015 Peter Gordon (pete@gordon.plus)";%(PreprocessorDefinitions)</PreprocessorDefinitions>
125125
<AdditionalOptions>/we4013 /we4115 /wd4100 /wd4244 /wd4152 /wd4706 /wd4018 /wd4267 /wd4389 /wd4245 %(AdditionalOptions)</AdditionalOptions>
126126
</ClCompile>
127127
<Link>
@@ -143,7 +143,7 @@ if "$(Configuration.Contains('Release'))"=="True" ( copy "..\vcpkg\installed\x64
143143
<IntrinsicFunctions>true</IntrinsicFunctions>
144144
<SDLCheck>true</SDLCheck>
145145
<AdditionalIncludeDirectories>.;..\vcpkg\installed\x64-windows\include\SDL2\</AdditionalIncludeDirectories>
146-
<PreprocessorDefinitions>SDL_MAIN_HANDLED=1;__OPENGL_AVAILABLE__;_MBCS;WIN32;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;__CBCOPY__;__CBPASTE__;APP_NAME_FULL="Oricutron 1.2";APP_YEAR="2015";VERSION_COPYRIGHTS="Oricutron 1.2.0 (c)2015 Peter Gordon (pete@petergordon.org.uk)";%(PreprocessorDefinitions)</PreprocessorDefinitions>
146+
<PreprocessorDefinitions>SDL_MAIN_HANDLED=1;__OPENGL_AVAILABLE__;_MBCS;WIN32;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;__CBCOPY__;__CBPASTE__;APP_NAME_FULL="Oricutron 1.2";APP_YEAR="2015";VERSION_COPYRIGHTS="Oricutron 1.2.0 (c)2015 Peter Gordon (pete@gordon.plus)";%(PreprocessorDefinitions)</PreprocessorDefinitions>
147147
<InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
148148
<FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
149149
<StringPooling>true</StringPooling>
@@ -171,7 +171,7 @@ if "$(Configuration.Contains('Release'))"=="True" ( copy "..\vcpkg\installed\x64
171171
<IntrinsicFunctions>true</IntrinsicFunctions>
172172
<SDLCheck>true</SDLCheck>
173173
<AdditionalIncludeDirectories>.;..\vcpkg\installed\x64-windows\include\</AdditionalIncludeDirectories>
174-
<PreprocessorDefinitions>SDL_LIB=1;SDL_MAIN_HANDLED=1;__OPENGL_AVAILABLE__;_MBCS;WIN32;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;__CBCOPY__;__CBPASTE__;APP_NAME_FULL="Oricutron 1.2";APP_YEAR="2015";VERSION_COPYRIGHTS="Oricutron 1.2.0 (c)2015 Peter Gordon (pete@petergordon.org.uk)";%(PreprocessorDefinitions)</PreprocessorDefinitions>
174+
<PreprocessorDefinitions>SDL_LIB=1;SDL_MAIN_HANDLED=1;__OPENGL_AVAILABLE__;_MBCS;WIN32;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;__CBCOPY__;__CBPASTE__;APP_NAME_FULL="Oricutron 1.2";APP_YEAR="2015";VERSION_COPYRIGHTS="Oricutron 1.2.0 (c)2015 Peter Gordon (pete@gordon.plus)";%(PreprocessorDefinitions)</PreprocessorDefinitions>
175175
<InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
176176
<FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
177177
<StringPooling>true</StringPooling>

0 commit comments

Comments
 (0)