From 015cb9b3d93cacd6a46870d70f2f6776dd32db13 Mon Sep 17 00:00:00 2001 From: anatoly techtonik Date: Tue, 1 Mar 2016 17:16:36 +0300 Subject: [PATCH] SConstruct: Mention how to build Windows installer --- SConstruct | 1 + 1 file changed, 1 insertion(+) diff --git a/SConstruct b/SConstruct index 26bf17b3f60f..73504d96e16c 100755 --- a/SConstruct +++ b/SConstruct @@ -223,6 +223,7 @@ You can make the following special build targets: data-dist = make data tarball as wesnoth-data.tar.bz2 (*). binary-dist = make data tarball as wesnoth-binaries.tar.bz2 (*). wesnoth-bundle = make Mac OS application bundle from game (*) + windows-installer = create Windows distribution with NSIS (*) sanity-check = run a pre-release sanity check on the distribution. manual = regenerate English-language manual and, possibly, localized manuals if appropriate xmls exist.