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

📄 mk_djg.mak

📁 ctags-5.5.4.tar.gz,一个很好的代码开发以及编辑源码
💻 MAK
字号:
# $Id: mk_djg.mak,v 1.2 2003/03/31 04:53:22 darren Exp $## The most simplistic Makefile, for DJGPP Version 2 on Windows## Rather than using this makefile, it is preferable to run "configure", then# "make" under BASH on DJGPP (i.e. the standard means of building a package on# Unix), but you have to have a fuller complement of DJGPP packages installed# to do this.include source.makCFLAGS	= -O2 -Wall -DMSDOSctags.exe: $(SOURCES)	gcc $(CFLAGS) -s -o ctags.exe $(SOURCES) -lpcclean:	del ctags.exe

⌨️ 快捷键说明

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