+ also installs compiler/utils

This commit is contained in:
olle 2005-02-16 20:43:12 +00:00
parent fea9565cca
commit b68e6f9eb6
2 changed files with 11 additions and 1 deletions

View File

@ -1,3 +1,7 @@
To create a release, follow these steps:
Build compiler and rtl by make cycle. (with MPW make)
Run the MPW script 'prepare' to create an installer package (as a stuffit archive).
The installer package will consist of:
@ -9,6 +13,8 @@ The installer package will consist of:
3) A FreePascal folder, containing all files to be installed.
NOTE maccopy is a help script for prepare.
NOTE If you have a fresh checkout from cvs, you might need to set the filetypes
of the scripts so that MPW eats them:
SetFile -c 'MPS ' -t 'TEXT' prepare maccopy

View File

@ -32,7 +32,11 @@ SetFile -c 'MPSX' -t 'TEXT' "{stuffolder}INSTALL"
NewFolder "{stuffolder}FreePascal"
NewFolder "{stuffolder}FreePascal:bin"
Duplicate "{compilerdir}"ppcppc "{stuffolder}FreePascal:bin"
maccopy "{compilerdir}"utils:fpc.mpw "{stuffolder}FreePascal:bin:fpc"
Duplicate "{compilerdir}":utils:fpc "{stuffolder}FreePascal:bin"
Duplicate "{compilerdir}":utils:ppudump "{stuffolder}FreePascal:bin"
Duplicate "{compilerdir}":utils:ppufiles "{stuffolder}FreePascal:bin"
Duplicate "{compilerdir}":utils:ppumove "{stuffolder}FreePascal:bin"
#maccopy "{compilerdir}"utils:fpc.mpw "{stuffolder}FreePascal:bin:fpc"
NewFolder "{stuffolder}FreePascal:docs"
maccopy ::doc:readme.txt "{stuffolder}FreePascal:docs:README" 1 1