CppCMS
Main Page
Related Pages
Modules
Namespaces
Classes
Files
CppCMS - C++ Web Development Framework
Examples
Using nice URLs and a mapping between modules and URLs
url_mapping/Makefile Makefile
LIBS=-lcppcms -lbooster
all: clean hello
hello: hello.cpp
$(CXX) $(CXXFLAGS) -Wall hello.cpp -o hello $(LIBS)
clean:
rm -fr hello *.exe *.so cppcms_rundir
Generated on Tue Jul 11 2017 23:25:56 for CppCMS by
1.8.11