Add missing preprocessor defines to the docs list
This commit is contained in:
parent
7051753fdf
commit
bf2e50f09f
1 changed files with 11 additions and 1 deletions
|
|
@ -110,11 +110,18 @@ SWIG_VERSION Hexadecimal (binary-coded decimal) number contai
|
|||
such as 0x010311 (corresponding to SWIG-1.3.11).
|
||||
|
||||
SWIGCSHARP Defined when using C#
|
||||
SWIGD Defined when using D
|
||||
SWIG_D_VERSION Unsigned integer target version when using D
|
||||
SWIGGO Defined when using Go
|
||||
SWIGGO_CGO Defined when using Go for cgo
|
||||
SWIGGO_GCCGO Defined when using Go for gccgo
|
||||
SWIGGO_INTGO_SIZE Size of the Go type int when using Go (32 or 64)
|
||||
SWIGGUILE Defined when using Guile
|
||||
SWIGJAVA Defined when using Java
|
||||
SWIGJAVASCRIPT Defined when using Javascript
|
||||
SWIG_JAVASCRIPT_JSC Defined when using Javascript for JavascriptCore
|
||||
SWIG_JAVASCRIPT_V8 Defined when using Javascript for v8 or node.js
|
||||
SWIG_JAVASCRIPT_V8 Defined when using Javascript for v8 or node.js
|
||||
BUILDING_NODE_EXTENSION Defined when using Javascript for node.js
|
||||
SWIGLUA Defined when using Lua
|
||||
SWIGMZSCHEME Defined when using Mzscheme
|
||||
SWIGOCAML Defined when using OCaml
|
||||
|
|
@ -123,8 +130,11 @@ SWIGPERL Defined when using Perl
|
|||
SWIGPHP Defined when using PHP (any version)
|
||||
SWIGPHP7 Defined when using PHP7
|
||||
SWIGPYTHON Defined when using Python
|
||||
SWIGPYTHON_PY3 Defined when using Python with -py3
|
||||
SWIGPYTHON_BUILTIN Defined when using Python with -builtin
|
||||
SWIGR Defined when using R
|
||||
SWIGRUBY Defined when using Ruby
|
||||
SWIG_RUBY_AUTORENAME Defined when using Ruby with -autorename
|
||||
SWIGSCILAB Defined when using Scilab
|
||||
SWIGTCL Defined when using Tcl
|
||||
SWIGXML Defined when using XML
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue