⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 descrip.mms

📁 汇编代码大全
💻 MMS
字号:
! =========================================================================! MMS description file for UnZip 4.2.! Version:  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 = /def=(CRYPT)LD = linkLDFLAGS =EXE =O = .obj;OBJS = unzip$(O), crypt$(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.hcrypt$(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 + -