Skip to content
This repository was archived by the owner on Nov 29, 2024. It is now read-only.

Commit d1bb9b2

Browse files
committed
Sources are UTF-16 now
1 parent f5d647e commit d1bb9b2

33 files changed

+39
-34
lines changed

CredWrite/CredWrite.rc

0 Bytes
Binary file not shown.

CredWrite/Main.cpp

5.93 KB
Binary file not shown.

CredWrite/StdAfx.cpp

786 Bytes
Binary file not shown.

CredWrite/StdAfx.h

987 Bytes
Binary file not shown.

EAPMethods/MSIBuild/Makefile

9.56 KB
Binary file not shown.

EAPMethods/build/EAPMethod.def

1.11 KB
Binary file not shown.

EAPMethods/build/EAPMethodEvents.rc

0 Bytes
Binary file not shown.

EAPMethods/build/EAPMethodUI.def

913 Bytes
Binary file not shown.

EAPMethods/build/EAPTTLS.rc

0 Bytes
Binary file not shown.

EAPMethods/build/EAPTTLSUI.rc

0 Bytes
Binary file not shown.

EAPMethods/include/EAPMethods.h

24.5 KB
Binary file not shown.

EAPMethods/include/EAPTTLS.h

4.44 KB
Binary file not shown.

EAPMethods/include/StdAfx.h

1.05 KB
Binary file not shown.

EAPMethods/res/EAPMethodETW.man

0 Bytes
Binary file not shown.

EAPMethods/src/EAPMethods.cpp

4.66 KB
Binary file not shown.

EAPMethods/src/EAPTTLS.cpp

5.12 KB
Binary file not shown.

EAPMethods/src/Main.cpp

3.43 KB
Binary file not shown.

EAPMethods/src/MainUI.cpp

10.5 KB
Binary file not shown.

EAPMethods/src/StdAfx.cpp

786 Bytes
Binary file not shown.

MSI/Base/Main/Makefile

6.07 KB
Binary file not shown.

MSI/Base/Makefile

855 Bytes
Binary file not shown.

Makefile

13.4 KB
Binary file not shown.

include/Common.props

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,20 @@
33
Copyright 2016 Amebis
44
Copyright 2016 GÉANT
55
6-
This file is part of GEANTLink.
6+
This file is part of GÉANTLink.
77
8-
GEANTLink is free software: you can redistribute it and/or modify it
8+
GÉANTLink is free software: you can redistribute it and/or modify it
99
under the terms of the GNU General Public License as published by
1010
the Free Software Foundation, either version 3 of the License, or
1111
(at your option) any later version.
1212
13-
GEANTLink is distributed in the hope that it will be useful, but
13+
GÉANTLink is distributed in the hope that it will be useful, but
1414
WITHOUT ANY WARRANTY; without even the implied warranty of
1515
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1616
GNU General Public License for more details.
1717
1818
You should have received a copy of the GNU General Public License
19-
along with GEANTLink. If not, see <http://www.gnu.org/licenses/>.
19+
along with GÉANTLink. If not, see <http://www.gnu.org/licenses/>.
2020
-->
2121
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2222
<ImportGroup Label="ExtensionSettings">

include/Debug.props

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,20 @@
33
Copyright 2016 Amebis
44
Copyright 2016 GÉANT
55
6-
This file is part of GEANTLink.
6+
This file is part of GÉANTLink.
77
8-
GEANTLink is free software: you can redistribute it and/or modify it
8+
GÉANTLink is free software: you can redistribute it and/or modify it
99
under the terms of the GNU General Public License as published by
1010
the Free Software Foundation, either version 3 of the License, or
1111
(at your option) any later version.
1212
13-
GEANTLink is distributed in the hope that it will be useful, but
13+
GÉANTLink is distributed in the hope that it will be useful, but
1414
WITHOUT ANY WARRANTY; without even the implied warranty of
1515
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1616
GNU General Public License for more details.
1717
1818
You should have received a copy of the GNU General Public License
19-
along with GEANTLink. If not, see <http://www.gnu.org/licenses/>.
19+
along with GÉANTLink. If not, see <http://www.gnu.org/licenses/>.
2020
-->
2121
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2222
<ImportGroup Label="PropertySheets" />

include/MSIBuildCfg.mak

42 Bytes
Binary file not shown.

include/Release.props

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,20 @@
33
Copyright 2016 Amebis
44
Copyright 2016 GÉANT
55
6-
This file is part of GEANTLink.
6+
This file is part of GÉANTLink.
77
8-
GEANTLink is free software: you can redistribute it and/or modify it
8+
GÉANTLink is free software: you can redistribute it and/or modify it
99
under the terms of the GNU General Public License as published by
1010
the Free Software Foundation, either version 3 of the License, or
1111
(at your option) any later version.
1212
13-
GEANTLink is distributed in the hope that it will be useful, but
13+
GÉANTLink is distributed in the hope that it will be useful, but
1414
WITHOUT ANY WARRANTY; without even the implied warranty of
1515
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1616
GNU General Public License for more details.
1717
1818
You should have received a copy of the GNU General Public License
19-
along with GEANTLink. If not, see <http://www.gnu.org/licenses/>.
19+
along with GÉANTLink. If not, see <http://www.gnu.org/licenses/>.
2020
-->
2121
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2222
<ImportGroup Label="PropertySheets" />

