From: cas Date: Fri, 15 Jun 2001 17:55:35 +0000 (+0000) Subject: No comments X-Git-Url: http://git.dev.opencascade.org/gitweb/?a=commitdiff_plain;h=3604de3f203e6f62d1a3f9b71083a6e8abeb2af4;p=occt-wok.git No comments --- diff --git a/src/WOKTCL/WOKTCL_DefaultCommand.cxx b/src/WOKTCL/WOKTCL_DefaultCommand.cxx index b3b1d03..5f36c23 100755 --- a/src/WOKTCL/WOKTCL_DefaultCommand.cxx +++ b/src/WOKTCL/WOKTCL_DefaultCommand.cxx @@ -4,23 +4,12 @@ // +#include #ifdef WNT -# ifdef TCL_VERSION_75 -# pragma comment( lib, "tcl75.lib" ) -# pragma message( "Information: tcl75.lib is using as TCL library" ) -# include -# elif defined( TCL_VERSION_76 ) -# pragma comment( lib, "tcl76.lib" ) -# pragma message( "Information: tcl76.lib is using as TCL library" ) -# else -# pragma comment( lib, "tcl76i.lib" ) -# pragma message( "Information: tcl76i.lib is using as TCL library" ) -# endif // TCL75 +# pragma message( "Information: tcl"TCL_VERSION".lib is using as TCL library" ) #endif // WNT -#include - #ifndef WNT #include #endif diff --git a/src/WOKTCL/WOKTCL_Interpretor.cxx b/src/WOKTCL/WOKTCL_Interpretor.cxx index 75313a1..db3d58e 100755 --- a/src/WOKTCL/WOKTCL_Interpretor.cxx +++ b/src/WOKTCL/WOKTCL_Interpretor.cxx @@ -3,11 +3,9 @@ // Author: Jean GAUTIER // -#if defined( WNT ) && defined( TCL_VERSION_75 ) -# include -#endif // WNT - #include + + #ifndef WNT #include #endif diff --git a/src/WOKTCL/WOKTCL_TriggerHandler.cxx b/src/WOKTCL/WOKTCL_TriggerHandler.cxx index 148a1e5..402ac8b 100755 --- a/src/WOKTCL/WOKTCL_TriggerHandler.cxx +++ b/src/WOKTCL/WOKTCL_TriggerHandler.cxx @@ -15,10 +15,6 @@ #include -#if defined( WNT ) && defined( TCL_VERSION_75 ) -# include -#endif // WNT - #include //extern Standard_IMPORT Handle(WOKTclTools_Interpretor) CurrentInterp;