mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-17 06:39:34 +02:00
* added define netware and netware_libc for target netwlibc, netware_clib for netware
This commit is contained in:
parent
0f1fec0de1
commit
80e621011a
@ -36,7 +36,7 @@ unit i_nwl;
|
|||||||
flags : [];
|
flags : [];
|
||||||
cpu : cpu_i386;
|
cpu : cpu_i386;
|
||||||
unit_env : 'NETWLIBCUNITS';
|
unit_env : 'NETWLIBCUNITS';
|
||||||
extradefines : '';
|
extradefines : 'NETWARE;NETWARE_LIBC';
|
||||||
sourceext : '.pp';
|
sourceext : '.pp';
|
||||||
pasext : '.pas';
|
pasext : '.pas';
|
||||||
exeext : '.nlm';
|
exeext : '.nlm';
|
||||||
@ -102,7 +102,10 @@ initialization
|
|||||||
end.
|
end.
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.1 2004-09-04 21:18:47 armin
|
Revision 1.2 2004-09-26 19:51:02 armin
|
||||||
|
* added define netware and netware_libc for target netwlibc, netware_clib for netware
|
||||||
|
|
||||||
|
Revision 1.1 2004/09/04 21:18:47 armin
|
||||||
* target netwlibc added (libc is preferred for newer netware versions)
|
* target netwlibc added (libc is preferred for newer netware versions)
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -36,7 +36,7 @@ unit i_nwm;
|
|||||||
flags : [];
|
flags : [];
|
||||||
cpu : cpu_i386;
|
cpu : cpu_i386;
|
||||||
unit_env : 'NETWAREUNITS';
|
unit_env : 'NETWAREUNITS';
|
||||||
extradefines : '';
|
extradefines : 'NETWARE_CLIB';
|
||||||
sourceext : '.pp';
|
sourceext : '.pp';
|
||||||
pasext : '.pas';
|
pasext : '.pas';
|
||||||
exeext : '.nlm';
|
exeext : '.nlm';
|
||||||
@ -102,7 +102,10 @@ initialization
|
|||||||
end.
|
end.
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.6 2004-07-31 22:52:58 armin
|
Revision 1.7 2004-09-26 19:51:02 armin
|
||||||
|
* added define netware and netware_libc for target netwlibc, netware_clib for netware
|
||||||
|
|
||||||
|
Revision 1.6 2004/07/31 22:52:58 armin
|
||||||
changed path sep to /
|
changed path sep to /
|
||||||
|
|
||||||
Revision 1.5 2004/07/30 19:22:14 armin
|
Revision 1.5 2004/07/30 19:22:14 armin
|
||||||
|
Loading…
Reference in New Issue
Block a user