From b1dfdae7a071407ef5e2d56f2203f96e6ba6068d Mon Sep 17 00:00:00 2001 From: chai Date: Sun, 9 Dec 2018 18:26:17 +0800 Subject: *misc --- build/vc++/3rdparty/Lua51/Lua51.vcxproj | 3 ++- build/vc++/3rdparty/luax/luax.vcxproj | 2 +- build/vc++/jin.sln | 3 +++ build/vc++/jin/jin.vcxproj | 5 +++-- 4 files changed, 9 insertions(+), 4 deletions(-) (limited to 'build/vc++') diff --git a/build/vc++/3rdparty/Lua51/Lua51.vcxproj b/build/vc++/3rdparty/Lua51/Lua51.vcxproj index 64eef69..40aa665 100644 --- a/build/vc++/3rdparty/Lua51/Lua51.vcxproj +++ b/build/vc++/3rdparty/Lua51/Lua51.vcxproj @@ -32,7 +32,7 @@ MultiByte - Application + StaticLibrary false v141 true @@ -98,6 +98,7 @@ true true true + _CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) true diff --git a/build/vc++/3rdparty/luax/luax.vcxproj b/build/vc++/3rdparty/luax/luax.vcxproj index 354e437..2fb5520 100644 --- a/build/vc++/3rdparty/luax/luax.vcxproj +++ b/build/vc++/3rdparty/luax/luax.vcxproj @@ -22,7 +22,7 @@ 15.0 {C6B16179-5640-4D41-8756-0525D25EB569} luax - 10.0.17134.0 + 8.1 diff --git a/build/vc++/jin.sln b/build/vc++/jin.sln index 2fa044e..4962f97 100644 --- a/build/vc++/jin.sln +++ b/build/vc++/jin.sln @@ -50,6 +50,9 @@ EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Lua51", "3rdparty\Lua51\Lua51.vcxproj", "{4156CD69-6FC4-4B32-B008-BB94C8AE17F5}" EndProject Global + GlobalSection(Performance) = preSolution + HasPerformanceSessions = true + EndGlobalSection GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|x64 = Debug|x64 Debug|x86 = Debug|x86 diff --git a/build/vc++/jin/jin.vcxproj b/build/vc++/jin/jin.vcxproj index 1a0ca08..7c0c145 100644 --- a/build/vc++/jin/jin.vcxproj +++ b/build/vc++/jin/jin.vcxproj @@ -81,17 +81,18 @@ Level3 - MaxSpeed + MinSpace true true true false $(SolutionDir)..\..\src\;$(SolutionDir)..\..\src\3rdparty\SDL2\include;$(SolutionDir)..\..\src\3rdparty\LuaJIT-2.0.5\include;$(SolutionDir)..\..\src\3rdparty\ + Size true true - Console + Windows opengl32.lib;%(AdditionalDependencies) -- cgit v1.1-26-g67d0