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

📄 descrip.mms

📁 Exuberant Ctags is a multilanguage reimplementation of the much-underused ctags(1) program and is i
💻 MMS
字号:
# $Id: descrip.mms,v 1.1 2001/11/02 04:53:43 darren Exp $## Makefile for building CTAGS under OpenVMS## Maintained by by Zoltan Arpadffy <arpadffy@altavista.net>## Edit the lines in the Configuration section below to select.####################################################################### Configuration section.####################################################################### Compiler selection.# Comment out if you use the VAXC compiler######################################################################DECC = YES####################################################################### Uncomment if want a debug version. Resulting executable is DCTAGS.EXE####################################################################### DEBUG = YES####################################################################### End of configuration section.## Please, do not change anything below without programming experience.######################################################################CC      = cc.IFDEF DECCCC_DEF  = $(CC)/decc/prefix=all.ELSECC_DEF  = $(CC).ENDIFLD_DEF  = link.IFDEF DEBUGTARGET  = dctags.exeCFLAGS  = /debug/noopt/list/cross_reference/include=[]LDFLAGS = /debug.ELSETARGET  = ctags.exeCFLAGS  = /include=[]LDFLAGS =.ENDIFOBJEXT = obj.SUFFIXES : .obj .c.INCLUDE source.makEXTRA_OBJS = argproc.objall : $(TARGET)        ! $@.c.obj :          $(CC_DEF) $(CFLAGS) $<$(TARGET) :  $(OBJECTS) $(EXTRA_OBJS)        $(LD_DEF) $(LDFLAGS) /exe=$(TARGET) $+clean :       -@ if F$SEARCH("*.obj") .NES. "" then delete/noconfirm/nolog *.obj.*       -@ if F$SEARCH("*.exe") .NES. "" then delete/noconfirm/nolog *.exe.*       -@ if F$SEARCH("config.h") .NES. "" then delete/noconfirm/nolog config.h.*

⌨️ 快捷键说明

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