Update of /cvsroot/ocs-comps/OCS2/K1
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10593/K1
Added Files:
orckak1.conf orckak1.dpk orckak1.dpu orckak1.kof orckak1.res
Log Message:
Initially added to source control
--- NEW FILE: orckak1.dpk ---
package orckak1;
{$R *.res}
{$R '../source/OrckaRegister.dcr'}
{$ALIGN 8}
{$ASSERTIONS ON}
{$BOOLEVAL OFF}
{$DEBUGINFO ON}
{$EXTENDEDSYNTAX ON}
{$IMPORTEDDATA ON}
{$IOCHECKS ON}
{$LOCALSYMBOLS ON}
{$LONGSTRINGS ON}
{$OPENSTRINGS ON}
{$OPTIMIZATION ON}
{$OVERFLOWCHECKS OFF}
{$RANGECHECKS OFF}
{$REFERENCEINFO ON}
{$SAFEDIVIDE OFF}
{$STACKFRAMES OFF}
{$TYPEDADDRESS OFF}
{$VARSTRINGCHECKS ON}
{$WRITEABLECONST OFF}
{$MINENUMSIZE 1}
{$IMAGEBASE $400000}
{$IMPLICITBUILD OFF}
requires
baseclx,
visualclx,
designide;
contains
CSVProcs in '../source/CSVProcs.pas',
OrckaAddinManager in '../source/OrckaAddinManager.pas',
OrckaAddinManagerShared in '../source/OrckaAddinManagerShared.pas',
OrckaButton in '../source/OrckaButton.pas',
OrckaLibraryLoader in '../source/OrckaLibraryLoader.pas',
OrckaRegister in '../source/OrckaRegister.pas',
OrckaSpellChecker in '../source/OrckaSpellChecker.pas',
OrckaStringGrid in '../source/OrckaStringGrid.pas',
OrckaTimer in '../source/OrckaTimer.pas',
OrckaWebLabel in '../source/OrckaWebLabel.pas';
end.
--- NEW FILE: orckak1.conf ---
-$A8
-$B-
-$C+
-$D+
-$E-
-$F-
-$G+
-$H+
-$I+
-$J-
-$K-
-$L+
-$M-
-$N+
-$O+
-$P+
-$Q-
-$R-
-$S-
-$T-
-$U-
-$V+
-$W-
-$X+
-$YD
-$Z1
-cg
-H+
-W+
-M
-$M16384,1048576
-K$00400000
-U"/home/simon/kylix/source/toolsapi"
-O"/home/simon/kylix/source/toolsapi"
-I"/home/simon/kylix/source/toolsapi"
-R"/home/simon/kylix/source/toolsapi"
-Z
--- NEW FILE: orckak1.kof ---
[Compiler]
A=8
B=0
C=1
D=1
E=0
F=0
G=1
H=1
I=1
J=0
K=0
L=1
M=0
N=1
O=1
P=1
Q=0
R=0
S=0
T=0
U=0
V=1
W=0
X=1
Y=1
Z=1
ShowHints=1
ShowWarnings=1
UnitAliases=
[Linker]
MapFile=0
OutputObjs=0
ConsoleApp=1
DebugInfo=0
RemoteSymbols=0
MinStackSize=16384
MaxStackSize=1048576
ImageBase=4194304
ExeDescription=
DynamicLoader=/lib/ld-linux.so.2
[Directories]
OutputDir=
UnitOutputDir=
PackageDLLOutputDir=
PackageDCPOutputDir=
SearchPath=/home/simon/kylix/source/toolsapi
Packages=
Conditionals=
DebugSourceDirs=
UsePackages=0
[Parameters]
RunParams=
HostApplication=
Launcher=/usr/X11R6/bin/xterm -T KylixDebuggerOutput -e bash -i -c %debuggee%
UseLauncher=0
DebugCWD=
--- NEW FILE: orckak1.res ---
(This appears to be a binary file; contents omitted.)
--- NEW FILE: orckak1.dpu ---
(This appears to be a binary file; contents omitted.)
|