Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2006-02-19 15:10:08 -0800 (Sun, 19 Feb 2006)
Revision: 8737
Log message:

      A number of improvements in C++ support:
      
      - Use g++ instead of gcc (when present) as CXX.
      
      - Allow .cc and .c++ extensions in addition to .cpp
      
      - Added CXXProgram and CXXProgramInstall functions (regenerated some of the
        documentation as well).
      

Changes  Path
+220 -171 omake-branches/0.9.6.x/doc/html/omake-base.html
+464 -409 omake-branches/0.9.6.x/doc/html/omake-doc.html
+54 -48 omake-branches/0.9.6.x/doc/html/omake-root.html
+5 -0 omake-branches/0.9.6.x/doc/man/omake-doc.1
+5 -0 omake-branches/0.9.6.x/doc/man/omake-root.1
Binary omake-branches/0.9.6.x/doc/ps/omake-doc.dvi
Binary omake-branches/0.9.6.x/doc/ps/omake-doc.pdf
Binary omake-branches/0.9.6.x/doc/ps/omake-doc.ps
+39 -12 omake-branches/0.9.6.x/lib/build/C.om