* fixed netware typo in previous commit

This commit is contained in:
peter 2001-02-03 00:09:02 +00:00
parent d082158f13
commit 5abbc50761
2 changed files with 10 additions and 3 deletions

View File

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

View File

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