From e356b4320c971cd3f513570806a58f53c9e05527 Mon Sep 17 00:00:00 2001 From: DarioS Date: Fri, 20 Aug 2021 15:23:10 +0200 Subject: [PATCH] lua : - versione a 64 bit compilata con LLVM. --- lua.vcxproj | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/lua.vcxproj b/lua.vcxproj index 5e7f1a8..21dc9b9 100644 --- a/lua.vcxproj +++ b/lua.vcxproj @@ -35,7 +35,7 @@ DynamicLibrary true Unicode - v141 + ClangCL DynamicLibrary @@ -49,7 +49,7 @@ false true Unicode - v141 + ClangCL @@ -78,6 +78,7 @@ $(SolutionDir)$(Configuration)$(PlatformArchitecture)\ $(Configuration)$(PlatformArchitecture)\ $(ProjectName)53D$(PlatformArchitecture) + C:\;$(IncludePath) false @@ -90,6 +91,7 @@ $(SolutionDir)$(Configuration)$(PlatformArchitecture)\ $(Configuration)$(PlatformArchitecture)\ $(ProjectName)53 + C:\;$(IncludePath) @@ -121,6 +123,7 @@ copy $(TargetPath) \EgtProg\DllD32 Disabled WIN32;LUA_BUILD_AS_DLL;_CRT_SECURE_NO_WARNINGS;_DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) ProgramDatabase + stdcpp17 Windows @@ -170,6 +173,7 @@ copy $(TargetPath) \EgtProg\Dll32 true WIN32;LUA_BUILD_AS_DLL;_CRT_SECURE_NO_WARNINGS;NDEBUG;_WINDOWS;_USRDLL;LUA_EXPORTS;%(PreprocessorDefinitions) false + stdcpp17 Windows