Skip to content

Commit

Permalink
Update BlitzToolbox to v1.01
Browse files Browse the repository at this point in the history
  • Loading branch information
ZiYueCommentary committed Nov 11, 2022
1 parent 2b536a0 commit 66eba00
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 46 deletions.
2 changes: 1 addition & 1 deletion Blib/Blib.rc
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ BEGIN
VALUE "LegalCopyright", "Copyright (C) 2022 ZiYueCommentary"
VALUE "OriginalFilename", "Blib.dll"
VALUE "ProductName", "Blib"
VALUE "ProductVersion", "1.0.0.0"
VALUE "ProductVersion", "1.0.1.0"
END
END
BLOCK "VarFileInfo"
Expand Down
2 changes: 1 addition & 1 deletion BlitzEncode/BlitzEncode.rc
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ BEGIN
VALUE "LegalCopyright", "Copyright (C) 2022 ZiYueCommentary"
VALUE "OriginalFilename", "BlitzEncode.dll"
VALUE "ProductName", "BlitzEncode"
VALUE "ProductVersion", "1.0.0.0"
VALUE "ProductVersion", "1.0.1.0"
END
END
BLOCK "VarFileInfo"
Expand Down
2 changes: 1 addition & 1 deletion BlitzFormat/BlitzFormat.rc
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ BEGIN
VALUE "LegalCopyright", "Copyright (C) 2022 ZiYueCommentary"
VALUE "OriginalFilename", "BlitzFormat.dll"
VALUE "ProductName", "BlitzFormat"
VALUE "ProductVersion", "1.0.0.0"
VALUE "ProductVersion", "1.0.1.0"
END
END
BLOCK "VarFileInfo"
Expand Down
2 changes: 1 addition & 1 deletion BlitzToolbox.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#define BLITZ3D(x) extern "C" __declspec(dllexport) x _stdcall
typedef const char* BBStr;

