From 0d426c214f2d079baf6b16908f084239f32eefd4 Mon Sep 17 00:00:00 2001 From: cas Date: Fri, 9 Jun 2000 14:13:48 +0000 Subject: [PATCH] No comments --- src/WOKTCL/WOKTCL_CMPLRS.edl | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/src/WOKTCL/WOKTCL_CMPLRS.edl b/src/WOKTCL/WOKTCL_CMPLRS.edl index 85c3276..1156529 100755 --- a/src/WOKTCL/WOKTCL_CMPLRS.edl +++ b/src/WOKTCL/WOKTCL_CMPLRS.edl @@ -6,16 +6,8 @@ @ifnotdefined ( %WOKTCL_CMPLRS_EDL) then @set %WOKTCL_CMPLRS_EDL = ""; -@if ( (%Station != "wnt") && (%Station != "hp") ) then - @string %CMPLRS_CXX_Options = " -I/usr/tcltk/include -I/usr/tcltk/include/itcl -I/usr/include " %CMPLRS_CXX_Options ; -@endif; - -@if ( %Station == "hp" ) then - @string %CMPLRS_CXX_Options = " -I/usr/tcltk/include -I/usr/tcltk/include/itcl " %CMPLRS_CXX_Options ; -@endif; + @uses "CSF.edl"; -@if ( %Station == "wnt" ) then - @string %CMPLRS_CXX_Options = %CMPLRS_CXX_Options " -ID:/DevTools/TclTk/include "; -@endif; + @string %CMPLRS_CXX_Options = " -I"%CSF_TCL_INCLUDE %CMPLRS_CXX_Options ; @endif; -- 2.39.5