home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Professional / OS2PRO194.ISO / os2 / packer / infozip / sources / msdos.zoo / Contents next >
Encoding:
Text File  |  1992-03-12  |  2.3 KB  |  40 lines

  1. Contents of the MSDOS sub-archive for UnZip 4.2 and later:
  2.  
  3.   Contents          this file
  4.   makefile          makefile for Turbo C, Borland C++, and old Microsoft C
  5.   makefile.cr       ditto, for decryption version of UnZip (need crypt.c)
  6.   tcc/tcconfig.tc   Turbo C general configuration file (binary)
  7.   tcc/unzip.prj     Turbo C project file for UnZip
  8.   tcc/unzip_cr.prj  Turbo C project file for UnZip + decryption (need crypt.c)
  9.   tcc/zipinfo.prj   outline for Turbo C project file for ZipInfo
  10.   tcc/makeship.bat  batch file to make Ship with Turbo C
  11.   bcc/tcconfig.tc   BC++ general configuration file (binary)
  12.   bcc/unz42_bc.dif  patch to avoid BC++ compilation warning
  13.   bcc/unzip.dsk     BC++ context file for UnZip (binary)
  14.   bcc/unzip.mak     BC++ makefile for UnZip
  15.   bcc/unzip.prj     BC++ project file for UnZip (binary)
  16.   bcc/unzip_cr.dsk  BC++ context file for UnZip/decryption (binary; need crypt)
  17.   bcc/unzip_cr.mak  BC++ makefile for UnZip + decryption (need crypt.c)
  18.   bcc/unzip_cr.prj  BC++ project file for UnZip/decryption (binary; need crypt)
  19.   bcc/zipinfo.dsk   BC++ context file for ZipInfo (binary)
  20.   bcc/zipinfo.mak   BC++ makefile for ZipInfo
  21.   bcc/zipinfo.prj   BC++ project file for ZipInfo (binary)
  22.   bcc/makeship.bat  batch file to make Ship with Borland C++
  23.  
  24. Note:  despite the similarity in names to the corresponding Turbo C files,
  25. the Borland C++ files apparently are NOT compatible with the older compilers
  26. (although they seem to be compatible with Turbo C++).  Such was the claim of
  27. one of our testers, at least.  So the old TC makefiles are also included.  I 
  28. have tried to update them appropriately, but I don't know for sure that they 
  29. work.  The ZipInfo project file needs to specify that misc.c be compiled with
  30. -DZIPINFO (it might work as it stands, but the executable will be unnecessarily
  31. large).
  32.  
  33. Note also:  for MSC 6.0 or later, use the msc_dos, zi_dos and ship_dos (or
  34. msc_os2, zi_os2 and ship_os2) targets in the main Unix Makefile--with NMAKE,
  35. not MAKE.  The msc_dos target is very close to the DOS 128-character command-
  36. line limit--124 characters, if -DCRYPT and -FPi87 are among the CFLAGS--but
  37. it should work.  If it's too long, remove the -nologo from CFLAGS (and, option-
  38. ally, the /nol from LDFLAGS).  The compile will be slightly "noisier," but no
  39. harm is done.
  40.