mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-06 13:39:17 +02:00
fixed create_lazarus_deb.sh
git-svn-id: trunk@29348 -
This commit is contained in:
parent
49c7f66c0f
commit
fe9a9e94b1
@ -97,10 +97,10 @@ if [ -n "$FPCCfg" ]; then
|
||||
MAKEOPTS="$MAKEOPTS -n @$FPCCfg"
|
||||
fi
|
||||
# build for default platform
|
||||
make lcl packager/registration ideintf bigidecomponents PP=$ppcbin OPT="$MAKEOPTS"
|
||||
make packager/registration lcl ideintf bigidecomponents PP=$ppcbin OPT="$MAKEOPTS"
|
||||
# build gtk1 .ppu
|
||||
export LCL_PLATFORM=gtk
|
||||
make lcl packager/registration ideintf bigidecomponents PP=$ppcbin OPT="$MAKEOPTS"
|
||||
make packager/registration lcl ideintf bigidecomponents PP=$ppcbin OPT="$MAKEOPTS"
|
||||
export LCL_PLATFORM=
|
||||
# build IDE
|
||||
export LCL_PLATFORM=$LCLWidgetset
|
||||
|
Loading…
Reference in New Issue
Block a user