소스 검색

* added define netware and netware_libc for target netwlibc, netware_clib for netware

armin 21 년 전
부모
커밋
80e621011a
2개의 변경된 파일10개의 추가작업 그리고 4개의 파일을 삭제
  1. 5 2
      compiler/systems/i_nwl.pas
  2. 5 2
      compiler/systems/i_nwm.pas

+ 5 - 2
compiler/systems/i_nwl.pas

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

+ 5 - 2
compiler/systems/i_nwm.pas

@@ -36,7 +36,7 @@ unit i_nwm;
             flags        : [];
             cpu          : cpu_i386;
             unit_env     : 'NETWAREUNITS';
-            extradefines : '';
+            extradefines : 'NETWARE_CLIB';
             sourceext    : '.pp';
             pasext       : '.pas';
             exeext       : '.nlm';
@@ -102,7 +102,10 @@ initialization
 end.
 {
   $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 /
 
   Revision 1.5  2004/07/30 19:22:14  armin