mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-22 07:59:45 +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"
|
MAKEOPTS="$MAKEOPTS -n @$FPCCfg"
|
||||||
fi
|
fi
|
||||||
# build for default platform
|
# 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
|
# build gtk1 .ppu
|
||||||
export LCL_PLATFORM=gtk
|
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=
|
export LCL_PLATFORM=
|
||||||
# build IDE
|
# build IDE
|
||||||
export LCL_PLATFORM=$LCLWidgetset
|
export LCL_PLATFORM=$LCLWidgetset
|
||||||
|
Loading…
Reference in New Issue
Block a user