From: kgv Date: Thu, 13 Aug 2015 15:09:17 +0000 (+0300) Subject: 0026559: Configuration, genproj.tcl - add mandatory C++11 compiler flag to generated... X-Git-Tag: V7_0_0_beta~333 X-Git-Url: http://git.dev.opencascade.org/gitweb/?a=commitdiff_plain;h=59b19beb09593dc3a1f2bd9a7f4b7608a879b266;p=occt-copy.git 0026559: Configuration, genproj.tcl - add mandatory C++11 compiler flag to generated Code::Blocks project files --- 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"