/[projects]/dao/DelphiScanner/Components/tpsystools_4.04/packages/Delphi XE5/S404_r.dpk
ViewVC logotype

Annotation of /dao/DelphiScanner/Components/tpsystools_4.04/packages/Delphi XE5/S404_r.dpk

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2671 - (hide annotations) (download)
Tue Aug 25 18:15:15 2015 UTC (8 years, 10 months ago) by torben
File size: 5053 byte(s)
Added tpsystools component
1 torben 2671 (* ***** BEGIN LICENSE BLOCK *****
2     * Version: MPL 1.1
3     *
4     * The contents of this file are subject to the Mozilla Public License Version
5     * 1.1 (the "License"); you may not use this file except in compliance with
6     * the License. You may obtain a copy of the License at
7     * http://www.mozilla.org/MPL/
8     *
9     * Software distributed under the License is distributed on an "AS IS" basis,
10     * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
11     * for the specific language governing rights and limitations under the
12     * License.
13     *
14     * The Original Code is TurboPower SysTools
15     *
16     * The Initial Developer of the Original Code is
17     * TurboPower Software
18     *
19     * Portions created by the Initial Developer are Copyright (C) 1996-2002
20     * the Initial Developer. All Rights Reserved.
21     *
22     * Contributor(s):
23     *
24     * ***** END LICENSE BLOCK ***** *)
25    
26     {*********************************************************}
27     {* SysTools: S404_R90.DPK 4.04 *}
28     {*********************************************************}
29     {* SysTools: Delphi XE2/Win32 Run-Time Package Source *}
30     {*********************************************************}
31    
32     package S404_r;
33    
34     {$R *.res}
35     {$ALIGN 8}
36     {$ASSERTIONS ON}
37     {$BOOLEVAL OFF}
38     {$DEBUGINFO ON}
39     {$EXTENDEDSYNTAX ON}
40     {$IMPORTEDDATA ON}
41     {$IOCHECKS ON}
42     {$LOCALSYMBOLS ON}
43     {$LONGSTRINGS ON}
44     {$OPENSTRINGS ON}
45     {$OPTIMIZATION ON}
46     {$OVERFLOWCHECKS OFF}
47     {$RANGECHECKS OFF}
48     {$REFERENCEINFO OFF}
49     {$SAFEDIVIDE OFF}
50     {$STACKFRAMES OFF}
51     {$TYPEDADDRESS OFF}
52     {$VARSTRINGCHECKS ON}
53     {$WRITEABLECONST OFF}
54     {$MINENUMSIZE 1}
55     {$IMAGEBASE $400000}
56     {$DESCRIPTION 'TurboPower SysTools 4.04 Run-time package'}
57     {$LIBSUFFIX '190'}
58     {$RUNONLY}
59     {$IMPLICITBUILD OFF}
60    
61     requires
62     vcl,
63     vclx;
64    
65     contains
66     StAstro in '..\..\source\StAstro.pas',
67     StAstroP in '..\..\source\StAstroP.pas',
68     StBCD in '..\..\source\StBCD.pas',
69     StBarC in '..\..\source\StBarC.pas',
70     StBase in '..\..\source\StBase.pas',
71     StBits in '..\..\source\StBits.pas',
72     StColl in '..\..\source\StColl.pas',
73     StConst in '..\..\source\StConst.pas',
74     StCRC in '..\..\source\StCRC.pas',
75     StDateSt in '..\..\source\StDateSt.pas',
76     StDict in '..\..\source\StDict.pas',
77     StDQue in '..\..\source\StDQue.pas',
78     StEclpse in '..\..\source\StEclpse.pas',
79     StExpr in '..\..\source\StExpr.pas',
80     StFIN in '..\..\source\StFIN.pas',
81     StHASH in '..\..\source\StHASH.pas',
82     StJup in '..\..\source\StJup.pas',
83     StJupsat in '..\..\source\StJupsat.pas',
84     StLArr in '..\..\source\StLArr.pas',
85     StList in '..\..\source\StList.pas',
86     StMars in '..\..\source\StMars.pas',
87     StMath in '..\..\source\StMath.pas',
88     StMerc in '..\..\source\StMerc.pas',
89     StMime in '..\..\source\StMime.pas',
90     StNVBits in '..\..\source\StNVBits.pas',
91     StNVColl in '..\..\source\StNVColl.pas',
92     StNVCont in '..\..\source\StNVCont.pas',
93     StNVDQ in '..\..\source\StNVDQ.pas',
94     StNVDict in '..\..\source\StNVDict.pas',
95     StNVLAry in '..\..\source\StNVLAry.pas',
96     StNVLMat in '..\..\source\StNVLMat.pas',
97     StNVList in '..\..\source\StNVList.pas',
98     StNVSCol in '..\..\source\StNVSCol.pas',
99     StNVTree in '..\..\source\StNVTree.pas',
100     StNeptun in '..\..\source\StNeptun.pas',
101     StOStr in '..\..\source\StOStr.pas',
102     StPluto in '..\..\source\StPluto.pas',
103     StPQueue in '..\..\source\StPQueue.pas',
104     StRegIni in '..\..\source\StRegIni.pas',
105     StSaturn in '..\..\source\StSaturn.pas',
106     StSort in '..\..\source\StSort.pas',
107     StStat in '..\..\source\StStat.pas',
108     StStrL in '..\..\source\StStrL.pas',
109     StStrS in '..\..\source\StStrS.pas',
110     StStrZ in '..\..\source\StStrZ.pas',
111     StText in '..\..\source\StText.pas',
112     StTree in '..\..\source\StTree.pas',
113     StUranus in '..\..\source\StUranus.pas',
114     StUtils in '..\..\source\StUtils.pas',
115     StVArr in '..\..\source\StVArr.pas',
116     StVInfo in '..\..\source\StVInfo.pas',
117     StVenus in '..\..\source\StVenus.pas',
118     StDate in '..\..\source\StDate.pas',
119     StBarPN in '..\..\source\StBarPN.pas',
120     StwmDCpy in '..\..\source\StwmDCpy.pas',
121     StToHTML in '..\..\source\StToHTML.pas',
122     StStrW in '..\..\source\StStrW.pas',
123     StSpawn in '..\..\source\StSpawn.pas',
124     StStrms in '..\..\source\StStrms.pas',
125     StNet in '..\..\source\StNet.pas',
126     StNetApi in '..\..\source\StNetApi.pas',
127     StNetCon in '..\..\source\StNetCon.pas',
128     StNetPfm in '..\..\source\StNetPfm.pas',
129     StNetMsg in '..\..\source\StNetMsg.pas',
130     StRegEx in '..\..\source\StRegEx.pas',
131     StFirst in '..\..\source\StFirst.pas',
132     StMerge in '..\..\source\StMerge.pas',
133     StDecMth in '..\..\source\StDecMth.pas',
134     StMoney in '..\..\source\StMoney.pas',
135     StNTLog in '..\..\source\StNTLog.pas',
136     StGenLog in '..\..\source\StGenLog.pas',
137     StRandom in '..\..\source\StRandom.pas',
138     StIniStm in '..\..\source\StIniStm.pas',
139     St2DBarC in '..\..\source\St2DBarC.pas',
140     StTxtDat in '..\..\source\StTxtDat.pas',
141     StSystem in '..\..\source\StSystem.pas',
142     StPtrns in '..\..\source\StPtrns.pas',
143     StExpLog in '..\..\source\StExpLog.pas';
144    
145     end.

  ViewVC Help
Powered by ViewVC 1.1.20