[complement-svn] SF.net SVN: complement: [1471] trunk/complement/explore/Makefiles/ut/app2
Status: Pre-Alpha
Brought to you by:
complement
From: <com...@us...> - 2007-01-23 19:00:48
|
Revision: 1471 http://svn.sourceforge.net/complement/?rev=1471&view=rev Author: complement Date: 2007-01-23 11:00:47 -0800 (Tue, 23 Jan 2007) Log Message: ----------- try to catch bug (?) in make 3.80; no success Modified Paths: -------------- trunk/complement/explore/Makefiles/ut/app2/Makefile.inc Added Paths: ----------- trunk/complement/explore/Makefiles/ut/app2/test31.cc Modified: trunk/complement/explore/Makefiles/ut/app2/Makefile.inc =================================================================== --- trunk/complement/explore/Makefiles/ut/app2/Makefile.inc 2007-01-23 18:58:29 UTC (rev 1470) +++ trunk/complement/explore/Makefiles/ut/app2/Makefile.inc 2007-01-23 19:00:47 UTC (rev 1471) @@ -5,4 +5,4 @@ #SRC_C = test.c SRC_CC = test.cc test2_SRC_CC = test2.cc -test3_SRC_CC = test3.cc +test3_SRC_CC = test3.cc test31.cc Added: trunk/complement/explore/Makefiles/ut/app2/test31.cc =================================================================== --- trunk/complement/explore/Makefiles/ut/app2/test31.cc (rev 0) +++ trunk/complement/explore/Makefiles/ut/app2/test31.cc 2007-01-23 19:00:47 UTC (rev 1471) @@ -0,0 +1,4 @@ +int f() +{ + return 3; +} This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |