📄 makefile.am
字号:
## Process this file with automake to produce Makefile.in## Created by Anjuta - will be overwritten## If you don't want it to overwrite it,## Please disable it in the Anjuta project configurationINCLUDES =CFLAGS =\ -Wall -Wimplicit -Wreturn-type -Wunused -Wswitch -Wcomment -Wuninitialized -Wparentheses -Wtraditional -Wpointer-arith -Wmissing-prototypes\ -O1\ -gCXXFLAGS =\ -Wall -Wimplicit -Wreturn-type -Wunused -Wswitch -Wcomment -Wuninitialized -Wparentheses -Wtraditional -Wpointer-arith -Wmissing-prototypes\ -O1\ -gbin_PROGRAMS = c3dsc3ds_SOURCES = \ main.cc\ 3DCamera.cc\ 3DCamera.h\ 3DFace.cc\ 3DFace.h\ 3DModel.cc\ 3DModel.h\ 3DObject.cc\ 3DObject.h\ 3dsFileFormat.cc\ 3dsFileFormat.h\ 3dsFileLoader.cc\ 3dsFileLoader.h\ VECTOR.cc\ VECTOR.h\ MATRIX.cc\ MATRIX.h\ ViewControl.cc\ ViewControl.h\ Window.cc\ Window.h\ AppFrame.cc\ AppFrame.h\ tpot.3dsc3ds_LDFLAGS = c3ds_LDADD = \ -lGL -lGLU -lglut
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -