defaults.cygwin32_nt

来自「创建一个符合iso-9660标准的iso文件系统」· CYGWIN32_NT 代码 · 共 41 行

CYGWIN32_NT
41
字号
#ident "%W% %E% %Q%"############################################################################# global definitions for Cygnus GCC for WINNT Systems############################################################################## Compiler stuff#############################################################################DEFCCOM=	ccDEFCCOM=	gcc############################################################################# If the next line is commented out, compilattion is done with max warn level# If the next line is uncommented, compilattion is done with minimal warnings############################################################################CWARNOPTS=DEFINCDIRS=	$(SRCROOT)/include#LDPATH=		-L/opt/schily/libLDPATH=#RUNPATH=	-R $(INS_BASE)/lib -R /opt/schily/lib -R $(OLIBSDIR)RUNPATH=############################################################################# Installation config stuff############################################################################INS_BASE=	/opt/schilyINS_KBASE=	/#DEFUMASK=	002#DEFINSMODEF=	444DEFINSMODEX=	755DEFINSUSR=	binDEFINSGRP=	bin

⌨️ 快捷键说明

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