Update of /cvsroot/openvrml/openvrml
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv8974
Modified Files:
Tag: OpenVRML-0_16-BRANCH
ChangeLog README
Log Message:
Added documentation for --with-libjs.
Index: README
===================================================================
RCS file: /cvsroot/openvrml/openvrml/README,v
retrieving revision 1.65.2.16
retrieving revision 1.65.2.17
diff -C2 -d -r1.65.2.16 -r1.65.2.17
*** README 2 Jun 2007 06:46:31 -0000 1.65.2.16
--- README 9 Jul 2007 07:08:30 -0000 1.65.2.17
***************
*** 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.1310.2.180
retrieving revision 1.1310.2.181
diff -C2 -d -r1.1310.2.180 -r1.1310.2.181
*** ChangeLog 9 Jul 2007 06:59:05 -0000 1.1310.2.180
--- ChangeLog 9 Jul 2007 07:08:29 -0000 1.1310.2.181
***************
*** 1,4 ****
--- 1,8 ----
2007-07-09 Braden McDaniel <br...@en...>
+ * README: Added documentation for --with-libjs.
+
+ 2007-07-09 Braden McDaniel <br...@en...>
+
* configure.ac: Added option --with-libjs to enable use of libjs
built from the stand-alone SpiderMonkey distribution.
|