Author: anonymissimus
Date: Tue Aug 23 18:33:52 2011
New Revision: 50894

URL: http://svn.gna.org/viewcvs/wesnoth?rev=50894&view=rev
Log:
fixed startup crash of the resulting binary, built system update, updated built 
instructions
The resulting binary is hopefully more stable now.

Modified:
    trunk/projectfiles/CodeBlocks/README.txt
    trunk/projectfiles/CodeBlocks/wesnoth.cbp
    trunk/projectfiles/CodeBlocks/wesnothd.cbp

Modified: trunk/projectfiles/CodeBlocks/README.txt
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/projectfiles/CodeBlocks/README.txt?rev=50894&r1=50893&r2=50894&view=diff
==============================================================================
--- trunk/projectfiles/CodeBlocks/README.txt (original)
+++ trunk/projectfiles/CodeBlocks/README.txt Tue Aug 23 18:33:52 2011
@@ -3,6 +3,7 @@
 Compiling wesnoth on windows using CodeBlocks 10.05
 (June 2011, development version 1.9.6+svn r49843,
 earlier source versions untested)
+updated: r50891, 2011-08-23
 
 (Whenever you enter directories or names, you should do it
 by using the "..." button to the right of the field.)
@@ -26,8 +27,8 @@
 Into the fields "c compiler", "c++ compiler" and "linker for dynamic libs"
 enter "g++.exe".
 Into the field "linker for static libs", enter "ar.exe".
-6. Download WesnothCodeBlocksWinSDK.zip from
-http://www.mediafire.com/?6falp2by3c5mxs4 and extract
+6. Download CodeBlocksWinSDK.zip from
+http://www.mediafire.com/?qbibb8p3stb08w7 and extract
 this archive so that you have directories codeblocks_root/include_tdm_gcc
 and codeblocks_root/lib_tdm_gcc
 7. In CodeBlocks, goto (menu bar)>settings>compiler and debugger

Modified: trunk/projectfiles/CodeBlocks/wesnoth.cbp
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/projectfiles/CodeBlocks/wesnoth.cbp?rev=50894&r1=50893&r2=50894&view=diff
==============================================================================
--- trunk/projectfiles/CodeBlocks/wesnoth.cbp (original)
+++ trunk/projectfiles/CodeBlocks/wesnoth.cbp Tue Aug 23 18:33:52 2011
@@ -66,12 +66,12 @@
                        <Add library="fontconfig" />
                        <Add library="libglib-2.0" />
                        <Add library="liblua" />
-                       <Add library="libboost_iostreams" />
-                       <Add library="libz" />
-                       <Add library="libboost_regex" />
-                       <Add library="libboost_program_options" />
-                       <Add library="pthread" />
-                       <Add library="libboost_system" />
+                       <Add library="libboost_iostreams-mgw45-mt-1_46_1" />
+                       <Add library="libboost_program_options-mgw45-mt-1_46_1" 
/>
+                       <Add library="libboost_regex-mgw45-mt-1_46_1" />
+                       <Add library="libboost_system-mgw45-mt-1_46_1" />
+                       <Add library="libboost_thread-mgw45-mt-1_46_1" />
+                       <Add library="libz.dll" />
                        <Add directory=".\" />
                </Linker>
                <Unit filename="..\..\packaging\windows\wesnoth.rc">

Modified: trunk/projectfiles/CodeBlocks/wesnothd.cbp
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/projectfiles/CodeBlocks/wesnothd.cbp?rev=50894&r1=50893&r2=50894&view=diff
==============================================================================
--- trunk/projectfiles/CodeBlocks/wesnothd.cbp (original)
+++ trunk/projectfiles/CodeBlocks/wesnothd.cbp Tue Aug 23 18:33:52 2011
@@ -47,11 +47,12 @@
                        <Add library="mingwthrd" />
                        <Add library="SDLmain" />
                        <Add library="SDL" />
-                       <Add library="boost_iostreams" />
                        <Add library="intl" />
                        <Add library="SDL_net" />
                        <Add library="ws2_32" />
                        <Add library="z" />
+                       <Add library="libboost_iostreams-mgw45-mt-1_46_1" />
+                       <Add library="libz.dll" />
                </Linker>
                <Unit filename="..\..\src\about.hpp" />
                <Unit filename="..\..\src\color_range.cpp" />


_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits

Reply via email to