📄 makefile
字号:
# src/mesa/x86-64/MakefileTOP = ../../..include $(TOP)/configs/currentINCLUDE_DIRS = \ -I$(TOP)/include/GL \ -I$(TOP)/include \ -I.. \ -I../main \ -I../math \ -I../glapi \ -I../tnldefault: matypes.hclean: -rm -f matypes.h# need some special rules here, unfortunatelymatypes.h: ../main/mtypes.h ../tnl/t_context.h ../x86/gen_matypes ../x86/gen_matypes | grep -v '#include "assyntax.h' > matypes.hxform4.o: matypes.h
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -