Renamed the top level directory 'public' to 'include'.
authorsgjesse@gmail.com <sgjesse@gmail.com@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Mon, 1 Sep 2008 11:48:50 +0000 (11:48 +0000)
committersgjesse@gmail.com <sgjesse@gmail.com@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Mon, 1 Sep 2008 11:48:50 +0000 (11:48 +0000)
git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@74 ce2b1a6d-e550-0410-aec6-3dcde31c8c00

SConstruct
include/debug.h [moved from public/debug.h with 100% similarity]
include/v8.h [moved from public/v8.h with 100% similarity]
src/debug.h
src/third_party/jscre/pcre.h
src/v8.h

index ed0c397..618743c 100644 (file)
@@ -170,7 +170,7 @@ CCTEST_EXTRA_FLAGS = {
 
 SAMPLE_FLAGS = {
   'all': {
-    'CPPPATH': [join(abspath('.'), 'public')],
+    'CPPPATH': [join(abspath('.'), 'include')],
     'LIBS': ['$LIBRARY'],
   },
   'gcc': {
similarity index 100%
rename from public/debug.h
rename to include/debug.h
similarity index 100%
rename from public/v8.h
rename to include/v8.h
index 951acd5..3140dcd 100644 (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"
index 2a27cd8..1deeb85 100644 (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)
index 8cacc69..c439006 100644 (file)
--- a/src/v8.h
+++ b/src/v8.h
@@ -48,7 +48,7 @@
 #endif
 
 // Basic includes
-#include "../public/v8.h"
+#include "../include/v8.h"
 #include "globals.h"
 #include "checks.h"
 #include "allocation.h"