#Modify the standard Configure as follows:
# near the ".c.o" rule add:
.cc.o
$(CXX) -c $(INCLUDES) $(CXXFLAGS) $<
| # | Change | User | Description | Committed | |
|---|---|---|---|---|---|
| #1 | 347 | paul_goffin |
Improved building of the webkeeper module. Unpack the apache source; put the libs from the Perforce apr tarball into src/Perforce; put the headers from the tarball into src/include. Put the module sources from here into src/modules/perforce. Follow the readme's about Configuration.tmpl & Configure then run "configure" from the apache root. Then follow the readme about the Makefile. Then make. |