mirror of
				https://gitlab.com/freepascal.org/fpc/source.git
				synced 2025-11-04 12:39:38 +01:00 
			
		
		
		
	* fixed netware typo in previous commit
This commit is contained in:
		
							parent
							
								
									d082158f13
								
							
						
					
					
						commit
						5abbc50761
					
				@ -207,6 +207,7 @@ begin
 | 
			
		||||
      exportlib:=Texportlibwin32.Create;
 | 
			
		||||
  {$endif NOTARGETWIN32}
 | 
			
		||||
  {$ifndef NOTARGETNETWARE}
 | 
			
		||||
    target_i386_netware :
 | 
			
		||||
      exportlib:=Texportlibnetware.Create;
 | 
			
		||||
  {$endif NOTARGETNETWARE}
 | 
			
		||||
{
 | 
			
		||||
@ -235,7 +236,10 @@ end;
 | 
			
		||||
end.
 | 
			
		||||
{
 | 
			
		||||
  $Log$
 | 
			
		||||
  Revision 1.10  2001-02-02 22:43:39  peter
 | 
			
		||||
  Revision 1.11  2001-02-03 00:09:02  peter
 | 
			
		||||
    * fixed netware typo in previous commit
 | 
			
		||||
 | 
			
		||||
  Revision 1.10  2001/02/02 22:43:39  peter
 | 
			
		||||
    * add notarget defines
 | 
			
		||||
 | 
			
		||||
  Revision 1.9  2000/12/25 00:07:25  peter
 | 
			
		||||
 | 
			
		||||
@ -249,7 +249,7 @@ begin
 | 
			
		||||
      importlib:=Timportlibos2.Create;
 | 
			
		||||
  {$endif}
 | 
			
		||||
  {$ifndef NOTARGETNETWARE}
 | 
			
		||||
    target_i386_OS2 :
 | 
			
		||||
    target_i386_netware :
 | 
			
		||||
      importlib:=Timportlibnetware.Create;
 | 
			
		||||
  {$endif}
 | 
			
		||||
{$endif i386}
 | 
			
		||||
@ -274,7 +274,10 @@ end;
 | 
			
		||||
end.
 | 
			
		||||
{
 | 
			
		||||
  $Log$
 | 
			
		||||
  Revision 1.8  2001-02-02 22:43:39  peter
 | 
			
		||||
  Revision 1.9  2001-02-03 00:09:02  peter
 | 
			
		||||
    * fixed netware typo in previous commit
 | 
			
		||||
 | 
			
		||||
  Revision 1.8  2001/02/02 22:43:39  peter
 | 
			
		||||
    * add notarget defines
 | 
			
		||||
 | 
			
		||||
  Revision 1.7  2000/12/25 00:07:26  peter
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user