From 59b19beb09593dc3a1f2bd9a7f4b7608a879b266 Mon Sep 17 00:00:00 2001 From: kgv Date: Thu, 13 Aug 2015 18:09:17 +0300 Subject: [PATCH] 0026559: Configuration, genproj.tcl - add mandatory C++11 compiler flag to generated Code::Blocks project files --- adm/genproj.tcl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/adm/genproj.tcl b/adm/genproj.tcl index 83dd3cccf7..0b2e3c9c3f 100644 --- a/adm/genproj.tcl +++ b/adm/genproj.tcl @@ -2090,6 +2090,7 @@ proc osutils:cbp { theOutDir theProjName theSrcFiles theLibsList theFrameworks t puts $aFile "\t\t\t\t\t" } else { puts $aFile "\t\t\t\t\t" + puts $aFile "\t\t\t\t\t" puts $aFile "\t\t\t\t\t" puts $aFile "\t\t\t\t\t" puts $aFile "\t\t\t\t\t" @@ -2147,6 +2148,7 @@ proc osutils:cbp { theOutDir theProjName theSrcFiles theLibsList theFrameworks t puts $aFile "\t\t\t\t\t" } else { puts $aFile "\t\t\t\t\t" + puts $aFile "\t\t\t\t\t" puts $aFile "\t\t\t\t\t" puts $aFile "\t\t\t\t\t" puts $aFile "\t\t\t\t\t"