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
|
@ -9,7 +9,7 @@
|
|||
<Target title="Debug_Win32">
|
||||
<Option output="..\..\lib\mingw\libcsfml-main-d.a" prefix_auto="1" extension_auto="1" />
|
||||
<Option working_dir="" />
|
||||
<Option object_output="..\..\Temp\csfml-main\Debug_Win32" />
|
||||
<Option object_output="..\..\Temp\codeblocks\csfml-main\Debug_Win32" />
|
||||
<Option type="2" />
|
||||
<Option compiler="gcc" />
|
||||
<Option createDefFile="1" />
|
||||
|
@ -25,7 +25,7 @@
|
|||
<Target title="Release_Win32">
|
||||
<Option output="..\..\lib\mingw\libcsfml-main.a" prefix_auto="1" extension_auto="1" />
|
||||
<Option working_dir="" />
|
||||
<Option object_output="..\..\Temp\csfml-main\Release_Win32" />
|
||||
<Option object_output="..\..\Temp\codeblocks\csfml-main\Release_Win32" />
|
||||
<Option type="2" />
|
||||
<Option compiler="gcc" />
|
||||
<Option createDefFile="1" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue