[v8-juice] r2242 committed - Changed #includes from <x> to "x".

1 view
Skip to first unread message

v8-j...@googlecode.com

unread,
Apr 12, 2012, 1:30:00 PM4/12/12
to v8-juice-...@googlegroups.com
Revision: 2242
Author: sgbeal
Date: Thu Apr 12 10:29:53 2012
Log: Changed #includes from <x> to "x".
http://code.google.com/p/v8-juice/source/detail?r=2242

Modified:
/convert/addons/createCCWrapper.sh

=======================================
--- /convert/addons/createCCWrapper.sh Thu Apr 12 10:24:47 2012
+++ /convert/addons/createCCWrapper.sh Thu Apr 12 10:29:53 2012
@@ -20,7 +20,7 @@
function gen_h() {
cat <<EOF

-#include <cvv8/ClassCreator.hpp>
+#include "cvv8/ClassCreator.hpp"

namespace cvv8 {
CVV8_TypeName_DECL((${class}));
@@ -76,8 +76,8 @@

function gen_cpp(){
cat <<EOF
-#include <cvv8/XTo.hpp>
-#include <cvv8/properties.hpp>
+#include "cvv8/XTo.hpp"
+#include "cvv8/properties.hpp"
EOF


Reply all
Reply to author
Forward
0 new messages