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

index 85c3276ef039bcc442810cd98e8fbf6cbd39bf0b..11565293efec575bd863f7c8d5fd5b1f4e69cf7b 100755 (executable)
@@ -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;