[fpc-pascal] fpcmake packaging
Ryan Joseph
genericptr at gmail.com
Tue Sep 1 14:37:02 CEST 2020
I've never used fpcmake before and instead relied on my own custom build system solutions which are a pain to maintain and non-standard which it makes extra work configuring the pascal language server I'm using now.
My first question of fpcmake is, can I package application bundles and copy resources using it? For example some things I need to do:
- create a directory structure and copy the executable into it
- copy resource files that may have changed
- run some shell commands which apple provides for compiling various resources files
- copy a info.plist text file and replace some patterns in the file to reflect the build version
Are those the kind of things fpcmake can do or do I need another build system for this?
Regards,
Ryan Joseph
More information about the fpc-pascal
mailing list