]> OCCT Git - occt-wok.git/commitdiff
No comments
authorcas <cas@opencascade.com>
Fri, 9 Jun 2000 14:09:51 +0000 (14:09 +0000)
committercas <cas@opencascade.com>
Fri, 9 Jun 2000 14:09:51 +0000 (14:09 +0000)
src/WOKSH/WOKSH_CMPLRS.edl

index 167e607218f5dd57fe46bb71d1cdfcb6bbb027c4..adf7ba4ad40eb3558e8054fbd0236ebb3ae2d255 100755 (executable)
@@ -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;