newer xulrunner

This commit is contained in:
Eliot Horowitz 2010-04-15 10:15:10 -04:00
parent 5bd47701aa
commit 22c7c88d01
2 changed files with 4 additions and 1 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"