home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 May / Chip_2002-05_cd1.bin / zkuste / delphi / kompon / d5 / CAKDIR.ZIP / cakdir.inc < prev    next >
Text File  |  2002-01-22  |  5KB  |  88 lines

  1. // Common Archiver Kit Experiment(CAKE) config
  2. // Common Interface for Compression/Decompression components.
  3. // Copyright (C) Joseph Leung 2001 (lycj@yahoo.com)
  4. //
  5. //This library is free software; you can redistribute it and/or
  6. //modify it under the terms of the GNU Lesser General Public
  7. //License as published by the Free Software Foundation; either
  8. //version 2.1 of the License, or (at your option) any later version.
  9. //
  10. //This library is distributed in the hope that it will be useful,
  11. //but WITHOUT ANY WARRANTY; without even the implied warranty of
  12. //MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  13. //Lesser General Public License for more details.
  14. //
  15. //You should have received a copy of the GNU Lesser General Public
  16. //License along with this library; if not, write to the Free Software
  17. //Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  18.  
  19.  
  20. //How-to use :                                        }
  21. //{$DEFINE XXXXXX}  Enable                            }
  22. //{.$DEFINE XXXXXX}  Disable                          }
  23. //                                                    }
  24. //Disable it if you dont have that component          }
  25. ///////////////////////////////////////////////////////
  26. {.$DEFINE USE_WINEXT}                                //}
  27. //Define use WinEx32.Dll to check filetype            }
  28. //Disable it will use extension to check filetype     }
  29. //http://aka.site.ne.jp/                              }
  30. ///////////////////////////////////////////////////////
  31. {$DEFINE USE_ZIP}                                   //}
  32. //Wrapping ZIPSFX, ZIP, PK3, JAR                      }
  33. //Require Delphi Zip 1.60N                            }
  34. //http://www.geocities.com/SiliconValley/Orchard/8607 }
  35. //                                                    }
  36. //If you want to use Ziprename please modify this     }
  37. //ZipMstr.pas 5449 if k <> 0 then                     }
  38. //Change it to if k = 1 then                          }
  39. ///////////////////////////////////////////////////////
  40. {$DEFINE USE_ZIPR}                                  //}
  41. //Zip Repair component                                }
  42. //http://www.geocities.com/SiliconValley/Orchard/8607 }
  43. ///////////////////////////////////////////////////////
  44. {$DEFINE USE_ACE}                                   //}
  45. //Wrapping ACE                                        }
  46. //Require RtDunAce                                    }
  47. //http://members.home.nl/rtimmermans/                 }
  48. {$DEFINE USE_ACE2}                                  //}
  49. //http://www.winace.com                               }
  50. ///////////////////////////////////////////////////////
  51. {$DEFINE USE_RAR}                                   //}
  52. //Require RtDunAce / Disable this if use CAP          }
  53. //http://members.home.nl/rtimmermans/                 }
  54. ///////////////////////////////////////////////////////
  55. {$DEFINE USE_ARC}                                   //}
  56. //Wrapping ARJ, LHA, LZH, cab, RAR,                   }
  57. //         TAR, TAZ, TGZ, GZ, Z,                      }
  58. //         BZ2, BZA, GZA, YZ1, GCA,BEL                }
  59. //Require Common Archiver Pack 1.36                   }
  60. //{1.35 released, update suggested}                   }
  61. //http://free01.plala.or.jp/~norg1964/cmarc/          }
  62. ///////////////////////////////////////////////////////
  63. {$DEFINE USE_INDY}                                  //}
  64. //Decode/Encode UUE, XXE                              }
  65. //Internet Developement 8.0 release                   }
  66. //http://www.nevrona.com/indy                         }
  67. ///////////////////////////////////////////////////////
  68. {$DEFINE USE_RS}                                    //}
  69. //Wrapping Resources Archive (RS) 2.6                 }
  70. //http://go.to/gruv                                   }
  71. ///////////////////////////////////////////////////////
  72. {$DEFINE USE_CZIP}                                  //}
  73. //Wrapping Crypto Zip by ZG 1.4 (CZIP)                }
  74. //http://zipgenius.web-page.net/                      }
  75. //http://www.zipgenus.it                              }
  76. ///////////////////////////////////////////////////////
  77. {$DEFINE USE_SHCN}                                  //}
  78. //TSHChangeNotify v.3.0                               }
  79. //http://www.torry.net/notification.htm               }
  80. ///////////////////////////////////////////////////////
  81. {$DEFINE USE_PDF}                                   //}
  82. //PDFMaker 0.4                                        }
  83. //http://www6.airnet.ne.jp/sone_san/data_index.html //}
  84. ///////////////////////////////////////////////////////
  85.  
  86.  
  87.  
  88.