Added new configurations to differentiate between cygwin-gcc and gnu-gcc.
git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@1032 7ec92016-0320-0410-acc4-a06ded1c099a
This commit is contained in:
parent
37a4de176f
commit
b465c6ad49
3 changed files with 106 additions and 20 deletions
40
Loki.cbp
40
Loki.cbp
|
@ -5,10 +5,38 @@
|
||||||
<Option title="Loki" />
|
<Option title="Loki" />
|
||||||
<Option compiler="cygwin" />
|
<Option compiler="cygwin" />
|
||||||
<Build>
|
<Build>
|
||||||
<Target title="Debug">
|
<Target title="Debug_GCC">
|
||||||
<Option output=".\lib\Loki_D" prefix_auto="0" extension_auto="1" />
|
<Option output=".\lib\GCC\Loki_D" prefix_auto="0" extension_auto="1" />
|
||||||
<Option working_dir="" />
|
<Option working_dir="" />
|
||||||
<Option object_output="obj\Debug\" />
|
<Option object_output="obj\Debug_GCC\" />
|
||||||
|
<Option type="2" />
|
||||||
|
<Option compiler="gcc" />
|
||||||
|
<Option createDefFile="1" />
|
||||||
|
<Compiler>
|
||||||
|
<Add option="-W" />
|
||||||
|
<Add option="-g" />
|
||||||
|
<Add directory="." />
|
||||||
|
<Add directory=".\include" />
|
||||||
|
<Add directory=".\include\loki" />
|
||||||
|
</Compiler>
|
||||||
|
</Target>
|
||||||
|
<Target title="Release_GCC">
|
||||||
|
<Option output=".\lib\GCC\Loki" prefix_auto="0" extension_auto="1" />
|
||||||
|
<Option working_dir="" />
|
||||||
|
<Option object_output="obj\Release_GCC\" />
|
||||||
|
<Option type="2" />
|
||||||
|
<Option compiler="gcc" />
|
||||||
|
<Option createDefFile="1" />
|
||||||
|
<Compiler>
|
||||||
|
<Add option="-W" />
|
||||||
|
<Add directory=".\include\loki" />
|
||||||
|
<Add directory=".\include" />
|
||||||
|
</Compiler>
|
||||||
|
</Target>
|
||||||
|
<Target title="Debug_Cygwin">
|
||||||
|
<Option output=".\lib\Cygwin\Loki_D.a" prefix_auto="0" extension_auto="0" />
|
||||||
|
<Option working_dir="" />
|
||||||
|
<Option object_output="obj\Debug_Cygwin\" />
|
||||||
<Option type="2" />
|
<Option type="2" />
|
||||||
<Option compiler="cygwin" />
|
<Option compiler="cygwin" />
|
||||||
<Option createDefFile="1" />
|
<Option createDefFile="1" />
|
||||||
|
@ -20,10 +48,10 @@
|
||||||
<Add directory=".\include\loki" />
|
<Add directory=".\include\loki" />
|
||||||
</Compiler>
|
</Compiler>
|
||||||
</Target>
|
</Target>
|
||||||
<Target title="Release">
|
<Target title="Release_Cygwin">
|
||||||
<Option output=".\lib\Loki" prefix_auto="0" extension_auto="1" />
|
<Option output=".\lib\Cygwin\Loki.a" prefix_auto="0" extension_auto="0" />
|
||||||
<Option working_dir="" />
|
<Option working_dir="" />
|
||||||
<Option object_output="obj\Release\" />
|
<Option object_output="obj\Release_Cygwin\" />
|
||||||
<Option type="2" />
|
<Option type="2" />
|
||||||
<Option compiler="cygwin" />
|
<Option compiler="cygwin" />
|
||||||
<Option createDefFile="1" />
|
<Option createDefFile="1" />
|
||||||
|
|
|
@ -5,9 +5,41 @@
|
||||||
<Option title="Longevity" />
|
<Option title="Longevity" />
|
||||||
<Option compiler="cygwin" />
|
<Option compiler="cygwin" />
|
||||||
<Build>
|
<Build>
|
||||||
<Target title="Debug">
|
<Target title="Debug_GCC">
|
||||||
<Option output="obj\Debug\Longevity" prefix_auto="1" extension_auto="1" />
|
<Option output="obj\Debug_GCC\Longevity" prefix_auto="1" extension_auto="1" />
|
||||||
<Option object_output="obj\Debug\" />
|
<Option object_output="obj\Debug_GCC\" />
|
||||||
|
<Option type="1" />
|
||||||
|
<Option compiler="gcc" />
|
||||||
|
<Compiler>
|
||||||
|
<Add option="-W" />
|
||||||
|
<Add option="-g" />
|
||||||
|
<Add directory="..\..\include\loki" />
|
||||||
|
<Add directory="..\..\include" />
|
||||||
|
</Compiler>
|
||||||
|
<Linker>
|
||||||
|
<Add library="..\..\lib\GCC\Loki_D.a" />
|
||||||
|
</Linker>
|
||||||
|
</Target>
|
||||||
|
<Target title="Release_GCC">
|
||||||
|
<Option output="obj\Release_GCC\Longevity" prefix_auto="1" extension_auto="1" />
|
||||||
|
<Option object_output="obj\Release_GCC\" />
|
||||||
|
<Option type="1" />
|
||||||
|
<Option compiler="gcc" />
|
||||||
|
<Compiler>
|
||||||
|
<Add option="-fexpensive-optimizations" />
|
||||||
|
<Add option="-Os" />
|
||||||
|
<Add option="-O3" />
|
||||||
|
<Add option="-W" />
|
||||||
|
<Add directory="..\..\include\loki" />
|
||||||
|
<Add directory="..\..\include" />
|
||||||
|
</Compiler>
|
||||||
|
<Linker>
|
||||||
|
<Add library="..\..\lib\GCC\Loki.a" />
|
||||||
|
</Linker>
|
||||||
|
</Target>
|
||||||
|
<Target title="Debug_Cygwin">
|
||||||
|
<Option output="obj\Debug_Cygwin\Longevity" prefix_auto="1" extension_auto="1" />
|
||||||
|
<Option object_output="obj\Debug_Cygwin\" />
|
||||||
<Option type="1" />
|
<Option type="1" />
|
||||||
<Option compiler="cygwin" />
|
<Option compiler="cygwin" />
|
||||||
<Compiler>
|
<Compiler>
|
||||||
|
@ -17,12 +49,12 @@
|
||||||
<Add directory="..\..\include" />
|
<Add directory="..\..\include" />
|
||||||
</Compiler>
|
</Compiler>
|
||||||
<Linker>
|
<Linker>
|
||||||
<Add library="..\..\lib\Loki_D.a" />
|
<Add library="..\..\lib\Cygwin\Loki_D.a" />
|
||||||
</Linker>
|
</Linker>
|
||||||
</Target>
|
</Target>
|
||||||
<Target title="Release">
|
<Target title="Release_Cygwin">
|
||||||
<Option output="obj\Release\Longevity" prefix_auto="1" extension_auto="1" />
|
<Option output="obj\Release_Cygwin\Longevity" prefix_auto="1" extension_auto="1" />
|
||||||
<Option object_output="obj\Release\" />
|
<Option object_output="obj\Release_Cygwin\" />
|
||||||
<Option type="1" />
|
<Option type="1" />
|
||||||
<Option compiler="cygwin" />
|
<Option compiler="cygwin" />
|
||||||
<Compiler>
|
<Compiler>
|
||||||
|
@ -34,7 +66,7 @@
|
||||||
<Add directory="..\..\include" />
|
<Add directory="..\..\include" />
|
||||||
</Compiler>
|
</Compiler>
|
||||||
<Linker>
|
<Linker>
|
||||||
<Add library="..\..\lib\Loki.a" />
|
<Add library="..\..\lib\Cygwin\Loki.a" />
|
||||||
</Linker>
|
</Linker>
|
||||||
</Target>
|
</Target>
|
||||||
</Build>
|
</Build>
|
||||||
|
|
|
@ -5,9 +5,35 @@
|
||||||
<Option title="RegressionTest" />
|
<Option title="RegressionTest" />
|
||||||
<Option compiler="cygwin" />
|
<Option compiler="cygwin" />
|
||||||
<Build>
|
<Build>
|
||||||
<Target title="Debug">
|
<Target title="Debug_GCC">
|
||||||
<Option output="bin\Debug\RegressionTest" prefix_auto="1" extension_auto="1" />
|
<Option output="bin\Debug_GCC\RegressionTest" prefix_auto="1" extension_auto="1" />
|
||||||
<Option object_output="obj\Debug\" />
|
<Option object_output="obj\Debug_GCC\" />
|
||||||
|
<Option type="1" />
|
||||||
|
<Option compiler="gcc" />
|
||||||
|
<Compiler>
|
||||||
|
<Add option="-W" />
|
||||||
|
<Add option="-g" />
|
||||||
|
<Add directory="..\..\include\loki" />
|
||||||
|
<Add directory="..\..\include" />
|
||||||
|
</Compiler>
|
||||||
|
</Target>
|
||||||
|
<Target title="Release_GCC">
|
||||||
|
<Option output="bin\Release_GCC\RegressionTest" prefix_auto="1" extension_auto="1" />
|
||||||
|
<Option object_output="obj\Release_GCC\" />
|
||||||
|
<Option type="1" />
|
||||||
|
<Option compiler="gcc" />
|
||||||
|
<Compiler>
|
||||||
|
<Add option="-fexpensive-optimizations" />
|
||||||
|
<Add option="-Os" />
|
||||||
|
<Add option="-O3" />
|
||||||
|
<Add option="-W" />
|
||||||
|
<Add directory="..\..\include\loki" />
|
||||||
|
<Add directory="..\..\include" />
|
||||||
|
</Compiler>
|
||||||
|
</Target>
|
||||||
|
<Target title="Debug_Cygwin">
|
||||||
|
<Option output="bin\Debug_Cygwin\RegressionTest" prefix_auto="1" extension_auto="1" />
|
||||||
|
<Option object_output="obj\Debug_Cygwin\" />
|
||||||
<Option type="1" />
|
<Option type="1" />
|
||||||
<Option compiler="cygwin" />
|
<Option compiler="cygwin" />
|
||||||
<Compiler>
|
<Compiler>
|
||||||
|
@ -17,9 +43,9 @@
|
||||||
<Add directory="..\..\include" />
|
<Add directory="..\..\include" />
|
||||||
</Compiler>
|
</Compiler>
|
||||||
</Target>
|
</Target>
|
||||||
<Target title="Release">
|
<Target title="Release_Cygwin">
|
||||||
<Option output="bin\Release\RegressionTest" prefix_auto="1" extension_auto="1" />
|
<Option output="bin\Release_Cygwin\RegressionTest" prefix_auto="1" extension_auto="1" />
|
||||||
<Option object_output="obj\Release\" />
|
<Option object_output="obj\Release_Cygwin\" />
|
||||||
<Option type="1" />
|
<Option type="1" />
|
||||||
<Option compiler="cygwin" />
|
<Option compiler="cygwin" />
|
||||||
<Compiler>
|
<Compiler>
|
||||||
|
|
Loading…
Reference in a new issue