@ifnotdefined ( %WOKSH_CMPLRS_EDL) then
@set %WOKSH_CMPLRS_EDL = "";
-@if ( %Station != "wnt" ) then
- @string %CMPLRS_CXX_Options = " -I/usr/tcltk/include -I/usr/tcltk/include/itcl -I/usr/include " %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;