Commit graph

24 commits

Author SHA1 Message Date
loonycyborg
9df0a5943f
scons: fix paths when compiling .rc files
Previous way of addressing compiled .rc files led to stale intermediate
targets leading to issue #7441
2023-03-08 20:43:46 +03:00
loonycyborg
56c2b1e5a8 Set codepage for winapi to utf-8 in the manifest file
This actually works on windows 10 1903 and later though
2022-06-11 16:23:11 -05:00
Pentarctagon
dbc7aee776
Remove 32-bit specific flag. 2021-06-28 09:13:11 -05:00
Alexander van Gessel
77ebb27222 Modify other scons files too 2017-09-21 15:41:57 +02:00
loonycyborg
da721f7a77 scons: pass -F pe-i386 to windres for 32-bit multilib builds 2015-12-23 16:25:32 +03:00
Ignacio R. Morelle
877ead550a Add Windows resource file for wesnothd 2015-07-20 21:16:04 -04:00
loonycyborg
a6ae18a9b5 scons: ensure that windres finds config.h 2015-07-17 04:02:07 +03:00
Sergey Popov
47b7b0b96e NSIS script: automatically generate version number for name of userdata dir. 2010-05-07 10:55:25 +00:00
Sergey Popov
45e1f336a1 Use env.AddMethod to add custom methods. 2009-03-20 20:49:23 +00:00
Sergey Popov
4af1b8aeb1 Fixed generated NSIS installer trying to install "translations" dir...
...as a file if it doesn't exist at the time WindowsInstaller method
is called.
2009-01-21 16:01:45 +00:00
Sergey Popov
0c9bd12eba Added "windows-installer" alias which fully automates windows packaging. 2009-01-21 12:07:32 +00:00
Sergey Popov
e865b5a635 Removed old editor from scons build system. 2008-10-04 11:03:29 +00:00
Sergey Popov
44c1e5e4fe Fixed error with scons 0.96.93 2008-09-11 13:33:20 +00:00
Sergey Popov
c113ceb808 Made generated nsis script create shortcuts and install dlls. 2008-09-11 13:27:11 +00:00
Sergey Popov
5bc2b68226 Fix env.RES builder on scons 96.93 2008-09-04 20:07:37 +00:00
Sergey Popov
a876af47f4 Fix crash in WindowsInstaller() if some targets are disabled. 2008-09-04 14:54:46 +00:00
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
10f4842197 SCons recipe:
- Forward PATH environment variable on windows.

- Empty CPPPATH for windres.
2008-05-31 12:07:06 +00:00
Sergey Popov
3ea04fa9d3 SCons recipe: some fixes to windows release preparation. 2008-05-24 13:35:47 +00:00
Sergey Popov
c445a6f117 Made "windows-release" target compile and install binaries for all arches. 2008-05-23 15:49:16 +00:00
Sergey Popov
7435f4a5d2 Made "windows-release" target install all required files except binaries. 2008-05-23 13:12:02 +00:00
Sergey Popov
14b80ff715 SCons recipe: no longer crash if ImageMagic is not found. 2008-05-23 10:14:49 +00:00
Sergey Popov
0ea0879210 SCons recipe: added windows-release target. 2008-05-22 12:06:00 +00:00
Sergey Popov
a57b3912dc SCons recipe: added support for using windows resource files. 2008-05-21 09:42:36 +00:00