Revision: 1156
http://loki-lib.svn.sourceforge.net/loki-lib/?rev=1156&view=rev
Author: rich_sposato
Date: 2011-10-17 20:24:40 +0000 (Mon, 17 Oct 2011)
Log Message:
-----------
Made Code::Blocks project file.
Added Paths:
-----------
trunk/test/SmallObj/SmallObjSingleton.cbp
Added: trunk/test/SmallObj/SmallObjSingleton.cbp
===================================================================
--- trunk/test/SmallObj/SmallObjSingleton.cbp (rev 0)
+++ trunk/test/SmallObj/SmallObjSingleton.cbp 2011-10-17 20:24:40 UTC (rev 1156)
@@ -0,0 +1,58 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
+<CodeBlocks_project_file>
+ <FileVersion major="1" minor="6" />
+ <Project>
+ <Option title="SmallObjSingleton" />
+ <Option pch_mode="2" />
+ <Option compiler="gcc" />
+ <Build>
+ <Target title="Debug">
+ <Option output="bin/Debug/SmallObjSingleton" prefix_auto="1" extension_auto="1" />
+ <Option object_output="obj/Debug/" />
+ <Option type="1" />
+ <Option compiler="gcc" />
+ <Compiler>
+ <Add option="-pedantic" />
+ <Add option="-std=c++0x" />
+ <Add option="-Wextra" />
+ <Add option="-Wall" />
+ <Add option="-g" />
+ <Add directory="../../include" />
+ </Compiler>
+ <Linker>
+ <Add library="../../lib/GCC/Loki_D.a" />
+ </Linker>
+ </Target>
+ <Target title="Release">
+ <Option output="bin/Release/SmallObjSingleton" prefix_auto="1" extension_auto="1" />
+ <Option object_output="obj/Release/" />
+ <Option type="1" />
+ <Option compiler="gcc" />
+ <Compiler>
+ <Add option="-O2" />
+ <Add option="-Weffc++" />
+ <Add option="-pedantic" />
+ <Add option="-std=c++0x" />
+ <Add option="-Wextra" />
+ <Add option="-Wall" />
+ <Add directory="../../include" />
+ </Compiler>
+ <Linker>
+ <Add option="-s" />
+ <Add library="../../lib/GCC/Loki.a" />
+ </Linker>
+ </Target>
+ </Build>
+ <Compiler>
+ <Add option="-Wall" />
+ <Add option="-fexceptions" />
+ </Compiler>
+ <Unit filename="SmallObjSingleton.cpp" />
+ <Extensions>
+ <envvars />
+ <code_completion />
+ <lib_finder disable_auto="1" />
+ <debugger />
+ </Extensions>
+ </Project>
+</CodeBlocks_project_file>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|