summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTobias Markmann <tm@ayena.de>2015-06-08 08:10:37 (GMT)
committerKevin Smith <kevin.smith@isode.com>2015-06-14 19:58:09 (GMT)
commit0e9e80c94a0a59b2c348c3dcbc35d90f6fe4b194 (patch)
tree2e83ad8fc3b558d48963ebfc7d9a4d692e3304d3 /Documentation
parentf4aa230dc2c303c03915515ac4eb713c79c5292a (diff)
downloadswift-0e9e80c94a0a59b2c348c3dcbc35d90f6fe4b194.zip
swift-0e9e80c94a0a59b2c348c3dcbc35d90f6fe4b194.tar.bz2
Document the two required scons runs for Windows packaging
Test-Information: None. Change-Id: Ie2a5f9430aeb849219f4bca64aa3d1871bc17dc5
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/BuildingOnWindows.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/BuildingOnWindows.txt b/Documentation/BuildingOnWindows.txt
index c411d62..14a9b5b 100644
--- a/Documentation/BuildingOnWindows.txt
+++ b/Documentation/BuildingOnWindows.txt
@@ -52,7 +52,8 @@ For packaging use:
debug = 1
optimize = 1
wix_bindir = "c:\\program files\\Windows Installer XML v3.5\\bin"
-- run
+- run the following commands. Two scons runs are required as 'scons dist=1' requires the Swift.exe to be in place.
+ scons
scons dist=1
Notes