From 88242b46e7f4e4e607d5d9f5f1affa71fc48ce94 Mon Sep 17 00:00:00 2001 From: cascade Date: Wed, 15 Aug 2007 13:11:45 +0000 Subject: [PATCH] OCC16602 Fix rollback - compilation errors on WNT --- src/WOKLibs/pkgIndex.tcl | 76 +--------------------------------------- 1 file changed, 1 insertion(+), 75 deletions(-) diff --git a/src/WOKLibs/pkgIndex.tcl b/src/WOKLibs/pkgIndex.tcl index e57b27a..3045e1f 100755 --- a/src/WOKLibs/pkgIndex.tcl +++ b/src/WOKLibs/pkgIndex.tcl @@ -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}}}" - - - } -- 2.39.5