From 96372922027c7ec59a190c76707ea2a96adf7ac3 Mon Sep 17 00:00:00 2001 From: pgummer Date: Mon, 14 Feb 2011 22:20:56 +0000 Subject: [PATCH] Flag the page as needing review. Author:Peter Gummer Date:2011-02-14T22:20:56.000000Z git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@763 abb3cda0-5349-4a8f-a601-0c33ac3a8c38 --- .../compilation-multithreaded-systems.wiki | 3 +++ 1 file changed, 3 insertions(+) diff --git a/documentation/current/solutions/concurrent-computing/eiffelthread/eiffelthread-tutorial/compilation-multithreaded-systems.wiki b/documentation/current/solutions/concurrent-computing/eiffelthread/eiffelthread-tutorial/compilation-multithreaded-systems.wiki index 656d66fc..7c990401 100644 --- a/documentation/current/solutions/concurrent-computing/eiffelthread/eiffelthread-tutorial/compilation-multithreaded-systems.wiki +++ b/documentation/current/solutions/concurrent-computing/eiffelthread/eiffelthread-tutorial/compilation-multithreaded-systems.wiki @@ -1,6 +1,9 @@ [[Property:title|Compilation of multithreaded systems]] [[Property:weight|3]] [[Property:uuid|24e474b5-3cb7-16ff-365f-73be8e73bd56]] +{{ReviewRequested}} + + ==Settings== * Set the Concurrency option to EiffelThread in the project settings under Advanced. * Do not use a non-multi-threaded precompiled library. The corresponding multi-threaded libraries of base, WEL and Vision2 should be located in $ISE_EIFFEL/precomp/spec/$PLATFORM/ with the mt prefix.