From: cas Date: Fri, 9 Jun 2000 14:13:48 +0000 (+0000) Subject: No comments X-Git-Url: http://git.dev.opencascade.org/gitweb/?a=commitdiff_plain;h=083fada8e903514e5dcd8c0f7c768007e72aa85b;p=occt-wok.git No comments --- diff --git a/src/WOKTclTools/WOKTclTools_CMPLRS.edl b/src/WOKTclTools/WOKTclTools_CMPLRS.edl index 3be7221..7a709de 100755 --- a/src/WOKTclTools/WOKTclTools_CMPLRS.edl +++ b/src/WOKTclTools/WOKTclTools_CMPLRS.edl @@ -6,19 +6,8 @@ @ifnotdefined ( %WOKTclTools_CMPLRS_EDL) then @set %WOKTclTools_CMPLRS_EDL = ""; + @uses "CSF.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; - -@if ( %Station == "wnt" ) then - @string %CMPLRS_CXX_Options = %CMPLRS_CXX_Options " -ID:/DevTools/TclTk/include "; --- @set %CMPLRS_CXX_Command = "%MSDevDir%/bin/cl -nologo -MD -W3 -GX -Ob2 "; -@endif; - + @string %CMPLRS_CXX_Options = " -I"%CSF_TCL_INCLUDE %CMPLRS_CXX_Options ; @endif;