Update of /cvsroot/openvrml/openvrml
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv8945
Modified Files:
ChangeLog README
Log Message:
Added documentation for --with-libjs.
Index: README
===================================================================
RCS file: /cvsroot/openvrml/openvrml/README,v
retrieving revision 1.81
retrieving revision 1.82
diff -C2 -d -r1.81 -r1.82
*** README 2 Jun 2007 06:47:04 -0000 1.81
--- README 9 Jul 2007 07:08:16 -0000 1.82
***************
*** 217,220 ****
--- 217,227 ----
Use Apple's OpenGL framework on Mac OS X.
+ --with-libjs
+ Use the stand-alone SpiderMonkey distribution. By default,
+ "configure" looks for SpiderMonkey as it is distributed with a
+ Mozilla Gecko-based Web browser (i.e., libmozjs). Passing the
+ argument "--with-libjs" causes "configure" to look instead for the
+ stand-alone distribution of SpiderMonkey (i.e., libjs).
+
Significant preprocessor symbols
Index: ChangeLog
===================================================================
RCS file: /cvsroot/openvrml/openvrml/ChangeLog,v
retrieving revision 1.1530
retrieving revision 1.1531
diff -C2 -d -r1.1530 -r1.1531
*** ChangeLog 6 Jul 2007 20:55:27 -0000 1.1530
--- ChangeLog 9 Jul 2007 07:08:16 -0000 1.1531
***************
*** 1,2 ****
--- 1,6 ----
+ 2007-07-09 Braden McDaniel <br...@en...>
+
+ * README: Added documentation for --with-libjs.
+
2007-07-06 Braden McDaniel <br...@en...>
|