Add swig configuration files for v8.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/branches/oliverb-javascript-v8@13765 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
050219d998
commit
35e6b73d2a
20 changed files with 630 additions and 193 deletions
|
|
@ -6,7 +6,7 @@
|
|||
* ----------------------------------------------------------------------------- */
|
||||
|
||||
|
||||
%include <javscriptcomplex.swg>
|
||||
%include <javascriptcomplex.swg>
|
||||
|
||||
%{
|
||||
#include <complex.h>
|
||||
|
|
|
|||
|
|
@ -9,17 +9,12 @@
|
|||
#define SWIG_SetConstant(name, obj)
|
||||
#define SWIG_Raise(obj, type, desc) SWIG_Javascript_Raise(context, exception, type)
|
||||
|
||||
%include <javascriptfragments.swg>
|
||||
|
||||
/* Include fundamental fragemt definitions */
|
||||
%include <typemaps/fragments.swg>
|
||||
|
||||
/* Python fragments for fundamental types */
|
||||
%include <javascriptprimitives.swg>
|
||||
|
||||
/* override some of the macros in global valtypes.swg */
|
||||
%include <javascriptvaltypes.swg>
|
||||
|
||||
%include <javascriptstrings.swg>
|
||||
|
||||
/* Include the unified typemap library */
|
||||
|
|
|
|||
|
|
@ -1 +0,0 @@
|
|||
|
||||
Loading…
Add table
Add a link
Reference in a new issue