BBStr getCharPtr(std::string str) {
inline BBStr getCharPtr(const std::string& str) {
char* cha = new char[str.size() + 1];
memcpy(cha, str.c_str(), str.size() + 1);
const char* p = cha;
Expand Down
39 changes: 0 additions & 39 deletions BlitzToolbox.sln
Original file line number Diff line number Diff line change
Expand Up @@ -17,58 +17,19 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Blib", "Blib\Blib.vcxproj",
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{06C807B7-4FD4-46E9-B8A0-B3354C1A6091}.Debug|x64.ActiveCfg = Debug|x64
{06C807B7-4FD4-46E9-B8A0-B3354C1A6091}.Debug|x64.Build.0 = Debug|x64
{06C807B7-4FD4-46E9-B8A0-B3354C1A6091}.Debug|x86.ActiveCfg = Debug|Win32
{06C807B7-4FD4-46E9-B8A0-B3354C1A6091}.Debug|x86.Build.0 = Debug|Win32
{06C807B7-4FD4-46E9-B8A0-B3354C1A6091}.Release|x64.ActiveCfg = Release|x64
{06C807B7-4FD4-46E9-B8A0-B3354C1A6091}.Release|x64.Build.0 = Release|x64
{06C807B7-4FD4-46E9-B8A0-B3354C1A6091}.Release|x86.ActiveCfg = Release|Win32
{06C807B7-4FD4-46E9-B8A0-B3354C1A6091}.Release|x86.Build.0 = Release|Win32
{0EA4AC02-488B-4565-B4AA-6B2F9A2507DD}.Debug|x64.ActiveCfg = Debug|x64
{0EA4AC02-488B-4565-B4AA-6B2F9A2507DD}.Debug|x64.Build.0 = Debug|x64
{0EA4AC02-488B-4565-B4AA-6B2F9A2507DD}.Debug|x86.ActiveCfg = Debug|Win32
{0EA4AC02-488B-4565-B4AA-6B2F9A2507DD}.Debug|x86.Build.0 = Debug|Win32
{0EA4AC02-488B-4565-B4AA-6B2F9A2507DD}.Release|x64.ActiveCfg = Release|x64
{0EA4AC02-488B-4565-B4AA-6B2F9A2507DD}.Release|x64.Build.0 = Release|x64
{0EA4AC02-488B-4565-B4AA-6B2F9A2507DD}.Release|x86.ActiveCfg = Release|Win32
{0EA4AC02-488B-4565-B4AA-6B2F9A2507DD}.Release|x86.Build.0 = Release|Win32
{ADC74F07-A6CC-4BDD-91B2-3A907940B040}.Debug|x64.ActiveCfg = Debug|x64
{ADC74F07-A6CC-4BDD-91B2-3A907940B040}.Debug|x64.Build.0 = Debug|x64
{ADC74F07-A6CC-4BDD-91B2-3A907940B040}.Debug|x86.ActiveCfg = Debug|Win32
{ADC74F07-A6CC-4BDD-91B2-3A907940B040}.Debug|x86.Build.0 = Debug|Win32
{ADC74F07-A6CC-4BDD-91B2-3A907940B040}.Release|x64.ActiveCfg = Release|x64
{ADC74F07-A6CC-4BDD-91B2-3A907940B040}.Release|x64.Build.0 = Release|x64
{ADC74F07-A6CC-4BDD-91B2-3A907940B040}.Release|x86.ActiveCfg = Release|Win32
{ADC74F07-A6CC-4BDD-91B2-3A907940B040}.Release|x86.Build.0 = Release|Win32
{92D30A30-4CA2-4676-B79D-4D0544135FA3}.Debug|x64.ActiveCfg = Debug|x64
{92D30A30-4CA2-4676-B79D-4D0544135FA3}.Debug|x64.Build.0 = Debug|x64
{92D30A30-4CA2-4676-B79D-4D0544135FA3}.Debug|x86.ActiveCfg = Debug|Win32
{92D30A30-4CA2-4676-B79D-4D0544135FA3}.Debug|x86.Build.0 = Debug|Win32
{92D30A30-4CA2-4676-B79D-4D0544135FA3}.Release|x64.ActiveCfg = Release|x64
{92D30A30-4CA2-4676-B79D-4D0544135FA3}.Release|x64.Build.0 = Release|x64
{92D30A30-4CA2-4676-B79D-4D0544135FA3}.Release|x86.ActiveCfg = Release|Win32
{92D30A30-4CA2-4676-B79D-4D0544135FA3}.Release|x86.Build.0 = Release|Win32
{5531DCBD-63E9-4BC4-8525-730C694542B6}.Debug|x64.ActiveCfg = Debug|x64
{5531DCBD-63E9-4BC4-8525-730C694542B6}.Debug|x64.Build.0 = Debug|x64
{5531DCBD-63E9-4BC4-8525-730C694542B6}.Debug|x86.ActiveCfg = Debug|Win32
{5531DCBD-63E9-4BC4-8525-730C694542B6}.Debug|x86.Build.0 = Debug|Win32
{5531DCBD-63E9-4BC4-8525-730C694542B6}.Release|x64.ActiveCfg = Release|x64
{5531DCBD-63E9-4BC4-8525-730C694542B6}.Release|x64.Build.0 = Release|x64
{5531DCBD-63E9-4BC4-8525-730C694542B6}.Release|x86.ActiveCfg = Release|Win32
{5531DCBD-63E9-4BC4-8525-730C694542B6}.Release|x86.Build.0 = Release|Win32
{2412762E-2C74-4D21-826C-EC649529C625}.Debug|x64.ActiveCfg = Debug|x64
{2412762E-2C74-4D21-826C-EC649529C625}.Debug|x64.Build.0 = Debug|x64
{2412762E-2C74-4D21-826C-EC649529C625}.Debug|x86.ActiveCfg = Debug|Win32
{2412762E-2C74-4D21-826C-EC649529C625}.Debug|x86.Build.0 = Debug|Win32
{2412762E-2C74-4D21-826C-EC649529C625}.Release|x64.ActiveCfg = Release|x64
{2412762E-2C74-4D21-826C-EC649529C625}.Release|x64.Build.0 = Release|x64
{2412762E-2C74-4D21-826C-EC649529C625}.Release|x86.ActiveCfg = Release|Win32
{2412762E-2C74-4D21-826C-EC649529C625}.Release|x86.Build.0 = Release|Win32
EndGlobalSection
Expand Down
2 changes: 1 addition & 1 deletion IniControler/IniControler.rc
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ BEGIN
VALUE "LegalCopyright", "Copyright (C) 2022 ZiYueCommentary"
VALUE "OriginalFilename", "IniControler.dll"
VALUE "ProductName", "IniControler"
VALUE "ProductVersion", "1.0.0.0"
VALUE "ProductVersion", "1.0.1.0"
END
END
BLOCK "VarFileInfo"
Expand Down
2 changes: 1 addition & 1 deletion NetworkConnector/NetworkConnector.rc
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ BEGIN
VALUE "LegalCopyright", "Copyright (C) 2022 ZiYueCommentary"
VALUE "OriginalFilename", "NetworkConnector.dll"
VALUE "ProductName", "NetworkConnector"
VALUE "ProductVersion", "1.0.0.0"
VALUE "ProductVersion", "1.0.1.0"
END
END
BLOCK "VarFileInfo"
Expand Down
2 changes: 1 addition & 1 deletion OpenCC/OpenCC.rc
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ BEGIN
VALUE "LegalCopyright", "Copyright (C) 2022 ZiYueCommentary"
VALUE "OriginalFilename", "OpenCC for Blitz3D.dll"
VALUE "ProductName", "OpenCC"
VALUE "ProductVersion", "1.0.0.0"
VALUE "ProductVersion", "1.0.1.0"
END
END
BLOCK "VarFileInfo"
Expand Down

0 comments on commit 66eba00

Please sign in to comment.