* shell commands helpfull for building fpmake.pp

git-svn-id: trunk@9874 -
This commit is contained in:
peter 2008-01-22 23:10:46 +00:00
parent a8d2a7932d
commit 721a45eb02

View File

@ -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