|
@@ -36,7 +36,7 @@ unit i_nwl;
|
|
|
flags : [];
|
|
|
cpu : cpu_i386;
|
|
|
unit_env : 'NETWLIBCUNITS';
|
|
|
- extradefines : '';
|
|
|
+ extradefines : 'NETWARE;NETWARE_LIBC';
|
|
|
sourceext : '.pp';
|
|
|
pasext : '.pas';
|
|
|
exeext : '.nlm';
|
|
@@ -102,7 +102,10 @@ initialization
|
|
|
end.
|
|
|
{
|
|
|
$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)
|
|
|
|
|
|
}
|