Renamed the top level directory 'public' to 'include'.
git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@74 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
This commit is contained in:
parent
ed90d8aba8
commit
5a57a29dbe
@ -170,7 +170,7 @@ CCTEST_EXTRA_FLAGS = {
|
||||
|
||||
SAMPLE_FLAGS = {
|
||||
'all': {
|
||||
'CPPPATH': [join(abspath('.'), 'public')],
|
||||
'CPPPATH': [join(abspath('.'), 'include')],
|
||||
'LIBS': ['$LIBRARY'],
|
||||
},
|
||||
'gcc': {
|
||||
|
@ -28,7 +28,7 @@
|
||||
#ifndef V8_DEBUG_H_
|
||||
#define V8_DEBUG_H_
|
||||
|
||||
#include "../public/debug.h"
|
||||
#include "../include/debug.h"
|
||||
#include "assembler.h"
|
||||
#include "code-stubs.h"
|
||||
#include "factory.h"
|
||||
|
2
src/third_party/jscre/pcre.h
vendored
2
src/third_party/jscre/pcre.h
vendored
@ -42,7 +42,7 @@ POSSIBILITY OF SUCH DAMAGE.
|
||||
#ifndef JSRegExp_h
|
||||
#define JSRegExp_h
|
||||
|
||||
#include "../../../public/v8.h"
|
||||
#include "../../../include/v8.h"
|
||||
|
||||
// JSCRE is very chatty in debug mode, so in order to keep it slient
|
||||
// while still importing v8.h correctly (it contains #ifdef DEBUGs)
|
||||
|
Loading…
Reference in New Issue
Block a user