summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlly Betts <olly@survex.com>2012-04-08 12:13:58 +0000
committerOlly Betts <olly@survex.com>2012-04-08 12:13:58 +0000
commitc0254c6331ac9bbf6cf709bc868ea8fe2d0cf8c7 (patch)
treedd8363f8ec4792cd72d358da3d14b6f6a4c274bc
parente3eb54594ef57f15edce268f5d27d673db6861a9 (diff)
downloadswig-c0254c6331ac9bbf6cf709bc868ea8fe2d0cf8c7.tar.gz
Drop warning the SWIG-generated wrappers for Lua have only been tested using
mingw, as this is definitely no longer true. git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12969 626c5289-ae23-0410-ae9c-e8d60b6d4f22
-rw-r--r--Doc/Manual/Lua.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/Manual/Lua.html b/Doc/Manual/Lua.html
index 5000445d3..0fbb753cd 100644
--- a/Doc/Manual/Lua.html
+++ b/Doc/Manual/Lua.html
@@ -77,7 +77,7 @@ eLua stands for Embedded Lua (can be thought of as a flavor of Lua) and offers t
<p>
-The current SWIG implementation is designed to work with Lua 5.0.x and Lua 5.1.x. It should work with later versions of Lua, but certainly not with Lua 4.0 due to substantial API changes. ((Currently SWIG generated code has only been tested on Windows with MingW, though given the nature of Lua, is should not have problems on other OS's)). It is possible to either static link or dynamic link a Lua module into the interpreter (normally Lua static links its libraries, as dynamic linking is not available on all platforms). SWIG also supports eLua and works with eLua 0.8. SWIG generated code for eLua has been tested on Stellaris ARM Cortex-M3 LM3S and Infineon TriCore.
+The current SWIG implementation is designed to work with Lua 5.0.x and Lua 5.1.x. It should work with later versions of Lua, but certainly not with Lua 4.0 due to substantial API changes. It is possible to either static link or dynamic link a Lua module into the interpreter (normally Lua static links its libraries, as dynamic linking is not available on all platforms). SWIG also supports eLua and works with eLua 0.8. SWIG generated code for eLua has been tested on Stellaris ARM Cortex-M3 LM3S and Infineon TriCore.
</p>
<H2><a name="Lua_nn3"></a>26.2 Running SWIG</H2>