diff options
author | chai <chaifix@163.com> | 2018-12-09 18:26:17 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2018-12-09 18:26:17 +0800 |
commit | b1dfdae7a071407ef5e2d56f2203f96e6ba6068d (patch) | |
tree | b26bbed65fd0074178066de89bb197bb2176305b /build/vc++/3rdparty/Lua51 | |
parent | 7069a62a7984feff85a37f60c67e2a7624241841 (diff) |
*misc
Diffstat (limited to 'build/vc++/3rdparty/Lua51')
-rw-r--r-- | build/vc++/3rdparty/Lua51/Lua51.vcxproj | 3 |
1 files changed, 2 insertions, 1 deletions
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 @@ <CharacterSet>MultiByte</CharacterSet> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> + <ConfigurationType>StaticLibrary</ConfigurationType> <UseDebugLibraries>false</UseDebugLibraries> <PlatformToolset>v141</PlatformToolset> <WholeProgramOptimization>true</WholeProgramOptimization> @@ -98,6 +98,7 @@ <IntrinsicFunctions>true</IntrinsicFunctions> <SDLCheck>true</SDLCheck> <ConformanceMode>true</ConformanceMode> + <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> </ClCompile> <Link> <EnableCOMDATFolding>true</EnableCOMDATFolding> |