123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144 |
- <?xml version="1.0"?>
- <CONFIG>
- <ProjectOptions>
- <Version Value="9"/>
- <PathDelim Value="\"/>
- <General>
- <Flags>
- <SaveClosedFiles Value="False"/>
- </Flags>
- <SessionStorage Value="InProjectDir"/>
- <MainUnit Value="0"/>
- <Title Value="CheckRideResourceZipper"/>
- <ResourceType Value="res"/>
- </General>
- <i18n>
- <EnableI18N LFM="False"/>
- </i18n>
- <VersionInfo>
- <AutoIncrementBuild Value="True"/>
- <MajorVersionNr Value="1"/>
- <BuildNr Value="1"/>
- <StringTable Comments="X11 license: all use permitted but no liability accepted" CompanyName="Reinier Olislagers" ProductName="CheckRideResourceZipper" InternalName="CheckRideResourceZipper" LegalCopyright="Reinier Olislagers" ProductVersion="" FileDescription="Utility program that zips resources for CheckRide compilation" OriginalFilename="CheckRideResourceZipper.exe"/>
- </VersionInfo>
- <BuildModes Count="2">
- <Item1 Name="Default" Default="True"/>
- <Item2 Name="Debug">
- <CompilerOptions>
- <Version Value="11"/>
- <PathDelim Value="\"/>
- <Target>
- <Filename Value="checkrideresourcezipper"/>
- </Target>
- <SearchPaths>
- <IncludeFiles Value="$(ProjOutDir)"/>
- <UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
- </SearchPaths>
- <CodeGeneration>
- <Checks>
- <IOChecks Value="True"/>
- <RangeChecks Value="True"/>
- <OverflowChecks Value="True"/>
- <StackChecks Value="True"/>
- </Checks>
- </CodeGeneration>
- <Linking>
- <Debugging>
- <DebugInfoType Value="dsDwarf2Set"/>
- <UseHeaptrc Value="True"/>
- </Debugging>
- </Linking>
- <Other>
- <CompilerMessages>
- <UseMsgFile Value="True"/>
- </CompilerMessages>
- <CustomOptions Value="-dDEBUG"/>
- <CompilerPath Value="$(CompPath)"/>
- </Other>
- </CompilerOptions>
- </Item2>
- </BuildModes>
- <PublishOptions>
- <Version Value="2"/>
- <IncludeFileFilter Value="*.(pas|pp|inc|lfm|lpr|lrs|lpi|lpk|sh|xml)"/>
- <ExcludeFileFilter Value="*.(bak|ppu|o|so);*~;backup"/>
- </PublishOptions>
- <RunParams>
- <local>
- <FormatVersion Value="1"/>
- <CommandLineParams Value="-o "..\Output\" --writeresourcehelp"/>
- </local>
- </RunParams>
- <RequiredPackages Count="2">
- <Item1>
- <PackageName Value="LCLBase"/>
- <MinVersion Major="1" Valid="True" Release="1"/>
- </Item1>
- <Item2>
- <PackageName Value="LCL"/>
- </Item2>
- </RequiredPackages>
- <Units Count="3">
- <Unit0>
- <Filename Value="CheckRideResourceZipper.lpr"/>
- <IsPartOfProject Value="True"/>
- <UnitName Value="CheckRideResourceZipper"/>
- </Unit0>
- <Unit1>
- <Filename Value="checkrideutil.pas"/>
- <IsPartOfProject Value="True"/>
- <UnitName Value="CheckRideUtil"/>
- </Unit1>
- <Unit2>
- <Filename Value="resourcezipper.pas"/>
- <IsPartOfProject Value="True"/>
- <UnitName Value="resourcezipper"/>
- </Unit2>
- </Units>
- </ProjectOptions>
- <CompilerOptions>
- <Version Value="11"/>
- <PathDelim Value="\"/>
- <Target>
- <Filename Value="checkrideresourcezipper"/>
- </Target>
- <SearchPaths>
- <IncludeFiles Value="$(ProjOutDir)"/>
- <UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
- </SearchPaths>
- <CodeGeneration>
- <SmartLinkUnit Value="True"/>
- <SmallerCode Value="True"/>
- <Optimizations>
- <OptimizationLevel Value="3"/>
- </Optimizations>
- </CodeGeneration>
- <Linking>
- <Debugging>
- <GenerateDebugInfo Value="False"/>
- <DebugInfoType Value="dsStabs"/>
- <UseExternalDbgSyms Value="True"/>
- </Debugging>
- <LinkSmart Value="True"/>
- </Linking>
- <Other>
- <CompilerMessages>
- <UseMsgFile Value="True"/>
- </CompilerMessages>
- <CompilerPath Value="$(CompPath)"/>
- </Other>
- </CompilerOptions>
- <Debugging>
- <Exceptions Count="3">
- <Item1>
- <Name Value="EAbort"/>
- </Item1>
- <Item2>
- <Name Value="ECodetoolError"/>
- </Item2>
- <Item3>
- <Name Value="EFOpenError"/>
- </Item3>
- </Exceptions>
- </Debugging>
- </CONFIG>
|