mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 14:09:17 +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
|
endif
|
||||||
|
|
||||||
# Packages dir
|
# Packages dir
|
||||||
PACKAGESDIR:=$(wildcard $(FPCDIR) $(FPCDIR)/packages)
|
PACKAGESDIR:=$(wildcard $(FPCDIR) $(FPCDIR)/packages/base $(FPCDIR)/packages/extra)
|
||||||
|
|
||||||
|
|
||||||
[shelltools]
|
[shelltools]
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user