fixed unhiding components

git-svn-id: trunk@2711 -
This commit is contained in:
mattias 2002-08-18 04:56:55 +00:00
parent 3f47263c5e
commit 663d89e7f4

View File

@ -21,16 +21,16 @@ fi
# set here the fpc cvs dates for the various versions
if [ "x$FPCVersion" = "xdevel" ]; then
Year=02
Month=12
Day=25
Year=03
Month=06
Day=05
LazVersion=1.1
fi
if [ "x$FPCVersion" = "xstable" ]; then
Year=03
Month=06
Day=05
LazVersion=1.0.9
LazVersion=1.0.8
fi
@ -70,8 +70,9 @@ cd -
# compile
cd $TmpDir/fpc
#make rtl
#make compiler
make rtl
make compiler
make rpm
#make rpm NODOCS=1
cd -