]> 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/WOKLibs/WOKLibs_CMPLRS.edl

index 7bc7e5ea10b966af50a9e02501f4b7b63d1774d3..99134668cf3ad89dfb17e6c90a8f18eaeb040220 100755 (executable)
@@ -6,17 +6,8 @@
 @ifnotdefined ( %WOKLibs_CMPLRS_EDL) then
 @set %WOKLibs_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 ";
-       @string %CMPLRS_ExportBehaviour = " -D__" %Entity "_DLL";
-@endif;
+ @string %CMPLRS_CXX_Options = " -I"%CSF_TCL_INCLUDE %CMPLRS_CXX_Options ;
 
 @endif;