📄 imakefile
字号:
/* Copyright (c) Mark J. Kilgard, 1994. */#include "../../../Glut.cf"TARGETS = smoothSRCS = glm.c gltx.c smooth.c trackball.c gltb.cAllTarget($(TARGETS))NormalGlutProgramTarget(smooth,glm.o gltx.o smooth.o gltb.o trackball.o)LinkFile(trackball.c, ../../examples/trackball.c)LinkFile(trackball.h, ../../examples/trackball.h)trackball.o: trackball.hgltb.o: trackball.h gltb.h/* some old imake configs do setup "make depend" dependencies on linked files */depend:: trackball.c trackball.hDependTarget()
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -