mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-17 17:49:13 +02:00
* Renamefest
This commit is contained in:
parent
4af59f4504
commit
aaea02b70f
@ -1094,9 +1094,6 @@ begin
|
|||||||
{$ifdef go32v2}
|
{$ifdef go32v2}
|
||||||
TargetSwitches^.SetCurrSel(1);
|
TargetSwitches^.SetCurrSel(1);
|
||||||
{$endif}
|
{$endif}
|
||||||
{$ifdef freebsd}
|
|
||||||
TargetSwitches^.SetCurrSel(2);
|
|
||||||
{$endif}
|
|
||||||
{$ifdef linux}
|
{$ifdef linux}
|
||||||
{$ifdef i386}
|
{$ifdef i386}
|
||||||
TargetSwitches^.SetCurrSel(3);
|
TargetSwitches^.SetCurrSel(3);
|
||||||
@ -1105,6 +1102,10 @@ begin
|
|||||||
TargetSwitches^.SetCurrSel(2);
|
TargetSwitches^.SetCurrSel(2);
|
||||||
{$endif m68k}
|
{$endif m68k}
|
||||||
{$endif linux}
|
{$endif linux}
|
||||||
|
{$ifdef freebsd}
|
||||||
|
TargetSwitches^.SetCurrSel(2);
|
||||||
|
{$endif}
|
||||||
|
|
||||||
{$ifdef os2}
|
{$ifdef os2}
|
||||||
TargetSwitches^.SetCurrSel(4);
|
TargetSwitches^.SetCurrSel(4);
|
||||||
{$endif}
|
{$endif}
|
||||||
@ -1237,7 +1238,10 @@ end;
|
|||||||
end.
|
end.
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.8 2002-04-11 06:42:54 pierre
|
Revision 1.9 2002-06-01 20:08:42 marco
|
||||||
|
* Renamefest
|
||||||
|
|
||||||
|
Revision 1.8 2002/04/11 06:42:54 pierre
|
||||||
* Add allow spaces for directories entries
|
* Add allow spaces for directories entries
|
||||||
|
|
||||||
Revision 1.7 2002/04/10 22:41:05 pierre
|
Revision 1.7 2002/04/10 22:41:05 pierre
|
||||||
|
@ -3779,6 +3779,10 @@ begin
|
|||||||
{$ifdef FreeBSD}
|
{$ifdef FreeBSD}
|
||||||
OSStr:='FreeBSD';
|
OSStr:='FreeBSD';
|
||||||
{$endif}
|
{$endif}
|
||||||
|
{$ifdef NetBSD}
|
||||||
|
OSStr:='NetBSD';
|
||||||
|
{$endif}
|
||||||
|
|
||||||
R.Assign(0,0,38,14{$ifdef NODEBUG}-1{$endif});
|
R.Assign(0,0,38,14{$ifdef NODEBUG}-1{$endif});
|
||||||
inherited Init(R, dialog_about);
|
inherited Init(R, dialog_about);
|
||||||
HelpCtx:=hcAbout;
|
HelpCtx:=hcAbout;
|
||||||
@ -4206,7 +4210,10 @@ end;
|
|||||||
END.
|
END.
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.19 2002-05-31 12:37:10 pierre
|
Revision 1.20 2002-06-01 20:08:42 marco
|
||||||
|
* Renamefest
|
||||||
|
|
||||||
|
Revision 1.19 2002/05/31 12:37:10 pierre
|
||||||
+ register asciitable char
|
+ register asciitable char
|
||||||
|
|
||||||
Revision 1.18 2002/05/30 15:02:39 pierre
|
Revision 1.18 2002/05/30 15:02:39 pierre
|
||||||
|
@ -49,6 +49,12 @@
|
|||||||
{$define HasSignal}
|
{$define HasSignal}
|
||||||
{$endif}
|
{$endif}
|
||||||
|
|
||||||
|
{$ifdef NetBSD}
|
||||||
|
{$undef SUPPORTVESA}
|
||||||
|
{$define SUPPORTREDIR}
|
||||||
|
{$undef WinClipSupported}
|
||||||
|
{$define HasSignal}
|
||||||
|
{$endif}
|
||||||
|
|
||||||
{$ifdef Win32}
|
{$ifdef Win32}
|
||||||
{$undef SUPPORTVESA}
|
{$undef SUPPORTVESA}
|
||||||
|
Loading…
Reference in New Issue
Block a user