contents

来自「汇编源代码大全1」· 代码 · 共 25 行

TXT
25
字号
Contents of the AMIGA sub-archive for UnZip 4.2 and later:  Contents      this file  DMakefile     DICE compiler makefile for regular UnZip  DMakefile.cr  DICE compiler makefile for UnZip with decryption (need crypt.c)  lmkfile       SAS/C makefile for regular UnZip  lmkfile.cr    SAS/C makefile for UnZip with decryption (need crypt.c)  patch.pw      Paul Wells _TZ patch, subsequently modified (see below)  readme.pw     Paul Wells comments  stat.c        stat() function for Paul Wells port  utime.c       utime() function for Paul Wells portNotes:  Paul Wells' original Amiga port for SAS/C and Lattice C (I think)was subsequently modified for another compiler (probably DICE by GeorgSassen), and possibly no longer compiles under the original compilers.The suspect code is in file_io.c and has to do with Paul's _TZ code, whichis presently commented out and replaced by a specialized SetFileDate call.The file patch.pw will give you some idea of how the code originally looked.Presumably all three compilers have predefined macros which identify them,so there need not be any conflict; but there may be one at the moment.Note also that the DICE compiler version does not require either of thetwo source files included here, and that none of the Amiga stuff has beentested since UnZip 4.1.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?