home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 9 Archive / 09-Archive.zip / UNZP50P1.ZIP / MSDOS / Contents < prev    next >
Text File  |  1993-01-23  |  2KB  |  42 lines

  1. Contents of the MSDOS sub-archive for UnZip 5.0 and later:
  2.  
  3.   Contents          this file
  4.   Borland.fix       patches to fix Borland executables for grokking Unix EOLs
  5.   makefile          makefile for Turbo C and old Microsoft C
  6.   makefile.bcc      makefile for Borland C++
  7.   makefile.qc       makefile for Quick C and nmake
  8.   tcc/unzip.prj     Turbo C project file for UnZip
  9.   tcc/unzip.tc      Turbo C configuration file for UnZip (binary)
  10.   tcc/unzip_cr.prj  Turbo C project file for UnZip + decryption (need crypt.c)
  11.   tcc/unzip_cr.tc   Turbo C configuration file for UnZip + decryption (binary)
  12.   tcc/zi_make.bat   batch file to make ZipInfo with Turbo C
  13.   tcc/zipinfo.prj   Turbo C project file for ZipInfo
  14.   tcc/zipinfo.tc    Turbo C configuration file for ZipInfo (binary)
  15.   bcc/tcconfig.tc   BC++ general configuration file (binary)
  16.   bcc/unzip.prj     BC++ project file for UnZip (binary)
  17.   bcc/unzip_cr.prj  BC++ project file for UnZip/decryption (binary; need crypt)
  18.   bcc/zipinfo.prj   BC++ project file for ZipInfo (binary)
  19.  
  20. Note:  despite the similarity in names to the corresponding Turbo C files,
  21. the Borland C++ files apparently are NOT compatible with the older compilers
  22. (although they seem to be compatible with Turbo C++).  So the old TC project
  23. files are also included.  FOR BOTH COMPILERS, you must indicate "rebuild" for
  24. unzip or zipinfo (whichever you do second), because the two misc.obj's are not
  25. compatible with each other.  This is not a problem if you use the makefile(s),
  26. in which case zipinfo's is called misc_.obj, but (1) the project files are
  27. much faster on older machines, and (2) the Turbo C makefile doesn't seem to 
  28. work properly yet.  As always, if anyone manages to make it go, please send
  29. us your fixes.
  30.  
  31. Note also:  for MSC 6.0 or later, use the msc_dos and zi_dos targets in the
  32. main Unix Makefile--with NMAKE, not MAKE.  The msc_dos target has been re-
  33. written to use a response file in order to get around the DOS 128-character 
  34. command-line limit, but the nmake command itself may have trouble.  Give it 
  35. a try, however.
  36.  
  37. One last note:  the binary patches in Borland.fix are NOT required; they may
  38. be useful if you regularly deal with Unix sources, but casual users should
  39. probably make use of an external utility like Rahul Dhesi's FLIP to convert 
  40. between Unix and DOS/OS2 end-of-line characters.  If you know how to patch
  41. binary executables, you should be able to figure out how to use these patches.
  42.