mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-19 13:59:29 +02:00
* added .nlm extension for netware
This commit is contained in:
parent
52212c3fb6
commit
b941fdbdb1
@ -36,9 +36,13 @@ program fpc;
|
||||
{$ifdef MORPHOS}
|
||||
exeext='';
|
||||
{$else}
|
||||
{$ifdef NETWARE}
|
||||
exeext='.nlm';
|
||||
{$else}
|
||||
exeext='.exe';
|
||||
{$endif}
|
||||
{$endif}
|
||||
{$endif NETWARE}
|
||||
{$endif MORPHOS}
|
||||
{$endif AMIGA}
|
||||
{$endif UNIX}
|
||||
|
||||
|
||||
@ -204,7 +208,10 @@ program fpc;
|
||||
end.
|
||||
{
|
||||
$Log$
|
||||
Revision 1.17 2004-09-10 21:00:53 jonas
|
||||
Revision 1.18 2005-01-14 21:04:44 armin
|
||||
* added .nlm extension for netware
|
||||
|
||||
Revision 1.17 2004/09/10 21:00:53 jonas
|
||||
* fixed wrong error message
|
||||
|
||||
Revision 1.16 2004/06/16 20:07:11 florian
|
||||
|
Loading…
Reference in New Issue
Block a user