3 # This software is part of the SBCL system. See the README file for
6 # This software is derived from the CMU CL system, which was
7 # written at Carnegie Mellon University and released into the
8 # public domain. The software is in the public domain and is
9 # provided with absolutely no warranty. See the COPYING and CREDITS
10 # files for more information.
19 "$SBCL_PWD/src/runtime/sbcl" --noinform --core "$SBCL_PWD/output/sbcl.core" \
20 --disable-debugger --no-sysinit --no-userinit \
21 --load ..
/tools-for-build
/rtf.lisp \
22 --load ..
/tools-for-build
/wxs.lisp \
24 (write-rtf (read-text "../COPYING") "License.rtf")
25 (write-wxs "sbcl.wxs")
26 (with-open-file (f "version.txt"
28 :if-exists :supersede)
29 (format f "~a-~a-windows-binary"
30 (lisp-implementation-version)
31 #+x86 "x86" #+x86-64 "x86-64"))
34 "$WIX_PATH/candle" sbcl.wxs
35 "$WIX_PATH/light" sbcl.wixobj \
36 -ext "$WIX_PATH/WixUIExtension.dll" -cultures:en-us \
37 -out sbcl-
`cat version.txt`.msi