]> OCCT Git - occt-wok.git/commitdiff
OCC16602 Fix rollback - compilation errors on WNT
authorcascade <cascade@opencascade.com>
Wed, 15 Aug 2007 13:11:45 +0000 (13:11 +0000)
committercascade <cascade@opencascade.com>
Wed, 15 Aug 2007 13:11:45 +0000 (13:11 +0000)
src/WOKLibs/pkgIndex.tcl

index e57b27a900cd32b137bc759d6afc35dce20cf400..3045e1f0893f96822659dc5cfc4e27f3227553de 100755 (executable)
@@ -1,9 +1,5 @@
-global tcl_platform
-
-###########################################
-# LINUX
-###########################################
 
+global tcl_platform
 if { $tcl_platform(os) == "Linux" }  {
 package ifneeded Woktools 2.0 "tclPkgSetup $dir/lin Woktools 2.0 {
                                         {libwoktoolscmd.so load {
@@ -33,8 +29,6 @@ package ifneeded Ms 2.0 "package require Woktools;
                                 }
 
 ###########################################
-# SOLARIS
-###########################################
 
 if { $tcl_platform(os) == "SunOS" }  {
 package ifneeded Woktools 2.0 "tclPkgSetup $dir/sun Woktools 2.0 {
@@ -65,8 +59,6 @@ package ifneeded Ms 2.0 "package require Woktools;
                                 }
 
 ###########################################
-# IRIX
-###########################################
 
 if { $tcl_platform(os) == "IRIX64" || $tcl_platform(os) == "IRIX" }  {
 package ifneeded Woktools 2.0 "tclPkgSetup $dir/sil Woktools 2.0 {
@@ -97,8 +89,6 @@ package ifneeded Ms 2.0 "package require Woktools;
                                 }
 
 ###########################################
-# WINDOWS
-###########################################
 
 if { $tcl_platform(platform) == "windows" }  {
 package ifneeded Woktools 2.0 "tclPkgSetup $dir/wnt Woktools 2.0 {
@@ -126,67 +116,3 @@ package ifneeded Ms 2.0 "package require Woktools;
                                     mstranslate msxmthinfo}}}"
 
                                 }
-
-###########################################
-# MACOS
-###########################################
-
-if { $tcl_platform(os) == "Darwin" }  {
-package ifneeded Woktools 2.0 "tclPkgSetup $dir/mac Woktools 2.0 {
-                                        {libwoktoolscmd.dylib load {
-                                           msgprint msgisset msgissetcmd msgissetlong msgset msgsetcmd 
-                                           msgsetlong msgunset msgunsetcmd msgunsetlong msgsetheader 
-                                           msgunsetheader msgissetheader msginfo}}}"
-
-package ifneeded Wokutils 2.0 "tclPkgSetup $dir/mac Wokutils 2.0 {
-    {libwokutilscmd.dylib load { wokcmp} } }"
-
-package ifneeded Wok 2.0 "package require Woktools; 
-                             tclPkgSetup $dir/mac Wok 2.0 {
-                                {libwokcmd.dylib load {
-                                    Sinfo Wcreate Winfo Wrm Wdeclare fcreate finfo frm pinfo screate 
-                                    sinfo srm ucreate uinfo umpmake umake urm w_info wcreate 
-                                    wokcd wokclose wokinfo wokparam wokprofile wokenv wrm wmove 
-                                    stepinputaddstepinputinfo stepoutputadd stepoutputinfo stepaddexecdepitem }}}"
-
-package ifneeded Ms 2.0 "package require Woktools; 
-                             tclPkgSetup $dir/mac Ms 2.0 {
-                                {libmscmd.dylib load {
-                                    mscheck msclear msclinfo msextract msgeninfo msinfo msinstinfo 
-                                    msmmthinfo msmthinfo mspkinfo msschinfo msrm msstdinfo 
-                                    mstranslate msxmthinfo}}}"
-
-
-                                }
-
-###########################################
-# FreeBSD
-###########################################
-
-if { $tcl_platform(os) == "FreeBSD" }  {
-package ifneeded Woktools 2.0 "tclPkgSetup $dir/bsd Woktools 2.0 {
-                                        {libwoktoolscmd.so load {
-                                           msgprint msgisset msgissetcmd msgissetlong msgset msgsetcmd
-                                           msgsetlong msgunset msgunsetcmd msgunsetlong msgsetheader
-                                           msgunsetheader msgissetheader msginfo}}}"
-
-package ifneeded Wokutils 2.0 "tclPkgSetup $dir Wokutils 2.0 {
-    {libwokutilscmd.so load { wokcmp} } }"
-
-package ifneeded Wok 2.0 "package require Woktools;
-                             tclPkgSetup $dir/bsd Wok 2.0 {
-                                {libwokcmd.so load {
-                                    Sinfo Wcreate Winfo Wrm Wdeclare fcreate finfo frm pinfo screate
-                                    sinfo srm ucreate uinfo umpmake umake urm w_info wcreate
-                                    wokcd wokclose wokinfo wokparam wokprofile wokenv wrm wmove
-                                    stepinputaddstepinputinfo stepoutputadd stepoutputinfo stepaddexecdepitem }}}"
-
-package ifneeded Ms 2.0 "package require Woktools;
-                             tclPkgSetup $dir/bsd Ms 2.0 {
-                                {libmscmd.so load {
-                                    mscheck msclear msclinfo msextract msgeninfo msinfo msinstinfo
-                                    msmmthinfo msmthinfo mspkinfo msschinfo msrm msstdinfo
-                                    mstranslate msxmthinfo}}}"
-
-
-                                }