de5ea4454a
open source. It includes components for 3D surface and solid modeling, visualization, data exchange and rapid application development. Open CASCADE Technology can be best applied in development of numerical simulation software including CAD/CAM/CAE, AEC and GIS, as well as PDM applications. BUGS: the module WOK does not work, but the other modules (the most interesting parts) are OK.
12 lines
290 B
Tcsh
12 lines
290 B
Tcsh
--- ros/src/WOKsite/wok.csh.orig Fri Mar 5 18:48:47 2004
|
|
+++ ros/src/WOKsite/wok.csh Tue Aug 1 20:43:03 2006
|
|
@@ -57,6 +57,9 @@
|
|
case SunOS:
|
|
setenv WOKSTATION "sun"
|
|
breaksw
|
|
+ case FreeBSD:
|
|
+ setenv WOKSTATION "bsd"
|
|
+ breaksw
|
|
case Linux:
|
|
setenv WOKSTATION "lin"
|
|
breaksw
|