@@ -110,11 +110,18 @@ <H2><a name="Preprocessor_condition_compilation">10.3 Conditional Compilation</a
110
110
such as 0x010311 (corresponding to SWIG-1.3.11).
111
111
112
112
SWIGCSHARP Defined when using C#
113
+ SWIGD Defined when using D
114
+ SWIG_D_VERSION Unsigned integer target version when using D
115
+ SWIGGO Defined when using Go
116
+ SWIGGO_CGO Defined when using Go for cgo
117
+ SWIGGO_GCCGO Defined when using Go for gccgo
118
+ SWIGGO_INTGO_SIZE Size of the Go type int when using Go (32 or 64)
113
119
SWIGGUILE Defined when using Guile
114
120
SWIGJAVA Defined when using Java
115
121
SWIGJAVASCRIPT Defined when using Javascript
116
122
SWIG_JAVASCRIPT_JSC Defined when using Javascript for JavascriptCore
117
- SWIG_JAVASCRIPT_V8 Defined when using Javascript for v8 or node.js
123
+ SWIG_JAVASCRIPT_V8 Defined when using Javascript for v8 or node.js
124
+ BUILDING_NODE_EXTENSION Defined when using Javascript for node.js
118
125
SWIGLUA Defined when using Lua
119
126
SWIGMZSCHEME Defined when using Mzscheme
120
127
SWIGOCAML Defined when using OCaml
@@ -123,8 +130,11 @@ <H2><a name="Preprocessor_condition_compilation">10.3 Conditional Compilation</a
123
130
SWIGPHP Defined when using PHP (any version)
124
131
SWIGPHP7 Defined when using PHP7
125
132
SWIGPYTHON Defined when using Python
133
+ SWIGPYTHON_PY3 Defined when using Python with -py3
134
+ SWIGPYTHON_BUILTIN Defined when using Python with -builtin
126
135
SWIGR Defined when using R
127
136
SWIGRUBY Defined when using Ruby
137
+ SWIG_RUBY_AUTORENAME Defined when using Ruby with -autorename
128
138
SWIGSCILAB Defined when using Scilab
129
139
SWIGTCL Defined when using Tcl
130
140
SWIGXML Defined when using XML
0 commit comments