From 55fb31dae4b0fed6b1ed9460cc0732031da8e3d0 Mon Sep 17 00:00:00 2001 From: kgv Date: Sun, 1 May 2016 17:12:47 +0300 Subject: [PATCH] 0027458: Configuration, genproj.tcl - add -rpath-link option to linker in Code::Blocks project --- .gitignore | 1 + adm/genproj.tcl | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/.gitignore b/.gitignore index 53cfb10fc1..f3e66d015d 100644 --- a/.gitignore +++ b/.gitignore @@ -49,6 +49,7 @@ Release /*.m4 /*.ac /*.sh +/codeblocks.bat /custom.bat /autom4te.cache /build_configure diff --git a/adm/genproj.tcl b/adm/genproj.tcl index af1fde8b6d..b2f977336d 100644 --- a/adm/genproj.tcl +++ b/adm/genproj.tcl @@ -2154,6 +2154,9 @@ proc osutils:cbp { theCmpl theOutDir theProjName thePlatform theSrcFiles theLibs } } puts $aFile "\t\t\t\t\t" + if { "$aWokStation" == "lin" } { + puts $aFile "\t\t\t\t\t" + } puts $aFile "\t\t\t\t" puts $aFile "\t\t\t" @@ -2201,6 +2204,9 @@ proc osutils:cbp { theCmpl theOutDir theProjName thePlatform theSrcFiles theLibs } } puts $aFile "\t\t\t\t\t" + if { "$aWokStation" == "lin" } { + puts $aFile "\t\t\t\t\t" + } puts $aFile "\t\t\t\t" puts $aFile "\t\t\t" -- 2.20.1