Compare commits

...

2 Commits
r1.2.5 ... v1.2

Author SHA1 Message Date
Eliot Horowitz
22c7c88d01 newer xulrunner 2010-04-15 10:15:52 -04:00
Eliot Horowitz
5bd47701aa post 1.2.5 2010-04-07 21:21:49 -04:00
3 changed files with 5 additions and 2 deletions

View File

@@ -39,7 +39,9 @@ def foundxulrunner( env , options ):
env.Prepend( RPATH=[ libroot ] )
env.Prepend( CPPPATH=[ incroot + "stable/" ,
incroot + "unstable/" ] )
incroot + "unstable/" ,
incroot ] )
env.Prepend( CPPPATH=[ "/usr/include/nspr/" ] )
env.Append( CPPDEFINES=[ "XULRUNNER" , "OLDJS" ] )
if best.find( "1.9.0" ) >= 0 or best.endswith("1.9"):

View File

@@ -42,6 +42,7 @@
#endif
#include "jsapi.h"
#include "jsobj.h"
#include "jsdate.h"
#include "jsregexp.h"

View File

@@ -32,6 +32,6 @@
namespace mongo {
const char versionString[] = "1.2.5";
const char versionString[] = "1.2.6-pre-";
} // namespace mongo