SCons recipe: some fixes to windows release preparation.
This commit is contained in:
parent
c75b49a599
commit
3ea04fa9d3
2 changed files with 7 additions and 7 deletions
|
@ -27,7 +27,7 @@ if "windows-release" in COMMAND_LINE_TARGETS:
|
|||
Alias("windows-release", env.InstallFiltered(Dir(env["windows_release_dir"]), datadirs))
|
||||
Alias("windows-release", env.Install(env["windows_release_dir"], docs + dlls))
|
||||
|
||||
release_binaries = ["wesnoth", "wesnoth_editor"]
|
||||
release_binaries = ["wesnoth", "wesnoth_editor", "wesnothd"]
|
||||
builds = {
|
||||
"" : "",
|
||||
"_i486" : "-march=i486",
|
||||
|
|
|
@ -43,12 +43,12 @@ Name: "{group}\Battle for Wesnoth (Windowed)"; Filename: "{app}\wesnoth_p2.exe";
|
|||
Name: "{group}\Battle for Wesnoth (Windowed)"; Filename: "{app}\wesnoth_p4.exe"; Parameters: "--windowed"; WorkingDir: "{app}"; Components: "Processor\P4"
|
||||
Name: "{group}\Battle for Wesnoth (Windowed)"; Filename: "{app}\wesnoth_k6.exe"; Parameters: "--windowed"; WorkingDir: "{app}"; Components: "Processor\K6"
|
||||
Name: "{group}\Battle for Wesnoth (Windowed)"; Filename: "{app}\wesnoth_athlon.exe"; Parameters: "--windowed"; WorkingDir: "{app}"; Components: "Processor\Athlon"
|
||||
Name: "{group}\Map Editor (Safe Mode)"; Filename: "{app}\editor.exe"; WorkingDir: "{app}"; Components: "Main"
|
||||
Name: "{group}\Map Editor"; Filename: "{app}\editor_i486.exe"; WorkingDir: "{app}"; Components: "Processor\486"
|
||||
Name: "{group}\Map Editor"; Filename: "{app}\editor_p2.exe"; WorkingDir: "{app}"; Components: "Processor\P2"
|
||||
Name: "{group}\Map Editor"; Filename: "{app}\editor_p4.exe"; WorkingDir: "{app}"; Components: "Processor\P4"
|
||||
Name: "{group}\Map Editor"; Filename: "{app}\editor_k6.exe"; WorkingDir: "{app}"; Components: "Processor\K6"
|
||||
Name: "{group}\Map Editor"; Filename: "{app}\editor_athlon.exe"; WorkingDir: "{app}"; Components: "Processor\Athlon"
|
||||
Name: "{group}\Map Editor (Safe Mode)"; Filename: "{app}\wesnoth_editor.exe"; WorkingDir: "{app}"; Components: "Main"
|
||||
Name: "{group}\Map Editor"; Filename: "{app}\wesnoth_editor_i486.exe"; WorkingDir: "{app}"; Components: "Processor\486"
|
||||
Name: "{group}\Map Editor"; Filename: "{app}\wesnoth_editor_p2.exe"; WorkingDir: "{app}"; Components: "Processor\P2"
|
||||
Name: "{group}\Map Editor"; Filename: "{app}\wesnoth_editor_p4.exe"; WorkingDir: "{app}"; Components: "Processor\P4"
|
||||
Name: "{group}\Map Editor"; Filename: "{app}\wesnoth_editor_k6.exe"; WorkingDir: "{app}"; Components: "Processor\K6"
|
||||
Name: "{group}\Map Editor"; Filename: "{app}\wesnoth_editor_athlon.exe"; WorkingDir: "{app}"; Components: "Processor\Athlon"
|
||||
Name: "{group}\Multiplayer Server (Safe Mode)"; Filename: "{app}\wesnothd.exe"; WorkingDir: "{app}"; Components: "Main"
|
||||
Name: "{group}\Multiplayer Server"; Filename: "{app}\wesnothd_i486.exe"; WorkingDir: "{app}"; Components: "Processor\486"
|
||||
Name: "{group}\Multiplayer Server"; Filename: "{app}\wesnothd_p2.exe"; WorkingDir: "{app}"; Components: "Processor\P2"
|
||||
|
|
Loading…
Add table
Reference in a new issue