fixed startup crash of the resulting binary,
...built system update, updated built instructions The resulting binary is hopefully more stable now.
This commit is contained in:
parent
9285fc8865
commit
f16493a098
3 changed files with 11 additions and 9 deletions
|
@ -3,6 +3,7 @@ README.txt
|
|||
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 which you did install tdm-gcc-4.5.2.
|
|||
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
|
||||
|
|
|
@ -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">
|
||||
|
|
|
@ -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" />
|
||||
|
|
Loading…
Add table
Reference in a new issue