From: <ric...@us...> - 2011-10-22 00:30:23
|
Revision: 1168 http://loki-lib.svn.sourceforge.net/loki-lib/?rev=1168&view=rev Author: rich_sposato Date: 2011-10-22 00:30:16 +0000 (Sat, 22 Oct 2011) Log Message: ----------- Uses common path to pthread library. Modified Paths: -------------- trunk/test/LevelMutex/LevelMutex.cbp Modified: trunk/test/LevelMutex/LevelMutex.cbp =================================================================== --- trunk/test/LevelMutex/LevelMutex.cbp 2011-10-22 00:29:15 UTC (rev 1167) +++ trunk/test/LevelMutex/LevelMutex.cbp 2011-10-22 00:30:16 UTC (rev 1168) @@ -11,14 +11,14 @@ <Option type="1" /> <Option compiler="gcc" /> <Compiler> + <Add option="-g" /> <Add option="-W" /> - <Add option="-g" /> <Add directory="../../include" /> <Add directory="../../include/loki" /> </Compiler> <Linker> <Add library="../../lib/GCC/Loki_D.a" /> - <Add library="../../../PThreads/lib/pthreadVC2.lib" /> + <Add library="/usr/lib/libpthread.so" /> </Linker> </Target> <Target title="Release_GCC"> @@ -36,7 +36,7 @@ </Compiler> <Linker> <Add library="../../lib/GCC/Loki.a" /> - <Add library="../../../PThreads/lib/pthreadVC2.lib" /> + <Add library="/usr/lib/libpthread.so" /> </Linker> </Target> <Target title="Debug_Cygwin"> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |