[project @ 2001-10-19 10:09:27 by sewardj]
[ghc-hetmet.git] / ghc / WindowsInstaller / MakeInstaller.txt
1 In order to get a build tree into a state in which it can be used to
2 make an InstallShield, the following steps must be performed; these
3 should be put into the build system itself (under make install) so
4 that this "laying on of hands" is unnecessary.
5
6 1. cp ghc/compiler/ghc-x.yy ghc/compiler/ghc.exe
7 2. cp ghc/utils/ghc-pkg/ghc-pkg.bin ghc/utils/ghc-pkg/ghc-pkg.exe
8 3. strip ghc/compiler/ghc.exe ghc/driver/ghci/ghci.exe hslibs/tools/*/*.exe ghc/utils/*/*.exe
9 4. (cd ghc/docs/set && make set.html set.ps && ps2pdf[.bat] set.ps set.pdf)
10 5. Make License and ANNOUNCE into RTF, and overwrite the old versions
11 in ghc/WindowsInstaller.
12