|
From: <sg...@us...> - 2007-10-21 01:22:01
|
Revision: 104
http://toc.svn.sourceforge.net/toc/?rev=104&view=rev
Author: sgbeal
Date: 2007-10-20 18:22:05 -0700 (Sat, 20 Oct 2007)
Log Message:
-----------
added cxx as alias for cpp
Modified Paths:
--------------
trunk/toc2/make/toc2-c.make
Modified: trunk/toc2/make/toc2-c.make
===================================================================
--- trunk/toc2/make/toc2-c.make 2007-10-21 01:13:14 UTC (rev 103)
+++ trunk/toc2/make/toc2-c.make 2007-10-21 01:22:05 UTC (rev 104)
@@ -78,6 +78,9 @@
# Uses toc2.call.compile-o-c++ to compile $@ from $<.
%.o: %.cpp $(toc2.bins.mkdep) $(toc2.makefile.c)
@$(call toc2.call.compile-o-c++,$@,$<)
+%.o: %.cxx $(toc2.bins.mkdep) $(toc2.makefile.c)
+ @$(call toc2.call.compile-o-c++,$@,$<)
+
########################################################################
# Uses toc2.call.compile-o-c++ to compile $@ from $<.
%.o: %.c++ $(toc2.bins.mkdep) $(toc2.makefile.c)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|