Modified:
/convert/addons/createCCWrapper.sh
=======================================
--- /convert/addons/createCCWrapper.sh Thu Apr 12 10:12:59 2012
+++ /convert/addons/createCCWrapper.sh Thu Apr 12 10:24:47 2012
@@ -20,6 +20,8 @@
function gen_h() {
cat <<EOF
+#include <cvv8/ClassCreator.hpp>
+
namespace cvv8 {
CVV8_TypeName_DECL((${class}));
@@ -73,6 +75,12 @@
}
function gen_cpp(){
+cat <<EOF
+#include <cvv8/XTo.hpp>
+#include <cvv8/properties.hpp>
+EOF
+
+
echo "namespace cvv8 {"
cat <<EOF
@@ -110,7 +118,6 @@
}
EOF
-
cat <<EOF
void ClassCreator_SetupBindings<typename ${class}>::Initialize(
v8::Handle<v8::Object> const & target );
typedef ${class} T;