From 4070483929f3b50beee200e55f584774756ad6e5 Mon Sep 17 00:00:00 2001 From: Oliver Schneider Date: Thu, 5 Oct 2017 21:42:02 +0000 Subject: Cosmetics --HG-- branch : WDS-build --- src/actions/vstudio/vs2010_vcxproj.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/actions/vstudio/vs2010_vcxproj.lua b/src/actions/vstudio/vs2010_vcxproj.lua index 5b9958c..b4961c8 100644 --- a/src/actions/vstudio/vs2010_vcxproj.lua +++ b/src/actions/vstudio/vs2010_vcxproj.lua @@ -241,7 +241,7 @@ -- -- EditAndContinue /ZI -- ProgramDatabase /Zi - -- OldStyle C7 Compatable /Z7 + -- OldStyle C7 Compatible /Z7 -- local debug_info = '' if cfg.flags.Symbols then @@ -250,7 +250,7 @@ or premake.config.isoptimizedbuild(cfg.flags) or cfg.flags.NoEditAndContinue then - debug_info = "ProgramDatabase" + debug_info = "ProgramDatabase" else debug_info = "EditAndContinue" end @@ -331,7 +331,7 @@ _p(3,'true') end - compile_language(cfg) + compile_language(cfg) _p(2,'') end -- cgit v1.2.3