mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-16 17:59:25 +02:00
* Renamefest
This commit is contained in:
parent
4af59f4504
commit
aaea02b70f
@ -1094,9 +1094,6 @@ begin
|
||||
{$ifdef go32v2}
|
||||
TargetSwitches^.SetCurrSel(1);
|
||||
{$endif}
|
||||
{$ifdef freebsd}
|
||||
TargetSwitches^.SetCurrSel(2);
|
||||
{$endif}
|
||||
{$ifdef linux}
|
||||
{$ifdef i386}
|
||||
TargetSwitches^.SetCurrSel(3);
|
||||
@ -1105,6 +1102,10 @@ begin
|
||||
TargetSwitches^.SetCurrSel(2);
|
||||
{$endif m68k}
|
||||
{$endif linux}
|
||||
{$ifdef freebsd}
|
||||
TargetSwitches^.SetCurrSel(2);
|
||||
{$endif}
|
||||
|
||||
{$ifdef os2}
|
||||
TargetSwitches^.SetCurrSel(4);
|
||||
{$endif}
|
||||
@ -1237,7 +1238,10 @@ end;
|
||||
end.
|
||||
{
|
||||
$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
|
||||
|
||||
Revision 1.7 2002/04/10 22:41:05 pierre
|
||||
|
@ -3779,6 +3779,10 @@ begin
|
||||
{$ifdef FreeBSD}
|
||||
OSStr:='FreeBSD';
|
||||
{$endif}
|
||||
{$ifdef NetBSD}
|
||||
OSStr:='NetBSD';
|
||||
{$endif}
|
||||
|
||||
R.Assign(0,0,38,14{$ifdef NODEBUG}-1{$endif});
|
||||
inherited Init(R, dialog_about);
|
||||
HelpCtx:=hcAbout;
|
||||
@ -4206,7 +4210,10 @@ end;
|
||||
END.
|
||||
{
|
||||
$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
|
||||
|
||||
Revision 1.18 2002/05/30 15:02:39 pierre
|
||||
|
@ -49,6 +49,12 @@
|
||||
{$define HasSignal}
|
||||
{$endif}
|
||||
|
||||
{$ifdef NetBSD}
|
||||
{$undef SUPPORTVESA}
|
||||
{$define SUPPORTREDIR}
|
||||
{$undef WinClipSupported}
|
||||
{$define HasSignal}
|
||||
{$endif}
|
||||
|
||||
{$ifdef Win32}
|
||||
{$undef SUPPORTVESA}
|
||||
|
Loading…
Reference in New Issue
Block a user