From 2faa65729de4faf170cbb181a1814d1642cdb7e5 Mon Sep 17 00:00:00 2001 From: Mark van Renswoude Date: Tue, 21 Jul 2009 08:43:32 +0000 Subject: [PATCH] Added: Delphi 2007 package --- Packages/D2007/X2Utils.dof | 160 +++++++++++++++++++++++++++++++++++ Packages/D2007/X2Utils.dpk | 57 +++++++++++++ Packages/D2007/X2Utils.dproj | 72 ++++++++++++++++ Packages/D2007/X2Utils.res | Bin 0 -> 1536 bytes 4 files changed, 289 insertions(+) create mode 100644 Packages/D2007/X2Utils.dof create mode 100644 Packages/D2007/X2Utils.dpk create mode 100644 Packages/D2007/X2Utils.dproj create mode 100644 Packages/D2007/X2Utils.res diff --git a/Packages/D2007/X2Utils.dof b/Packages/D2007/X2Utils.dof new file mode 100644 index 0000000..5f8e4fe --- /dev/null +++ b/Packages/D2007/X2Utils.dof @@ -0,0 +1,160 @@ +[FileVersion] +Version=7.0 +[Compiler] +A=8 +B=0 +C=1 +D=1 +E=0 +F=0 +G=1 +H=1 +I=1 +J=1 +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=1 +X=1 +Y=1 +Z=1 +ShowHints=1 +ShowWarnings=1 +UnitAliases=WinTypes=Windows;WinProcs=Windows;DbiTypes=BDE;DbiProcs=BDE;DbiErrs=BDE; +NamespacePrefix= +SymbolDeprecated=1 +SymbolLibrary=1 +SymbolPlatform=0 +UnitLibrary=1 +UnitPlatform=0 +UnitDeprecated=1 +HResultCompat=1 +HidingMember=1 +HiddenVirtual=1 +Garbage=1 +BoundsError=1 +ZeroNilCompat=1 +StringConstTruncated=1 +ForLoopVarVarPar=1 +TypedConstVarPar=1 +AsgToTypedConst=1 +CaseLabelRange=1 +ForVariable=1 +ConstructingAbstract=1 +ComparisonFalse=1 +ComparisonTrue=1 +ComparingSignedUnsigned=1 +CombiningSignedUnsigned=1 +UnsupportedConstruct=1 +FileOpen=1 +FileOpenUnitSrc=1 +BadGlobalSymbol=1 +DuplicateConstructorDestructor=1 +InvalidDirective=1 +PackageNoLink=1 +PackageThreadVar=1 +ImplicitImport=1 +HPPEMITIgnored=1 +NoRetVal=1 +UseBeforeDef=1 +ForLoopVarUndef=1 +UnitNameMismatch=1 +NoCFGFileFound=1 +MessageDirective=1 +ImplicitVariants=1 +UnicodeToLocale=1 +LocaleToUnicode=1 +ImagebaseMultiple=1 +SuspiciousTypecast=1 +PrivatePropAccessor=1 +UnsafeType=0 +UnsafeCode=0 +UnsafeCast=0 +[Linker] +MapFile=0 +OutputObjs=0 +ConsoleApp=1 +DebugInfo=0 +RemoteSymbols=0 +MinStackSize=16384 +MaxStackSize=1048576 +ImageBase=4194304 +ExeDescription=X2Utils +[Directories] +OutputDir= +UnitOutputDir=$(DELPHILIB) +PackageDLLOutputDir=$(DELPHIBIN) +PackageDCPOutputDir=$(DELPHIBIN) +SearchPath= +Packages=vcl;rtl;dbrtl;vcldb;vclx;dss;dsnapcrba;dsnapcon;inetdb;webdsnap;websnap;dbxcds;Irc;parsdpk;hotspotter +Conditionals= +DebugSourceDirs= +UsePackages=0 +[Parameters] +RunParams=ip-to-country.csv countries.csv geo.db +HostApplication= +Launcher= +UseLauncher=0 +DebugCWD= +[Version Info] +IncludeVerInfo=1 +AutoIncBuild=0 +MajorVer=1 +MinorVer=0 +Release=0 +Build=0 +Debug=0 +PreRelease=0 +Special=0 +Private=0 +DLL=0 +Locale=1043 +CodePage=1252 +[Version Info Keys] +CompanyName= +FileDescription= +FileVersion=1.0.0.0 +InternalName= +LegalCopyright= +LegalTrademarks= +OriginalFilename= +ProductName= +ProductVersion=1.0.0.0 +Comments= +[Excluded Packages] +P:\Algemeen\bin\xtx_d7.bpl=(untitled) +P:\Algemeen\bin\xdevice9.bpl=(untitled) +P:\algemeen\bin\VirtualTreesD7D.bpl=(untitled) +[HistoryLists\hlUnitAliases] +Count=1 +Item0=WinTypes=Windows;WinProcs=Windows;DbiTypes=BDE;DbiProcs=BDE;DbiErrs=BDE; +[HistoryLists\hlSearchPath] +Count=2 +Item0=..\.. +Item1=F:\Development\VDarts\Packages +[HistoryLists\hlUnitOutputDirectory] +Count=6 +Item0=$(DELPHILIB) +Item1=P:\Algemeen\lib +Item2=..\..\Lib\D7 +Item3=..\..\Dcu +Item4=..\..\..\Dcu +Item5=Dcu +[HistoryLists\hlBPLOutput] +Count=4 +Item0=$(DELPHIBIN) +Item1=..\..\Lib\D7 +Item2=Lib\D7 +Item3=..\Lib\D7 +[HistoryLists\hlDCPOutput] +Count=1 +Item0=$(DELPHIBIN) diff --git a/Packages/D2007/X2Utils.dpk b/Packages/D2007/X2Utils.dpk new file mode 100644 index 0000000..f4b7e6f --- /dev/null +++ b/Packages/D2007/X2Utils.dpk @@ -0,0 +1,57 @@ +package X2Utils; + +{$R *.res} +{$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 ON} +{$TYPEDADDRESS OFF} +{$VARSTRINGCHECKS ON} +{$WRITEABLECONST ON} +{$MINENUMSIZE 1} +{$IMAGEBASE $400000} +{$DESCRIPTION 'X2Utils'} +{$LIBSUFFIX '2007'} +{$RUNONLY} +{$IMPLICITBUILD ON} + +requires + rtl, + vcl, + vclx; + +contains + X2UtApp in '..\..\X2UtApp.pas', + X2UtBits in '..\..\X2UtBits.pas', + X2UtGraphics in '..\..\X2UtGraphics.pas', + X2UtHandCursor in '..\..\X2UtHandCursor.pas', + X2UtHashes in '..\..\X2UtHashes.pas', + X2UtHashesVariants in '..\..\X2UtHashesVariants.pas', + X2UtMisc in '..\..\X2UtMisc.pas', + X2UtOS in '..\..\X2UtOS.pas', + X2UtStrings in '..\..\X2UtStrings.pas', + X2UtImageInfo in '..\..\X2UtImageInfo.pas', + X2UtTempFile in '..\..\X2UtTempFile.pas', + X2UtIniParser in '..\..\X2UtIniParser.pas', + X2UtProcess in '..\..\X2UtProcess.pas', + X2UtSingleInstance in '..\..\X2UtSingleInstance.pas', + X2UtStreams in '..\..\X2UtStreams.pas', + X2UtNamedFormat in '..\..\X2UtNamedFormat.pas', + X2UtPersist in '..\..\X2UtPersist.pas', + X2UtPersistForm in '..\..\X2UtPersistForm.pas', + X2UtPersistIntf in '..\..\X2UtPersistIntf.pas', + X2UtPersistRegistry in '..\..\X2UtPersistRegistry.pas'; + +end. diff --git a/Packages/D2007/X2Utils.dproj b/Packages/D2007/X2Utils.dproj new file mode 100644 index 0000000..ef3573e --- /dev/null +++ b/Packages/D2007/X2Utils.dproj @@ -0,0 +1,72 @@ + + + {3cd28184-f9a5-4320-9ad8-80ef25ba762e} + X2Utils.dpk + Debug + AnyCPU + DCC32 + ..\..\..\..\bin\D2007\X2Utils2007.bpl + + + 7.0 + False + True + False + True + 0 + RELEASE + + + 7.0 + True + True + $(DELPHILIB) + $(DELPHILIB) + $(DELPHILIB) + $(DELPHIBIN) + $(DELPHIBIN) + + + Delphi.Personality + Package + +FalseTrueFalseX2UtilsTrueFalseTrue2007TrueFalse1000FalseFalseFalseFalseFalse104312521.0.0.01.0.0.0X2Utils.dpk + + + Microsoft Office 2000 Sample Automation Server Wrapper Components + Microsoft Office XP Sample Automation Server Wrapper Components + + + + + + MainSource + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Packages/D2007/X2Utils.res b/Packages/D2007/X2Utils.res new file mode 100644 index 0000000000000000000000000000000000000000..38260714563c9cd5cb868debc09befcf904520f0 GIT binary patch literal 1536 zcmZuw&ubGw6#ils5{T45J$Y#m5%C}?Ewm?FF;)s{#Y(TG*k)U7lhBR3k%Fca%)lP{ zpGYBx2!jw$-u(*%J$N%W3l_)k&Fm&^=p*0Gym{aIIT-*b5ym)hdqI9(N$pv3GS*fs zPI@Wn4mTxYk;ou9rqAWl2KYm}?G}EyCEDos`!q-qvKY7U>*_Kn1T!Ky@+6GcNEG?Jg10i~4I-H|SYxd>jRlAOi5+l99jhRH#!djTH%el=XQ3>Ei+Tr~`R zf79v(+Hca{i*LQx#TSen^6l0sp%EkbraBDysKvJ#0CS=0c^Ky5SD;aj%?GX4XrGj9X-IwIYR7(mlscR77JicW_{%)QpiMb`RL z%=@6kHj~yTPURg*K?VDjT_PuFXN*bF&l)2bWRJ{X0%mX(?+1A-oC<&`!PzQ#`;jo)HhR z!Znri??PTf2Bnf`UxmD)44T8YRJ`;pHLuJv)EZW?&hI0<;BMJwShx9>xEJ~C{bnoj z76l@1U2qD#;Yo79<(s9fqKSR%pavgHTz9d>$Td_^C+DN(lrf8G%&^;8)*uz#Wc&@w!U2jm^8YZ}FIcdxaEdgHHTn*;jp>J)-EhA5M%3ULOpX?E58uyqzMVepg zY+7!Oxp&7ZxNY-4q20GuskXs7rCT4{^mO9t9PwU~v4Ktc?Qz}5YgUqqH8vQy!-LqZ`i)v>?NDbAg!=s3th8yr&Wz^6S!sn S39iE$y>`hwe;1S9PwziLzC!B& literal 0 HcmV?d00001