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 Sun Dec 3 2017 22:47:16 for CppCMS by
1.8.11