From: cas Date: Fri, 9 Jun 2000 14:09:51 +0000 (+0000) Subject: No comments X-Git-Url: http://git.dev.opencascade.org/gitweb/?a=commitdiff_plain;h=cfd78f8f6d2e592ac6e0bed57c82f48276a04617;p=occt-wok.git No comments --- diff --git a/src/WOKSH/WOKSH_CMPLRS.edl b/src/WOKSH/WOKSH_CMPLRS.edl index 167e607..adf7ba4 100755 --- a/src/WOKSH/WOKSH_CMPLRS.edl +++ b/src/WOKSH/WOKSH_CMPLRS.edl @@ -6,12 +6,8 @@ @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;