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 Thu Oct 30 2014 14:31:44 for CppCMS by
1.8.6