📄 defaults.mac-os10
字号:
#ident "%W% %E% %Q%"############################################################################# global definitions for Mac OS X Systems############################################################################## Compiler stuff############################################################################DEFCCOM= cc#DEFCCOM= 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)/includeLDPATH= #-L/opt/schily/lib#RUNPATH= -R $(INS_BASE)/lib -R /opt/schily/lib -R $(OLIBSDIR) Will probably not work############################################################################# Installation config stuff#############################################################################INS_BASE= /opt/schily#INS_KBASE= /INS_BASE= /tmp/schilyINS_KBASE= /tmp/schily/root#DEFUMASK= 002#DEFINSMODEF= 444DEFINSMODEX= 755DEFINSUSR= binDEFINSGRP= bin
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -