Fix command line to build the demo with freepascal installed using

the official package.
This commit is contained in:
ocoursiere
2012-10-16 21:13:31 +00:00
parent b28c616275
commit f844ed3493

View File

@@ -3,6 +3,6 @@ if [ ! -d units ]
then mkdir units
fi
ppc386 -FE./ -FU./units ./sources/main.pp -oBPDemo -g -gl
ppc386 -S2 -FE./ -FU./units ./sources/main.pp -oBPDemo -Fu../../source/bepascal/pas/src/be/* -g -gl
mergeres ./sources/Resource.rsrc BPDemo
mimeset BPDemo