aboutsummaryrefslogtreecommitdiff
path: root/lang/Makefile
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2004-11-21 08:32:23 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2004-11-21 08:32:23 +0000
commitba0c53550f862ff7a69cbeb07c172123177dac16 (patch)
tree2da1bf28f0f4ea089a0ae22ccc6ce76e9b74a703 /lang/Makefile
parent190ea87a7ef96d9fa104f482e77bf09cc4f590b6 (diff)
downloadports-ba0c53550f862ff7a69cbeb07c172123177dac16.tar.gz
ports-ba0c53550f862ff7a69cbeb07c172123177dac16.zip
toLua is a tool that greatly simplifies the integration of C/C++
code with Lua. Based on a "cleaned" header file, toLua automatically generates the binding code to access C/C++ features from Lua. Using Lua-5.0 API and tag method facilities, the current version automatically maps C/C++ constants, external variables, functions, namespace, classes, and methods WWW: http://www.tecgraf.puc-rio.br/~celes/tolua/
Notes
Notes: svn path=/head/; revision=122062
Diffstat (limited to 'lang/Makefile')
-rw-r--r--lang/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/Makefile b/lang/Makefile
index 4e748d8d39fe..757387cb35f5 100644
--- a/lang/Makefile
+++ b/lang/Makefile
@@ -275,6 +275,7 @@
SUBDIR += tcltutor
SUBDIR += tensile
SUBDIR += tinycobol
+ SUBDIR += tolua
SUBDIR += treecc
SUBDIR += tuareg-mode.el
SUBDIR += visualworks