mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 18:09:30 +02:00
* packages splitted to base and extra
This commit is contained in:
parent
6da3bb9300
commit
73deb4a002
File diff suppressed because it is too large
Load Diff
@ -274,7 +274,7 @@ UNITSDIR:=$(wildcard $(FPCDIR)/units/$(OS_TARGET))
|
||||
endif
|
||||
|
||||
# Packages dir
|
||||
PACKAGESDIR:=$(wildcard $(FPCDIR) $(FPCDIR)/packages)
|
||||
PACKAGESDIR:=$(wildcard $(FPCDIR) $(FPCDIR)/packages/base $(FPCDIR)/packages/extra)
|
||||
|
||||
|
||||
[shelltools]
|
||||
|
@ -1122,7 +1122,7 @@ implementation
|
||||
SetVariable('FPCDIR',s,false);
|
||||
{ PACKAGESDIR }
|
||||
if GetVariable('PACKAGESDIR',false)='' then
|
||||
SetVariable('PACKAGESDIR','$(FPCDIR)/packages',false);
|
||||
SetVariable('PACKAGESDIR','$(FPCDIR)/packages/base $(FPCDIR)/packages/extra',false);
|
||||
{ UNITSDIR }
|
||||
if GetVariable('UNITSDIR',false)='' then
|
||||
SetVariable('UNITSDIR','$(FPCDIR)/units/$(TARGET)',false);
|
||||
@ -1477,7 +1477,10 @@ implementation
|
||||
end.
|
||||
{
|
||||
$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
|
||||
* default changed to build only for current target
|
||||
* removed auto building of required packages
|
||||
|
Loading…
Reference in New Issue
Block a user