From 7cb47bd0f7d4855412a0b84de6ed3a0d7f3b054d Mon Sep 17 00:00:00 2001 From: cascade Date: Tue, 27 Jan 2004 21:31:35 +0000 Subject: [PATCH] Generation of *.dsp file will take into account local (setted for single unit) C compiler options as well as CXX compiler optionsresource --- src/WOKTclLib/osutils.tcl | 1 + 1 file changed, 1 insertion(+) diff --git a/src/WOKTclLib/osutils.tcl b/src/WOKTclLib/osutils.tcl index 38a9c20..67e3dc7 100755 --- a/src/WOKTclLib/osutils.tcl +++ b/src/WOKTclLib/osutils.tcl @@ -479,6 +479,7 @@ proc osutils:mkdsp { dir tkloc {tmplat {} } {fmtcpp {} } } { append files "# Begin Group \"${xlo}\"" "\n" set lsrc [osutils:tk:files $xlo osutils:am:compilable 0] set fxloparam [lindex [intersect3 [split [lindex [wokparam -v %CMPLRS_CXX_Options] 0]] [split [lindex [wokparam -v %CMPLRS_CXX_Options $fxlo] 0]] ] 2] + set fxloparam "$fxloparam [lindex [intersect3 [split [lindex [wokparam -v %CMPLRS_C_Options] 0]] [split [lindex [wokparam -v %CMPLRS_C_Options $fxlo] 0]] ] 2]" set needparam "" foreach partopt $fxloparam { if { "-I[lindex [wokparam -v %CSF_TCL_INCLUDE] 0]" != "$partopt "} { -- 2.39.5