mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-15 23:29:13 +02:00
* support for new fpcini section [defines]
This commit is contained in:
parent
9a0c3e5c5f
commit
a7d759d976
@ -792,6 +792,8 @@ implementation
|
|||||||
Add('default: all');
|
Add('default: all');
|
||||||
{ Supported targets by this Makefile }
|
{ Supported targets by this Makefile }
|
||||||
AddMakefileTargets;
|
AddMakefileTargets;
|
||||||
|
{ Add misc defines }
|
||||||
|
AddIniSection('defines');
|
||||||
{ Add automatic detect sections }
|
{ Add automatic detect sections }
|
||||||
AddIniSection('osdetect');
|
AddIniSection('osdetect');
|
||||||
{ Forced target }
|
{ Forced target }
|
||||||
@ -931,7 +933,10 @@ implementation
|
|||||||
end.
|
end.
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.29 2004-04-01 12:26:56 olle
|
Revision 1.30 2004-04-20 22:59:31 olle
|
||||||
|
* support for new fpcini section [defines]
|
||||||
|
|
||||||
|
Revision 1.29 2004/04/01 12:26:56 olle
|
||||||
+ a tool not found is replaced by the fake command __missing_command__, so that make stops, if it tries to run the command.
|
+ a tool not found is replaced by the fake command __missing_command__, so that make stops, if it tries to run the command.
|
||||||
|
|
||||||
Revision 1.28 2003/04/25 20:53:33 peter
|
Revision 1.28 2003/04/25 20:53:33 peter
|
||||||
|
Loading…
Reference in New Issue
Block a user