* support for new fpcini section [defines]

This commit is contained in:
olle 2004-04-20 22:59:31 +00:00
parent 9a0c3e5c5f
commit a7d759d976

View File

@ -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