* packages splitted to base and extra

This commit is contained in:
peter 2002-01-29 17:48:51 +00:00
parent 6da3bb9300
commit 73deb4a002
3 changed files with 260 additions and 260 deletions

File diff suppressed because it is too large Load Diff

View File

@ -274,7 +274,7 @@ UNITSDIR:=$(wildcard $(FPCDIR)/units/$(OS_TARGET))
endif endif
# Packages dir # Packages dir
PACKAGESDIR:=$(wildcard $(FPCDIR) $(FPCDIR)/packages) PACKAGESDIR:=$(wildcard $(FPCDIR) $(FPCDIR)/packages/base $(FPCDIR)/packages/extra)
[shelltools] [shelltools]

View File

@ -1122,7 +1122,7 @@ implementation
SetVariable('FPCDIR',s,false); SetVariable('FPCDIR',s,false);
{ PACKAGESDIR } { PACKAGESDIR }
if GetVariable('PACKAGESDIR',false)='' then if GetVariable('PACKAGESDIR',false)='' then
SetVariable('PACKAGESDIR','$(FPCDIR)/packages',false); SetVariable('PACKAGESDIR','$(FPCDIR)/packages/base $(FPCDIR)/packages/extra',false);
{ UNITSDIR } { UNITSDIR }
if GetVariable('UNITSDIR',false)='' then if GetVariable('UNITSDIR',false)='' then
SetVariable('UNITSDIR','$(FPCDIR)/units/$(TARGET)',false); SetVariable('UNITSDIR','$(FPCDIR)/units/$(TARGET)',false);
@ -1477,7 +1477,10 @@ implementation
end. end.
{ {
$Log$ $Log$
Revision 1.20 2002-01-27 21:42:35 peter Revision 1.21 2002-01-29 17:48:53 peter
* packages splitted to base and extra
Revision 1.20 2002/01/27 21:42:35 peter
* -r option to process target dirs also * -r option to process target dirs also
* default changed to build only for current target * default changed to build only for current target
* removed auto building of required packages * removed auto building of required packages