geometry.index example: fixed compile errors in MinGW - added threading=multi in Jamfile for tests using Boost.Chrono timers.

[SVN r84668]
This commit is contained in:
Adam Wulkiewicz 2013-06-07 01:35:02 +00:00
parent 43c3838e10
commit 96f7ab8531

View File

@ -44,11 +44,11 @@ if $(GLUT_ROOT)
} }
exe random_test : random_test.cpp ; exe random_test : random_test.cpp ;
link benchmark.cpp /boost//chrono ; link benchmark.cpp /boost//chrono : <threading>multi ;
link benchmark2.cpp /boost//chrono ; link benchmark2.cpp /boost//chrono : <threading>multi ;
link benchmark3.cpp /boost//chrono ; link benchmark3.cpp /boost//chrono : <threading>multi ;
link benchmark_experimental.cpp /boost//chrono ; link benchmark_experimental.cpp /boost//chrono : <threading>multi ;
if $(GLUT_ROOT) if $(GLUT_ROOT)
{ {
link glut_vis.cpp glut ; link glut_vis.cpp glut ;
} }