mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-13 14:19:31 +02:00
+ also installs compiler/utils
This commit is contained in:
parent
fea9565cca
commit
b68e6f9eb6
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user