⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 makefile.am

📁 本文件中收录了多种3D文件格式
💻 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 + -