Revision: 76877
          http://sourceforge.net/p/brlcad/code/76877
Author:   starseeker
Date:     2020-08-21 22:18:50 +0000 (Fri, 21 Aug 2020)
Log Message:
-----------
No longer need to do this.

Modified Paths:
--------------
    brlcad/trunk/src/tclscripts/rtwizard/rtwizard

Modified: brlcad/trunk/src/tclscripts/rtwizard/rtwizard
===================================================================
--- brlcad/trunk/src/tclscripts/rtwizard/rtwizard       2020-08-21 20:45:06 UTC 
(rev 76876)
+++ brlcad/trunk/src/tclscripts/rtwizard/rtwizard       2020-08-21 22:18:50 UTC 
(rev 76877)
@@ -83,17 +83,7 @@
 # If we're launching without enough arguments to fully specify an rtwizard
 # run or a gui run has been specifically requested, go graphical
 if {[info exists ::use_gui]} {
-   # Have to do these loads until we get "package require tclcad" and "package 
require dm"
-   # working - bwish loads them for us by default, but since rtwizard may be 
either
-   # graphical or command line we need to start with btclsh
-   if {$::tcl_platform(platform) == "windows"} {
-     load [file join [bu_brlcad_root [bu_brlcad_dir bin]] libtclcad[info 
sharedlibextension]]
-     load [file join [bu_brlcad_root [bu_brlcad_dir bin]] libdm[info 
sharedlibextension]]
-   } else {
-     load [file join [bu_brlcad_root [bu_brlcad_dir lib]] libtclcad[info 
sharedlibextension]]
-     load [file join [bu_brlcad_root [bu_brlcad_dir lib]] libdm[info 
sharedlibextension]]
-   }
-   # Now, load the actual Raytrace Wizard GUI
+   # Load the actual Raytrace Wizard GUI
    package require RaytraceWizard
    if {[info exists argv]} {exit}
 } else {

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to