Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/premake-4.x-stable.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/actions/vstudio/vs2010_vcxproj.lua')
-rw-r--r--src/actions/vstudio/vs2010_vcxproj.lua6
1 files 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,'<OmitFramePointers>true</OmitFramePointers>')
end
- compile_language(cfg)
+ compile_language(cfg)
_p(2,'</ClCompile>')
end