Commit Graph

31 Commits

Author SHA1 Message Date
Sergey Popov
e27d2291b4 Added a NSIS script template and scons target to generate script from it.
The template is very WIP.
2008-09-03 08:23:44 +00:00
Sergey Popov
a059f780d7 Added support for using windows GTK SDKs during cross-compile...
...targeting win32 to pango check.
2008-08-19 22:01:21 +00:00
Pauli Nieminen
e50d11af06 Added boost asio and smart_ptr library checking to scons 2008-08-12 20:01:52 +00:00
Sergey Popov
14105448f3 Made scons use WhereIs to find distcc. 2008-07-25 20:09:16 +00:00
Greg Copeland
56516373d5 We now search the path to locate the ccache binary if it is enabled. 2008-07-25 20:07:08 +00:00
Sergey Popov
0b2292941d Added PythonExtension wrapper method to scons. 2008-07-14 16:53:20 +00:00
Sergey Popov
d4bae581b0 Added option to specify location of GTK SDK to scons.
Use env.ParseConfig in pango check instead of TryAction("pkg-config ...
2008-07-13 10:24:33 +00:00
Sergey Popov
faf5d20d7e Made scons forward PKG_CONFIG_PATH from environment. 2008-07-12 10:06:20 +00:00
Sergey Popov
c079143228 Added custom check for pango(not used for now). 2008-07-10 18:34:07 +00:00
Sergey Popov
75f3b3faa7 Made boost autodetection prefer boost in /usr to boost in $prefix. 2008-07-05 15:23:36 +00:00
Sergey Popov
c1416fcb0b Some cross-compile fixes. 2008-06-29 11:27:56 +00:00
Sergey Popov
e55ef8f555 Restored SCons 0.96.93 compatibility. 2008-06-28 14:35:24 +00:00
Sergey Popov
d5eea14d8b Made scons hardlink binaries to working copy root instead of copying them. 2008-06-28 14:01:08 +00:00
Sergey Popov
897a453d55 Added support for ccache and distcc. 2008-06-27 11:52:19 +00:00
Sergey Popov
a104a86be3 Made boost autodetection support boost compiled with --layout=versioned. 2008-06-25 13:22:08 +00:00
Sergey Popov
7e8c345745 Fixed scons crash when no boost_suffix is specified. 2008-06-25 07:43:35 +00:00
Sergey Popov
e22fedcb72 Improved boost autodetection. 2008-06-24 20:43:09 +00:00
Sergey Popov
d41f1064ce SCons recipe: added cross-compile support. 2008-06-23 19:52:02 +00:00
Sergey Popov
f4f82aa9dd Added option "fast" to scons recipe. 2008-06-23 09:20:53 +00:00
Sergey Popov
7bc432775d SCons recipe: invoke po4a tools directly. 2008-05-31 20:08:31 +00:00
Sergey Popov
44280b5a9d SCons recipe: moved some Install builder methods to separate file. 2008-05-22 13:51:51 +00:00
Sergey Popov
0ea0879210 SCons recipe: added windows-release target. 2008-05-22 12:06:00 +00:00
Sergey Popov
4d518cf9c8 SCons recipe: made message catalog initialization actually work. 2008-05-14 17:54:14 +00:00
Gunter Labes
7b9fd1bcbc ignore generated files 2008-05-14 14:24:53 +00:00
Sergey Popov
6660a387ad SCons recipe: added support for initializing message catalogs. 2008-05-13 22:23:46 +00:00
Sergey Popov
1d83dc025a Implemented MsgMerge builder method. 2008-05-08 18:30:37 +00:00
Sergey Popov
6a559fe1e5 Added gettext tool. 2008-05-08 16:11:57 +00:00
Sergey Popov
51f18a2a02 Added python imports that for some reason are required on windows...
...but not on linux.

Append PROGSUFFIX when copying binaries to wesnoth root.
2008-05-08 11:22:15 +00:00
Sergey Popov
3626ba999c Made sdl check honor PKG_CONFIG_PATH. 2008-05-07 21:37:52 +00:00
Sergey Popov
5610e7f241 Moved all custom config checks to separate files. 2008-05-06 13:19:38 +00:00
Sergey Popov
a09fb63227 Moved python check to separate file. 2008-05-06 12:43:02 +00:00