lazarus deb: disabled building gtk1 ppus

git-svn-id: trunk@29840 -
This commit is contained in:
mattias 2011-03-14 14:16:49 +00:00
parent 3e938820fa
commit 19860fefde

View File

@ -98,10 +98,6 @@ if [ -n "$FPCCfg" ]; then
fi
# build for default platform
make packager/registration lcl ideintf bigidecomponents PP=$ppcbin OPT="$MAKEOPTS"
# build gtk1 .ppu
export LCL_PLATFORM=gtk
make packager/registration lcl ideintf bigidecomponents PP=$ppcbin OPT="$MAKEOPTS"
export LCL_PLATFORM=
# build IDE
export LCL_PLATFORM=$LCLWidgetset
make bigide PP=$ppcbin USESVN2REVISIONINC=0 OPT="$MAKEOPTS"