mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-01 23:40:26 +02:00
fixed unhiding components
git-svn-id: trunk@2711 -
This commit is contained in:
parent
3f47263c5e
commit
663d89e7f4
@ -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 -
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user