]> OCCT Git - occt-wok.git/commitdiff
No comments
authorcas <cas@opencascade.com>
Fri, 15 Jun 2001 17:55:35 +0000 (17:55 +0000)
committercas <cas@opencascade.com>
Fri, 15 Jun 2001 17:55:35 +0000 (17:55 +0000)
src/WOKTCL/WOKTCL_DefaultCommand.cxx
src/WOKTCL/WOKTCL_Interpretor.cxx
src/WOKTCL/WOKTCL_TriggerHandler.cxx

index b3b1d03f39207ea7e992e4d86943ae6fd28a60b4..5f36c23994631a9eec69a9fa2c75d784a01c25d8 100755 (executable)
@@ -4,23 +4,12 @@
 //             <jga@cobrax.paris1.matra-dtv.fr>
 
 
+#include <tcl.h>
 
 #ifdef WNT
-# ifdef TCL_VERSION_75
-#  pragma comment( lib, "tcl75.lib" )
-#  pragma message( "Information: tcl75.lib is using as TCL library" )
-#  include <tcl75.h>
-# 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 <tcl.h>
-
 #ifndef WNT
 #include <strstream.h>
 #endif
index 75313a1bf1e9dddfbdfbcc42ed99e498431db173..db3d58e396a7add4c341568cb7f415ae67c436a1 100755 (executable)
@@ -3,11 +3,9 @@
 // Author:     Jean GAUTIER
 //             <jga@cobrax>
 
-#if defined( WNT ) && defined( TCL_VERSION_75 )
-# include <tcl75.h>
-#endif // WNT
-
 #include <tcl.h>
+
+
 #ifndef WNT
 #include <strstream.h>
 #endif
index 148a1e5a192c5eaf3df5f2e719e9a78b8fa34f03..402ac8b4874af722b84fc22834e9c5a39d7e6e96 100755 (executable)
 
 #include <WOKTclTools_Interpretor.hxx>
 
-#if defined( WNT ) && defined( TCL_VERSION_75 )
-# include <tcl75.h>
-#endif // WNT
-
 #include <tcl.h>
 
 //extern Standard_IMPORT Handle(WOKTclTools_Interpretor) CurrentInterp;