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:
authorOliver Schneider <oliver@assarbad.net>2017-10-06 00:42:02 +0300
committerOliver Schneider <oliver@assarbad.net>2017-10-06 00:42:02 +0300
commit4070483929f3b50beee200e55f584774756ad6e5 (patch)
tree410797bea1c2568ace7a2c8c43df963c38c9df88
parentbeac92ebb78d6f51b9b6d59202326a3195188e7f (diff)
Cosmetics
--HG-- branch : WDS-build
-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