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:
sgjesse@gmail.com 2008-09-01 11:48:50 +00:00
parent ed90d8aba8
commit 5a57a29dbe
6 changed files with 4 additions and 4 deletions

View File

@ -170,7 +170,7 @@ CCTEST_EXTRA_FLAGS = {
SAMPLE_FLAGS = {
'all': {
'CPPPATH': [join(abspath('.'), 'public')],
'CPPPATH': [join(abspath('.'), 'include')],
'LIBS': ['$LIBRARY'],
},
'gcc': {

View File

@ -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"

View File

@ -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)

View File

@ -48,7 +48,7 @@
#endif
// Basic includes
#include "../public/v8.h"
#include "../include/v8.h"
#include "globals.h"
#include "checks.h"
#include "allocation.h"