mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-17 15:29:23 +02:00
* shell commands helpfull for building fpmake.pp
git-svn-id: trunk@9874 -
This commit is contained in:
parent
a8d2a7932d
commit
721a45eb02
@ -95,3 +95,17 @@ CPU
|
||||
Default CPU
|
||||
|
||||
Defaults can be found in pkgropts
|
||||
|
||||
|
||||
Helpfull commands for building packages:
|
||||
----------------------------------------
|
||||
|
||||
* Generate AddInclude lines from an existing PPU file:
|
||||
|
||||
ppudump $1 | awk "/^Source/ { printf(\"AddInclude('%s');\\n\",\$5); }"
|
||||
|
||||
|
||||
* Testing if building a package from archive works:
|
||||
|
||||
fpc fpmake && fpmake archive && fppkg build *.zip
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user