home *** CD-ROM | disk | FTP | other *** search
- // Common Archiver Kit Experiment(CAKE) config
- // Common Interface for Compression/Decompression components.
- // Copyright (C) Joseph Leung 2001 (lycj@yahoo.com)
- //
- //This library is free software; you can redistribute it and/or
- //modify it under the terms of the GNU Lesser General Public
- //License as published by the Free Software Foundation; either
- //version 2.1 of the License, or (at your option) any later version.
- //
- //This library is distributed in the hope that it will be useful,
- //but WITHOUT ANY WARRANTY; without even the implied warranty of
- //MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- //Lesser General Public License for more details.
- //
- //You should have received a copy of the GNU Lesser General Public
- //License along with this library; if not, write to the Free Software
- //Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-
-
- //How-to use : }
- //{$DEFINE XXXXXX} Enable }
- //{.$DEFINE XXXXXX} Disable }
- // }
- //Disable it if you dont have that component }
- ///////////////////////////////////////////////////////
- {.$DEFINE USE_WINEXT} //}
- //Define use WinEx32.Dll to check filetype }
- //Disable it will use extension to check filetype }
- //http://aka.site.ne.jp/ }
- ///////////////////////////////////////////////////////
- {$DEFINE USE_ZIP} //}
- //Wrapping ZIPSFX, ZIP, PK3, JAR }
- //Require Delphi Zip 1.60N }
- //http://www.geocities.com/SiliconValley/Orchard/8607 }
- // }
- //If you want to use Ziprename please modify this }
- //ZipMstr.pas 5449 if k <> 0 then }
- //Change it to if k = 1 then }
- ///////////////////////////////////////////////////////
- {$DEFINE USE_ZIPR} //}
- //Zip Repair component }
- //http://www.geocities.com/SiliconValley/Orchard/8607 }
- ///////////////////////////////////////////////////////
- {$DEFINE USE_ACE} //}
- //Wrapping ACE }
- //Require RtDunAce }
- //http://rtimmermans.webjump.com }
- {$DEFINE USE_ACE2} //}
- //http://www.winace.com }
- ///////////////////////////////////////////////////////
- {$DEFINE USE_ARC} //}
- //Wrapping ARJ, LHA, LZH, cab, RAR, }
- // TAR, TAZ, TGZ, GZ, Z, }
- // BZ2, BZA, GZA, YZ1, GCA,BEL }
- //Require Common Archiver Pack 1.36 }
- //{1.35 released, update suggested} }
- //http://free01.plala.or.jp/~norg1964/cmarc/ }
- ///////////////////////////////////////////////////////
- {$DEFINE USE_INDY} //}
- //Decode/Encode UUE, XXE }
- //Internet Developement 8.0 release }
- //http://www.nevrona.com/indy }
- ///////////////////////////////////////////////////////
- {$DEFINE USE_RS} //}
- //Wrapping Resources Archive (RS) 2.6 }
- //http://go.to/gruv }
- ///////////////////////////////////////////////////////
- {$DEFINE USE_CZIP} //}
- //Wrapping Crypto Zip by ZG 1.4 (CZIP) }
- //http://zipgenius.web-page.net/ }
- //http://www.zipgenus.it }
- ///////////////////////////////////////////////////////
- {$DEFINE USE_SHCN} //}
- //TSHChangeNotify v.3.0 }
- //http://www.torry.net/notification.htm }
- ///////////////////////////////////////////////////////
- {$DEFINE USE_PDF} //}
- //PDFMaker 0.4 }
- //http://www6.airnet.ne.jp/sone_san/data_index.html //}
- ///////////////////////////////////////////////////////
-
-
-
-