?? descrip.mms
字號:
! =========================================================================! MMS description file for UnZip 4.2.! Version: no decrypt + no inflate! =========================================================================!! Original by Antonio Querubin, Jr., <querubin@uhccvx.uhcc.hawaii.edu>! (23 Dec 90)! Enhancements by Igor Mandrichenko, <mandrichenko@mx.decnet.ihep.su>! (9 Feb 92)! To build unzip that uses shared libraries,! mms! (One-time users will find it easier to use the MAKE_UNZIP_VAXC.COM command! file, which generates both unzip and zipinfo. Just type "@MAKE_UNZIP_VAXC";! or "@MAKE_UNZIP_GCC" if you have GNU C.)! To build unzip without shared libraries,! mms noshare! To delete unnecessary OBJ files,! mms cleanCC = ccCFLAGS =LD = linkLDFLAGS =EXE =O = .obj;OBJS = unzip$(O), extract$(O), file_io$(O), mapname$(O), match$(O),\ misc$(O), unimplod$(O), unreduce$(O), unshrink$(O), VMSmunch$(O), vms$(O)OBJI = zipinfo$(O), misc.obj_, match$(O), VMSmunch$(O)LDFLAGS2 =default : unzip.exe, zipinfo.exe @ ! Do nothing.unzip.exe : $(OBJS), vmsshare.opt $(LD) $(LDFLAGS) $(OBJS), \ vmsshare.opt/optionszipinfo.exe : $(OBJI), vmsshare.opt $(LD) $(LDFLAGS) $(OBJI), \ vmsshare.opt/optionsnoshare : $(OBJS) $(LD) $(LDFLAGS) $(OBJS), \ sys$library:vaxcrtl.olb/library $(LDFLAGS2)clean : delete $(OBJS) ! you may want to change this to 'delete *.obj;*'VMSmunch$(O) : VMSmunch.h fatdef.h fchdef.h fjndef.h! crypt$(O) : crypt.c unzip.h zip.h ! may or may not be included in distribextract$(O) : extract.c unzip.hfile_io$(O) : file_io.c unzip.h! inflate$(O) : inflate.c unzip.h ! may or may not be included in distribmapname$(O) : mapname.c unzip.hmatch$(O) : match.c unzip.hmisc$(O) : misc.c unzip.hunimplod$(O) : unimplod.c unzip.hunreduce$(O) : unreduce.c unzip.hunshrink$(O) : unshrink.c unzip.hunzip$(O) : unzip.c unzip.h fatdef.hvms$(O) : vms.c unzip.hmisc.obj_ : misc.c unzip.h $(CC)/object=misc.obj_/define="ZIPINFO" misc.c
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -