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.
13 lines
394 B
C
13 lines
394 B
C
--- ros/src/IncludeLibrary/IncludeLibrary_stsgrpdef.h.orig Fri Sep 21 09:55:04 2001
|
|
+++ ros/src/IncludeLibrary/IncludeLibrary_stsgrpdef.h Thu Aug 10 21:50:09 2006
|
|
@@ -103,6 +103,10 @@
|
|
#define GRP_OSD GRP_OSD_WNT
|
|
#define GRP_NTD GRP_NTD_WNT
|
|
|
|
+# elif __FreeBSD__
|
|
+#define GRP_OSD GRP_OSD_UNX
|
|
+#define GRP_NTD GRP_NTD_UNX
|
|
+
|
|
# elif UNX
|
|
#define GRP_OSD GRP_OSD_UNX
|
|
#define GRP_NTD GRP_NTD_UNX
|