include/ResourceDLL.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<ImportGroup Label="PropertySheets" />
44
<PropertyGroup Label="UserMacros" />

include/Version.h

+12-7
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,26 @@
1-
/*
1+
/*
22
Copyright 2015-2016 Amebis
3-
Copyright 2016 GÉANT
3+
Copyright 2016 GÉANT
44
5-
This file is part of GEANTLink.
5+
This file is part of GÉANTLink.
66
7-
GEANTLink is free software: you can redistribute it and/or modify it
7+
GÉANTLink is free software: you can redistribute it and/or modify it
88
under the terms of the GNU General Public License as published by
99
the Free Software Foundation, either version 3 of the License, or
1010
(at your option) any later version.
1111
12-
GEANTLink is distributed in the hope that it will be useful, but
12+
GÉANTLink is distributed in the hope that it will be useful, but
1313
WITHOUT ANY WARRANTY; without even the implied warranty of
1414
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1515
GNU General Public License for more details.
1616
1717
You should have received a copy of the GNU General Public License
18-
along with GEANTLink. If not, see <http://www.gnu.org/licenses/>.
18+
along with GÉANTLink. If not, see <http://www.gnu.org/licenses/>.
19+
*/
20+
21+
/*
22+
NOTE: This file should not be UTF-16 encoded, as the build process
23+
uses grep.exe to extract version numbers.
1924
*/
2025

2126
#pragma once
@@ -59,4 +64,4 @@
5964
// Since the product name is not finally confirmed at the time of
6065
// developing it, make it easily customizable.
6166
//
62-
#define PRODUCT_NAME_STR "GEANTLink"
67+
#define PRODUCT_NAME_STR "GÉANTLink"

include/Win32.props

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,20 @@
33
Copyright 2016 Amebis
44
Copyright 2016 GÉANT
55
6-
This file is part of GEANTLink.
6+
This file is part of GÉANTLink.
77
8-
GEANTLink is free software: you can redistribute it and/or modify it
8+
GÉANTLink is free software: you can redistribute it and/or modify it
99
under the terms of the GNU General Public License as published by
1010
the Free Software Foundation, either version 3 of the License, or
1111
(at your option) any later version.
1212
13-
GEANTLink is distributed in the hope that it will be useful, but
13+
GÉANTLink is distributed in the hope that it will be useful, but
1414
WITHOUT ANY WARRANTY; without even the implied warranty of
1515
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1616
GNU General Public License for more details.
1717
1818
You should have received a copy of the GNU General Public License
19-
along with GEANTLink. If not, see <http://www.gnu.org/licenses/>.
19+
along with GÉANTLink. If not, see <http://www.gnu.org/licenses/>.
2020
-->
2121
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2222
<ImportGroup Label="PropertySheets">

include/x64.props

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,20 @@
33
Copyright 2016 Amebis
44
Copyright 2016 GÉANT
55
6-
This file is part of GEANTLink.
6+
This file is part of GÉANTLink.
77
8-
GEANTLink is free software: you can redistribute it and/or modify it
8+
GÉANTLink is free software: you can redistribute it and/or modify it
99
under the terms of the GNU General Public License as published by
1010
the Free Software Foundation, either version 3 of the License, or
1111
(at your option) any later version.
1212
13-
GEANTLink is distributed in the hope that it will be useful, but
13+
GÉANTLink is distributed in the hope that it will be useful, but
1414
WITHOUT ANY WARRANTY; without even the implied warranty of
1515
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1616
GNU General Public License for more details.
1717
1818
You should have received a copy of the GNU General Public License
19-
along with GEANTLink. If not, see <http://www.gnu.org/licenses/>.
19+
along with GÉANTLink. If not, see <http://www.gnu.org/licenses/>.
2020
-->
2121
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2222
<ImportGroup Label="PropertySheets">

include/xgettext.props

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,20 @@
33
Copyright 1991-2016 Amebis
44
Copyright 2016 GÉANT
55
6-
This file is part of GEANTLink.
6+
This file is part of GÉANTLink.
77
8-
GEANTLink is free software: you can redistribute it and/or modify
8+
GÉANTLink is free software: you can redistribute it and/or modify
99
it under the terms of the GNU General Public License as published by
1010
the Free Software Foundation, either version 3 of the License, or
1111
(at your option) any later version.
1212
13-
GEANTLink is distributed in the hope that it will be useful,
13+
GÉANTLink is distributed in the hope that it will be useful,
1414
but WITHOUT ANY WARRANTY; without even the implied warranty of
1515
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1616
GNU General Public License for more details.
1717
1818
You should have received a copy of the GNU General Public License
19-
along with GEANTLink. If not, see <http://www.gnu.org/licenses/>.
19+
along with GÉANTLink. If not, see <http://www.gnu.org/licenses/>.
2020
-->
2121
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2222
<PropertyGroup Condition="'$(POCompileBeforeTargets)' == '' and '$(POCompileAfterTargets)' == '' and '$(ConfigurationType)' != 'Makefile'">

0 commit comments

Comments
 (0)