Subversion Repositories autosfx

Rev

Blame | Last modification | View Log | RSS feed

  1. package ZMstr190D11;
  2. (*  
  3.      machine generated by ZipHelper (c) 2008 - Do NOT edit
  4.   ZMstr190D11.pkg - installation package for Delphi 11
  5.   ZipMaster by Chris Vleghert, Eric W. Engler, Roger Aelbrecht and Russell Peters
  6.   1.9.0
  7.   Copyright (C) 2010  Russell Peters
  8.  
  9.     Copyright (C) 2009, 2010  by Russell J. Peters, Roger Aelbrecht,
  10.       Eric W. Engler and Chris Vleghert.
  11.  
  12.         This file is part of TZipMaster Version 1.9.
  13.  
  14.     TZipMaster is free software: you can redistribute it and/or modify
  15.     it under the terms of the GNU Lesser General Public License as published by
  16.     the Free Software Foundation, either version 3 of the License, or
  17.     (at your option) any later version.
  18.  
  19.     TZipMaster is distributed in the hope that it will be useful,
  20.     but WITHOUT ANY WARRANTY; without even the implied warranty of
  21.     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  22.     GNU Lesser General Public License for more details.
  23.  
  24.     You should have received a copy of the GNU Lesser General Public License
  25.     along with TZipMaster.  If not, see <http://www.gnu.org/licenses/>.
  26.  
  27.     contact: problems@delphizip.org (include ZipMaster in the subject).
  28.     updates: http://www.delphizip.org
  29.     DelphiZip maillist subscribe at http://www.freelists.org/list/delphizip
  30.  
  31.   generated 11 Sep 2010 8:40 AM  
  32. ---------------------------------------------------------------------------*)
  33. {$R *.RES}
  34. {$R Zipmaster19.dcr}
  35. {$ALIGN OFF}
  36. {$ASSERTIONS ON}
  37. {$BOOLEVAL OFF}
  38. {$DEBUGINFO OFF}
  39. {$EXTENDEDSYNTAX ON}
  40. {$IMPORTEDDATA OFF}
  41. {$IOCHECKS ON}
  42. {$LOCALSYMBOLS OFF}
  43. {$LONGSTRINGS ON}
  44. {$OPENSTRINGS OFF}
  45. {$OPTIMIZATION ON}
  46. {$OVERFLOWCHECKS OFF}
  47. {$RANGECHECKS ON}
  48. {$REFERENCEINFO OFF}
  49. {$SAFEDIVIDE OFF}
  50. {$STACKFRAMES ON}
  51. {$TYPEDADDRESS OFF}
  52. {$VARSTRINGCHECKS ON}
  53. {$WRITEABLECONST ON}
  54. {$MINENUMSIZE 1}
  55. {$IMAGEBASE $06200000}
  56. {$DESCRIPTION 'ZipMaster 1.9.0 '}
  57. {$IMPLICITBUILD ON}
  58. requires
  59.   vcl,
  60.   vclx;
  61. contains
  62.   ZMCenDir19    in '..\ZMCenDir19.pas',
  63.   ZMCompat19    in '..\ZMCompat19.pas',
  64.   ZMCore19      in '..\ZMCore19.pas',
  65.   ZMCtx19       in '..\ZMCtx19.pas',
  66.   ZMDefMsgs19   in '..\ZMDefMsgs19.pas',
  67.   ZMDelZip19    in '..\ZMDelZip19.pas',
  68.   ZMDlg19       in '..\ZMDlg19.pas',
  69.   ZMDllLoad19   in '..\ZMDllLoad19.pas',
  70.   ZMDllOpr19    in '..\ZMDllOpr19.pas',
  71.   ZMDrv19       in '..\ZMDrv19.pas',
  72.   ZMEOC19       in '..\ZMEOC19.pas',
  73.   ZMExtrLZ7719  in '..\ZMExtrLZ7719.pas',
  74.   ZMHash19      in '..\ZMHash19.pas',
  75.   ZMIRec19      in '..\ZMIRec19.pas',
  76.   ZMMatch19     in '..\ZMMatch19.pas',
  77.   ZMMsg19       in '..\ZMMsg19.pas',
  78.   ZMMsgStr19    in '..\ZMMsgStr19.pas',
  79.   ZMSFXInt19    in '..\ZMSFXInt19.pas',
  80.   ZMStructs19   in '..\ZMStructs19.pas',
  81.   ZMUTF819      in '..\ZMUTF819.pas',
  82.   ZMUtils19     in '..\ZMUtils19.pas',
  83.   ZMWAUX19      in '..\ZMWAUX19.pas',
  84.   ZMWorkFile19  in '..\ZMWorkFile19.pas',
  85.   ZMWrkr19      in '..\ZMWrkr19.pas',
  86.   ZMWUtils19    in '..\ZMWUtils19.pas',
  87.   ZMXcpt19      in '..\ZMXcpt19.pas',
  88.   ZMZipFile19   in '..\ZMZipFile19.pas',
  89.   ZipMstr19     in '..\ZipMstr19.pas';
  90. end.
  91.