From 4ca62e90763f54ae048aeb7db6b82b22dadb6709 Mon Sep 17 00:00:00 2001 From: Juergen Lock Date: Sat, 26 Mar 2011 19:12:11 +0000 Subject: Tntnet is a modular, multithreaded, high performance webapplicationserver for C++. To create webapplications Tntnet has a template-language called ecpp similar to php, jsp or mason, where you can embed c++-code inside a html-page to generate active content. The ecpp-files are precompiled to c++-classes called components and compiled and linked into a shared library. This process is done at compiletime. WWW: http://www.tntnet.org/index.html --- www/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'www/Makefile') diff --git a/www/Makefile b/www/Makefile index 2b332cf6d8a9..e4855e24b55c 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1735,6 +1735,7 @@ SUBDIR += tinymce3 SUBDIR += tinyproxy SUBDIR += tinytinyhttpd + SUBDIR += tntnet SUBDIR += tokyopromenade SUBDIR += tomcat-native SUBDIR += tomcat41 -- cgit v1.2.3