mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-02 17:50:16 +02:00
- removed probably accidently commited IDE configuration files
This commit is contained in:
parent
b048ae37b2
commit
7aabdb85fa
@ -1,61 +0,0 @@
|
|||||||
# Automatically created file, don't edit.
|
|
||||||
#IFDEF NORMAL
|
|
||||||
-Tembedded
|
|
||||||
-Mfpc
|
|
||||||
-va
|
|
||||||
-Sg
|
|
||||||
-Si
|
|
||||||
-Os
|
|
||||||
-CpZ80
|
|
||||||
-OpZ80
|
|
||||||
-Fu/home/muller/pas/fpc-$fpcversion/lib/fpc/$fpcversion/units/$fpctarget/*
|
|
||||||
-g-
|
|
||||||
-p-
|
|
||||||
-b-
|
|
||||||
#ENDIF
|
|
||||||
|
|
||||||
#IFDEF DEBUG
|
|
||||||
-Tembedded
|
|
||||||
-Mfpc
|
|
||||||
-Sg
|
|
||||||
-Si
|
|
||||||
-Sa
|
|
||||||
-Cr
|
|
||||||
-Ci
|
|
||||||
-Co
|
|
||||||
-CR
|
|
||||||
-Os
|
|
||||||
-CpZ80
|
|
||||||
-OpZ80
|
|
||||||
-g
|
|
||||||
-p-
|
|
||||||
-b-
|
|
||||||
|
|
||||||
-TLinux
|
|
||||||
-CpLX106
|
|
||||||
-OpLX106
|
|
||||||
-CpATHLON64
|
|
||||||
-OpCOREI
|
|
||||||
#ENDIF
|
|
||||||
|
|
||||||
#IFDEF RELEASE
|
|
||||||
-Tembedded
|
|
||||||
-Mfpc
|
|
||||||
-Sg
|
|
||||||
-Si
|
|
||||||
-CX
|
|
||||||
-Os
|
|
||||||
-CpZ80
|
|
||||||
-OpZ80
|
|
||||||
-XS
|
|
||||||
-g-
|
|
||||||
-p-
|
|
||||||
-b-
|
|
||||||
|
|
||||||
-TLinux
|
|
||||||
-CpLX106
|
|
||||||
-OpLX106
|
|
||||||
-CpATHLON64
|
|
||||||
-OpCOREI
|
|
||||||
#ENDIF
|
|
||||||
|
|
Binary file not shown.
@ -1,56 +0,0 @@
|
|||||||
[Compile]
|
|
||||||
CompileMode=NORMAL
|
|
||||||
|
|
||||||
[Editor]
|
|
||||||
DefaultTabSize=8
|
|
||||||
DefaultIndentSize=1
|
|
||||||
DefaultFlags=20599
|
|
||||||
DefaultSaveExt=.pas
|
|
||||||
|
|
||||||
[Highlight]
|
|
||||||
Exts="*.pas;*.pp;*.inc;*.dpr;*.lpr"
|
|
||||||
NeedsTabs="make*;make*.*;fpcmake.loc"
|
|
||||||
|
|
||||||
[SourcePath]
|
|
||||||
SourceList=""
|
|
||||||
|
|
||||||
[Mouse]
|
|
||||||
DoubleDelay=8
|
|
||||||
ReverseButtons=0
|
|
||||||
AltClickAction=6
|
|
||||||
CtrlClickAction=1
|
|
||||||
|
|
||||||
[Keyboard]
|
|
||||||
EditKeys=microsoft
|
|
||||||
|
|
||||||
[Search]
|
|
||||||
FindFlags=4
|
|
||||||
|
|
||||||
[Breakpoints]
|
|
||||||
Count=0
|
|
||||||
|
|
||||||
[Watches]
|
|
||||||
Count=0
|
|
||||||
|
|
||||||
[Preferences]
|
|
||||||
DesktopFileFlags=209
|
|
||||||
CenterCurrentLineWhileDebugging=1
|
|
||||||
AutoSaveFlags=6
|
|
||||||
MiscOptions=6
|
|
||||||
DesktopLocation=1
|
|
||||||
|
|
||||||
[Misc]
|
|
||||||
ShowReadme=0
|
|
||||||
|
|
||||||
[Run]
|
|
||||||
RemotePort=2345
|
|
||||||
RemoteSendCommand=$REMOTECOPY $CONFIG $IDENT $LOCALFILE $REMOTEMACHINE:$REMOTEDIR
|
|
||||||
RemoteExecCommand="cd $REMOTEDIR; chmod u+x ./$LOCALFILENAME; $REMOTEGDBSERVER :$REMOTEPORT ./$LOCALFILENAME"
|
|
||||||
RemoteSshExecCommand=$START $REMOTESHELL $CONFIG $IDENT -L $REMOTEPORT:localhost:$REMOTEPORT $REMOTEMACHINE "$REMOTEEXECCOMMAND" $DOITINBACKGROUND
|
|
||||||
gdbserver=gdbserver
|
|
||||||
RemoteCopy=scp
|
|
||||||
RemoteShell=ssh
|
|
||||||
|
|
||||||
[Files]
|
|
||||||
OpenExts="*.pas;*.pp;*.inc;*.dpr;*.lpr"
|
|
||||||
PrinterDevice=prn
|
|
Loading…
Reference in New Issue
Block a user