[project @ 2001-09-24 15:51:00 by rrt]
[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. strip ghc/compiler/ghc.exe ghc/driver/ghci/ghci.exe hslibs/tools/*/*.exe
8 3. cp ghc/utils/ghc-pkg/ghc-pkg.bin ghc/utils/ghc-pkg/ghc-pkg.exe
9 4. strip ghc/utils/*/*.exe
10 5. (cd docs/building && make building.ps && ps2pdf building.ps building.pdf)
11 6. (cd ghc/docs/set && make set.ps && ps2pdf set.ps set.pdf)
12 7. Make License and ANNOUNCE into RTF (or just rename as RTF?).