From f0ffeb1f3efc3b21e1ddceccaafef22e7128fa5f Mon Sep 17 00:00:00 2001 From: Li Jin Date: Wed, 5 Nov 2025 13:06:53 +0800 Subject: Fixed Windows build. [skip CI] --- win-build/YuescriptDLL/YuescriptDLL.vcxproj | 34 ++++++++++++++--------------- 1 file changed, 17 insertions(+), 17 deletions(-) (limited to 'win-build/YuescriptDLL') diff --git a/win-build/YuescriptDLL/YuescriptDLL.vcxproj b/win-build/YuescriptDLL/YuescriptDLL.vcxproj index b418163..1544c3c 100644 --- a/win-build/YuescriptDLL/YuescriptDLL.vcxproj +++ b/win-build/YuescriptDLL/YuescriptDLL.vcxproj @@ -176,9 +176,9 @@ Level3 true - _DEBUG;_SILENCE_CXX17_CODECVT_HEADER_DEPRECATION_WARNING;YUE_BUILD_AS_DLL;%(PreprocessorDefinitions) + _DEBUG;UTF_CPP_CPLUSPLUS=202002L;YUE_BUILD_AS_DLL;YUE_UTF8_IMPL;%(PreprocessorDefinitions) true - stdcpp17 + stdcpp20 ..\lua51;..\..\src;..\..\src\3rdParty;%(AdditionalIncludeDirectories) @@ -194,9 +194,9 @@ Level3 true - _DEBUG;_SILENCE_CXX17_CODECVT_HEADER_DEPRECATION_WARNING;YUE_BUILD_AS_DLL;%(PreprocessorDefinitions) + _DEBUG;UTF_CPP_CPLUSPLUS=202002L;YUE_BUILD_AS_DLL;YUE_UTF8_IMPL;%(PreprocessorDefinitions) true - stdcpp17 + stdcpp20 ..\lua53;..\..\src;..\..\src\3rdParty;%(AdditionalIncludeDirectories) @@ -214,9 +214,9 @@ true true true - NDEBUG;_SILENCE_CXX17_CODECVT_HEADER_DEPRECATION_WARNING;YUE_BUILD_AS_DLL;%(PreprocessorDefinitions) + NDEBUG;UTF_CPP_CPLUSPLUS=202002L;YUE_BUILD_AS_DLL;YUE_UTF8_IMPL;%(PreprocessorDefinitions) true - stdcpp17 + stdcpp20 ..\lua51;..\..\src;..\..\src\3rdParty;%(AdditionalIncludeDirectories) @@ -236,9 +236,9 @@ true true true - NDEBUG;_SILENCE_CXX17_CODECVT_HEADER_DEPRECATION_WARNING;YUE_BUILD_AS_DLL;%(PreprocessorDefinitions) + NDEBUG;UTF_CPP_CPLUSPLUS=202002L;YUE_BUILD_AS_DLL;YUE_UTF8_IMPL;%(PreprocessorDefinitions) true - stdcpp17 + stdcpp20 ..\lua53;..\..\src;..\..\src\3rdParty;%(AdditionalIncludeDirectories) @@ -256,9 +256,9 @@ Level3 true - _DEBUG;_SILENCE_CXX17_CODECVT_HEADER_DEPRECATION_WARNING;YUE_BUILD_AS_DLL;%(PreprocessorDefinitions) + _DEBUG;YUE_BUILD_AS_DLL;YUE_UTF8_IMPL;%(PreprocessorDefinitions) true - stdcpp17 + stdcpp20 ..\lua51;..\..\src;..\..\src\3rdParty;%(AdditionalIncludeDirectories) @@ -274,9 +274,9 @@ Level3 true - _DEBUG;_SILENCE_CXX17_CODECVT_HEADER_DEPRECATION_WARNING;YUE_BUILD_AS_DLL;%(PreprocessorDefinitions) + _DEBUG;UTF_CPP_CPLUSPLUS=202002L;YUE_BUILD_AS_DLL;YUE_UTF8_IMPL;%(PreprocessorDefinitions) true - stdcpp17 + stdcpp20 ..\lua53;..\..\src;..\..\src\3rdParty;%(AdditionalIncludeDirectories) @@ -294,9 +294,9 @@ true true true - NDEBUG;_SILENCE_CXX17_CODECVT_HEADER_DEPRECATION_WARNING;YUE_BUILD_AS_DLL;%(PreprocessorDefinitions) + NDEBUG;UTF_CPP_CPLUSPLUS=202002L;YUE_BUILD_AS_DLL;YUE_UTF8_IMPL;%(PreprocessorDefinitions) true - stdcpp17 + stdcpp20 ..\lua51;..\..\src;..\..\src\3rdParty;%(AdditionalIncludeDirectories) @@ -316,9 +316,9 @@ true true true - NDEBUG;_SILENCE_CXX17_CODECVT_HEADER_DEPRECATION_WARNING;YUE_BUILD_AS_DLL;%(PreprocessorDefinitions) + NDEBUG;UTF_CPP_CPLUSPLUS=202002L;YUE_BUILD_AS_DLL;YUE_UTF8_IMPL;%(PreprocessorDefinitions) true - stdcpp17 + stdcpp20 ..\lua53;..\..\src;..\..\src\3rdParty;%(AdditionalIncludeDirectories) @@ -352,4 +352,4 @@ - \ No newline at end of file + -- cgit v1.2.3-55-g6feb