@@ -110,7 +110,7 @@ This script downloads & extracts ""DJGPP/MinGW.org/MinGW-w64"" toolchains, FB pa
110110
111111Usage:
112112 %%cd contrib/release
113- ./build.sh <target> [ <fbc-commit>] %%
113+ ./build.sh <target> <fbc-commit>%%
114114
115115##<target>## can be one of:
116116 - ##dos##: DOS build: must run on ""Win32"". Uses ""Win32 MSYS"", but switches to DJGPP for building FB.
@@ -168,25 +168,26 @@ Some of the ideas behind this script:
168168 - Update the wiki snapshot in the fbc sources
169169 - Regenerate PrintToc and CompilerErrMsg
170170 - If needed, update wiki samples in examples/manual/
171+ - Build documentation packages (CHM on Windows, rest can be done on Linux)
171172
172173 - Check whether toolchains used in the ##contrib/release/build.sh## script need updating
173174
174175 - Have target systems ready (installations of Linux and Windows, 32bit and 64bit -- virtual machines are useful for this)
175176 - For each system, update fbc sources (to have the latest version of the release script)
176177 - On win32:
177178 %%cd contrib/release
178- ./build.sh win32
179- ./build.sh win32-mingworg
180- ./build.sh dos%%
179+ ./build.sh win32 <commitid>
180+ ./build.sh win32-mingworg <commitid>
181+ ./build.sh dos <commitid> %%
181182 - On win64:
182183 %%cd contrib/release
183- ./build.sh win64%%
184+ ./build.sh win64 <commitid> %%
184185 - On linux-x86:
185186 %%cd contrib/release
186- ./build.sh linux-x86%%
187+ ./build.sh linux-x86 <commitid> %%
187188 - On linux-x86_64:
188189 %%cd contrib/release
189- ./build.sh linux-x86_64%%
190+ ./build.sh linux-x86_64 <commitid> %%
190191 - Collect all the archives and manifests from the ##contrib/release/input## and ##contrib/release/output## directories
191192
192193 - Review the manifests to check for missing files etc.
0 commit comments