0d6e96c74a
Tntnet is a web application server for web applications written in C++. You can write a Web-page with HTML and with special tags you embed C++-code into the page for active contents. These pages, called components are compiled into C++-classes with the ecpp-compilier "ecppc", then compiled into objectcode and linked into a shared library. This shared library is loaded by the webserver "tntnet" on request and executed. ok martynas@
5 lines
220 B
Plaintext
5 lines
220 B
Plaintext
@comment $OpenBSD: PFRAG.shared,v 1.1.1.1 2007/06/26 21:03:17 jasper Exp $
|
|
@lib lib/libtntnet.so.${LIBtntnet_VERSION}
|
|
@lib lib/libtntnet_cgi.so.${LIBtntnet_cgi_VERSION}
|
|
@lib lib/libtntnet_sdk.so.${LIBtntnet_sdk_VERSION}
|