Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r84664 - trunk/libs/geometry/index/example
From: adam.wulkiewicz_at_[hidden]
Date: 2013-06-06 19:33:24


Author: awulkiew
Date: 2013-06-06 19:33:23 EDT (Thu, 06 Jun 2013)
New Revision: 84664
URL: http://svn.boost.org/trac/boost/changeset/84664

Log:
geometry.index example: Changed rules from exe to link of some examples because of infinite loops.

Text files modified:
   trunk/libs/geometry/index/example/Jamfile.v2 | 10 +++++-----
   1 files changed, 5 insertions(+), 5 deletions(-)

Modified: trunk/libs/geometry/index/example/Jamfile.v2
==============================================================================
--- trunk/libs/geometry/index/example/Jamfile.v2 Thu Jun 6 19:06:55 2013 (r84663)
+++ trunk/libs/geometry/index/example/Jamfile.v2 2013-06-06 19:33:23 EDT (Thu, 06 Jun 2013) (r84664)
@@ -44,11 +44,11 @@
 }
 
 exe random_test : random_test.cpp ;
-exe benchmark : benchmark.cpp /boost//chrono ;
-exe benchmark2 : benchmark2.cpp /boost//chrono ;
-exe benchmark3 : benchmark3.cpp /boost//chrono ;
-exe benchmark_experimental : benchmark_experimental.cpp /boost//chrono ;
+link benchmark.cpp /boost//chrono ;
+link benchmark2.cpp /boost//chrono ;
+link benchmark3.cpp /boost//chrono ;
+link benchmark_experimental.cpp /boost//chrono ;
 if $(GLUT_ROOT)
 {
- exe glut_vis : glut_vis.cpp glut ;
+ link glut_vis.cpp glut ;
 }
\ No newline at end of file


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk