Fixed object files path in Visual C++ projects
Added CSFML batch-build for all Windows compilers git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1377 4e206d99-4929-0410-ac5d-dfc041789085
This commit is contained in:
parent
f044d80f09
commit
ec524788c9
71 changed files with 309 additions and 244 deletions
|
@ -8,7 +8,7 @@
|
|||
<Build>
|
||||
<Target title="Debug DLL_Win32">
|
||||
<Option output="..\..\lib\mingw\sfml-audio-d" prefix_auto="1" extension_auto="1" />
|
||||
<Option object_output="..\..\Temp\sfml-audio\Debug DLL_Win32" />
|
||||
<Option object_output="..\..\Temp\codeblocks\sfml-audio\Debug DLL_Win32" />
|
||||
<Option external_deps="..\..\lib\mingw\libsfml-system-d.a;" />
|
||||
<Option type="3" />
|
||||
<Option compiler="gcc" />
|
||||
|
@ -36,7 +36,7 @@
|
|||
</Target>
|
||||
<Target title="Release DLL_Win32">
|
||||
<Option output="..\..\lib\mingw\sfml-audio" prefix_auto="1" extension_auto="1" />
|
||||
<Option object_output="..\..\Temp\sfml-audio\Release DLL_Win32" />
|
||||
<Option object_output="..\..\Temp\codeblocks\sfml-audio\Release DLL_Win32" />
|
||||
<Option external_deps="..\..\lib\mingw\libsfml-system.a;" />
|
||||
<Option type="3" />
|
||||
<Option compiler="gcc" />
|
||||
|
@ -64,7 +64,7 @@
|
|||
<Target title="Debug static_Win32">
|
||||
<Option output="..\..\lib\mingw\libsfml-audio-s-d" prefix_auto="1" extension_auto="1" />
|
||||
<Option working_dir="" />
|
||||
<Option object_output="..\..\Temp\sfml-audio\Debug static_Win32" />
|
||||
<Option object_output="..\..\Temp\codeblocks\sfml-audio\Debug static_Win32" />
|
||||
<Option external_deps="..\..\lib\mingw\libsfml-system-s-d.a;" />
|
||||
<Option type="2" />
|
||||
<Option compiler="gcc" />
|
||||
|
@ -86,7 +86,7 @@
|
|||
<Target title="Release static_Win32">
|
||||
<Option output="..\..\lib\mingw\libsfml-audio-s" prefix_auto="1" extension_auto="1" />
|
||||
<Option working_dir="" />
|
||||
<Option object_output="..\..\Temp\sfml-audio\Release static_Win32" />
|
||||
<Option object_output="..\..\Temp\codeblocks\sfml-audio\Release static_Win32" />
|
||||
<Option external_deps="..\..\lib\mingw\libsfml-system-s.a;" />
|
||||
<Option type="2" />
|
||||
<Option compiler="gcc" />
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
<Build>
|
||||
<Target title="Debug DLL_Win32">
|
||||
<Option output="..\..\lib\mingw\sfml-graphics-d" prefix_auto="1" extension_auto="1" />
|
||||
<Option object_output="..\..\Temp\sfml-graphics\Debug DLL_Win32" />
|
||||
<Option object_output="..\..\Temp\codeblocks\sfml-graphics\Debug DLL_Win32" />
|
||||
<Option type="3" />
|
||||
<Option compiler="gcc" />
|
||||
<Option createStaticLib="1" />
|
||||
|
@ -37,7 +37,7 @@
|
|||
</Target>
|
||||
<Target title="Release DLL_Win32">
|
||||
<Option output="..\..\lib\mingw\sfml-graphics" prefix_auto="1" extension_auto="1" />
|
||||
<Option object_output="..\..\Temp\sfml-graphics\Release DLL_Win32" />
|
||||
<Option object_output="..\..\Temp\codeblocks\sfml-graphics\Release DLL_Win32" />
|
||||
<Option external_deps="..\..\lib\mingw\libsfml-window.a;..\lib\mingw\libsfml-system.a;" />
|
||||
<Option type="3" />
|
||||
<Option compiler="gcc" />
|
||||
|
@ -68,7 +68,7 @@
|
|||
<Target title="Debug static_Win32">
|
||||
<Option output="..\..\lib\mingw\libsfml-graphics-s-d" prefix_auto="1" extension_auto="1" />
|
||||
<Option working_dir="" />
|
||||
<Option object_output="..\..\Temp\sfml-graphics\Debug static_Win32" />
|
||||
<Option object_output="..\..\Temp\codeblocks\sfml-graphics\Debug static_Win32" />
|
||||
<Option external_deps="..\..\lib\mingw\libsfml-window-s-d.a;..\lib\mingw\libsfml-system-s-d.a;" />
|
||||
<Option type="2" />
|
||||
<Option compiler="gcc" />
|
||||
|
@ -91,7 +91,7 @@
|
|||
<Target title="Release static_Win32">
|
||||
<Option output="..\..\lib\mingw\libsfml-graphics-s" prefix_auto="1" extension_auto="1" />
|
||||
<Option working_dir="" />
|
||||
<Option object_output="..\..\Temp\sfml-graphics\Release static_Win32" />
|
||||
<Option object_output="..\..\Temp\codeblocks\sfml-graphics\Release static_Win32" />
|
||||
<Option external_deps="..\..\lib\mingw\libsfml-window-s.a;..\lib\mingw\libsfml-system-s.a;" />
|
||||
<Option type="2" />
|
||||
<Option compiler="gcc" />
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
<Target title="Debug_Win32">
|
||||
<Option output="..\..\lib\mingw\libsfml-main-d" prefix_auto="1" extension_auto="1" />
|
||||
<Option working_dir="" />
|
||||
<Option object_output="..\..\Temp\sfml-main\Debug_Win32" />
|
||||
<Option object_output="..\..\Temp\codeblocks\sfml-main\Debug_Win32" />
|
||||
<Option type="2" />
|
||||
<Option compiler="gcc" />
|
||||
<Option createDefFile="1" />
|
||||
|
@ -25,7 +25,7 @@
|
|||
<Target title="Release_Win32">
|
||||
<Option output="..\..\lib\mingw\libsfml-main" prefix_auto="1" extension_auto="1" />
|
||||
<Option working_dir="" />
|
||||
<Option object_output="..\..\Temp\sfml-main\Release_Win32" />
|
||||
<Option object_output="..\..\Temp\codeblocks\sfml-main\Release_Win32" />
|
||||
<Option type="2" />
|
||||
<Option compiler="gcc" />
|
||||
<Option createDefFile="1" />
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
<Build>
|
||||
<Target title="Debug DLL_Win32">
|
||||
<Option output="..\..\lib\mingw\sfml-network-d" prefix_auto="1" extension_auto="1" />
|
||||
<Option object_output="..\..\Temp\sfml-network\Debug DLL_Win32" />
|
||||
<Option object_output="..\..\Temp\codeblocks\sfml-network\Debug DLL_Win32" />
|
||||
<Option type="3" />
|
||||
<Option compiler="gcc" />
|
||||
<Option createStaticLib="1" />
|
||||
|
@ -34,7 +34,7 @@
|
|||
</Target>
|
||||
<Target title="Release DLL_Win32">
|
||||
<Option output="..\..\lib\mingw\sfml-network" prefix_auto="1" extension_auto="1" />
|
||||
<Option object_output="..\..\Temp\sfml-network\Release DLL_Win32" />
|
||||
<Option object_output="..\..\Temp\codeblocks\sfml-network\Release DLL_Win32" />
|
||||
<Option type="3" />
|
||||
<Option compiler="gcc" />
|
||||
<Option createStaticLib="1" />
|
||||
|
@ -60,7 +60,7 @@
|
|||
<Target title="Debug static_Win32">
|
||||
<Option output="..\..\lib\mingw\libsfml-network-s-d" prefix_auto="1" extension_auto="1" />
|
||||
<Option working_dir="" />
|
||||
<Option object_output="..\..\Temp\sfml-network\Debug static_Win32" />
|
||||
<Option object_output="..\..\Temp\codeblocks\sfml-network\Debug static_Win32" />
|
||||
<Option type="2" />
|
||||
<Option compiler="gcc" />
|
||||
<Option createDefFile="1" />
|
||||
|
@ -84,7 +84,7 @@
|
|||
<Target title="Release static_Win32">
|
||||
<Option output="..\..\lib\mingw\libsfml-network-s" prefix_auto="1" extension_auto="1" />
|
||||
<Option working_dir="" />
|
||||
<Option object_output="..\..\Temp\sfml-network\Release static_Win32" />
|
||||
<Option object_output="..\..\Temp\codeblocks\sfml-network\Release static_Win32" />
|
||||
<Option type="2" />
|
||||
<Option compiler="gcc" />
|
||||
<Option createDefFile="1" />
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
<Build>
|
||||
<Target title="Debug DLL_Win32">
|
||||
<Option output="..\..\lib\mingw\sfml-system-d" prefix_auto="1" extension_auto="1" />
|
||||
<Option object_output="..\..\Temp\sfml-system\Debug DLL_Win32" />
|
||||
<Option object_output="..\..\Temp\codeblocks\sfml-system\Debug DLL_Win32" />
|
||||
<Option type="3" />
|
||||
<Option compiler="gcc" />
|
||||
<Option createStaticLib="1" />
|
||||
|
@ -28,7 +28,7 @@
|
|||
</Target>
|
||||
<Target title="Release DLL_Win32">
|
||||
<Option output="..\..\lib\mingw\sfml-system" prefix_auto="1" extension_auto="1" />
|
||||
<Option object_output="..\..\Temp\sfml-system\Release DLL_Win32" />
|
||||
<Option object_output="..\..\Temp\codeblocks\sfml-system\Release DLL_Win32" />
|
||||
<Option type="3" />
|
||||
<Option compiler="gcc" />
|
||||
<Option createStaticLib="1" />
|
||||
|
@ -48,7 +48,7 @@
|
|||
<Target title="Debug static_Win32">
|
||||
<Option output="..\..\lib\mingw\libsfml-system-s-d" prefix_auto="1" extension_auto="1" />
|
||||
<Option working_dir="" />
|
||||
<Option object_output="..\..\Temp\sfml-system\Debug static_Win32" />
|
||||
<Option object_output="..\..\Temp\codeblocks\sfml-system\Debug static_Win32" />
|
||||
<Option type="2" />
|
||||
<Option compiler="gcc" />
|
||||
<Option createDefFile="1" />
|
||||
|
@ -68,7 +68,7 @@
|
|||
<Target title="Release static_Win32">
|
||||
<Option output="..\..\lib\mingw\libsfml-system-s" prefix_auto="1" extension_auto="1" />
|
||||
<Option working_dir="" />
|
||||
<Option object_output="..\..\Temp\sfml-system\Release static_Win32" />
|
||||
<Option object_output="..\..\Temp\codeblocks\sfml-system\Release static_Win32" />
|
||||
<Option type="2" />
|
||||
<Option compiler="gcc" />
|
||||
<Option createDefFile="1" />
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
<Build>
|
||||
<Target title="Debug DLL_Win32">
|
||||
<Option output="..\..\lib\mingw\sfml-window-d" prefix_auto="1" extension_auto="1" />
|
||||
<Option object_output="..\..\Temp\sfml-window\Debug DLL_Win32" />
|
||||
<Option object_output="..\..\Temp\codeblocks\sfml-window\Debug DLL_Win32" />
|
||||
<Option external_deps="..\..\lib\mingw\libsfml-system-d.a;" />
|
||||
<Option type="3" />
|
||||
<Option compiler="gcc" />
|
||||
|
@ -35,7 +35,7 @@
|
|||
</Target>
|
||||
<Target title="Release DLL_Win32">
|
||||
<Option output="..\..\lib\mingw\sfml-window" prefix_auto="1" extension_auto="1" />
|
||||
<Option object_output="..\..\Temp\sfml-window\Release DLL_Win32" />
|
||||
<Option object_output="..\..\Temp\codeblocks\sfml-window\Release DLL_Win32" />
|
||||
<Option external_deps="..\..\lib\mingw\libsfml-system.a;" />
|
||||
<Option type="3" />
|
||||
<Option compiler="gcc" />
|
||||
|
@ -62,7 +62,7 @@
|
|||
<Target title="Debug static_Win32">
|
||||
<Option output="..\..\lib\mingw\libsfml-window-s-d" prefix_auto="1" extension_auto="1" />
|
||||
<Option working_dir="" />
|
||||
<Option object_output="..\..\Temp\sfml-window\Debug static_Win32" />
|
||||
<Option object_output="..\..\Temp\codeblocks\sfml-window\Debug static_Win32" />
|
||||
<Option external_deps="..\..\lib\mingw\libsfml-system-s-d.a;" />
|
||||
<Option type="2" />
|
||||
<Option compiler="gcc" />
|
||||
|
@ -83,7 +83,7 @@
|
|||
<Target title="Release static_Win32">
|
||||
<Option output="..\..\lib\mingw\libsfml-window-s" prefix_auto="1" extension_auto="1" />
|
||||
<Option working_dir="" />
|
||||
<Option object_output="..\..\Temp\sfml-window\Release static_Win32" />
|
||||
<Option object_output="..\..\Temp\codeblocks\sfml-window\Release static_Win32" />
|
||||
<Option external_deps="..\..\lib\mingw\libsfml-system-s.a;" />
|
||||
<Option type="2" />
|
||||
<Option compiler="gcc" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue