summaryrefslogtreecommitdiffstats
path: root/lang/Makefile
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2004-11-21 09:32:07 +0000
committeredwin <edwin@FreeBSD.org>2004-11-21 09:32:07 +0000
commit95fe79a1ef9cd4d8244a2ea42dcb6bd48c03fce6 (patch)
tree9b909f19539fd73f6212871867d9ff62206f9379 /lang/Makefile
parentfbe46528f227f4b3a2050d9d422daa4a6b6fcf60 (diff)
downloadFreeBSD-ports-95fe79a1ef9cd4d8244a2ea42dcb6bd48c03fce6.zip
FreeBSD-ports-95fe79a1ef9cd4d8244a2ea42dcb6bd48c03fce6.tar.gz
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 to Lua. It also provides facilities to create Lua modules. WWW: http://www.tecgraf.puc-rio.br/~celes/tolua/ Author: Waldemar Celes <celes@tecgraf.puc-rio.br>
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 757387c..da89275 100644
--- a/lang/Makefile
+++ b/lang/Makefile
@@ -276,6 +276,7 @@
SUBDIR += tensile
SUBDIR += tinycobol
SUBDIR += tolua
+ SUBDIR += tolua4
SUBDIR += treecc
SUBDIR += tuareg-mode.el
SUBDIR += visualworks
OpenPOWER on IntegriCloud