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

📄 makefile.am

📁 赫赫大名的 OGRE 游戏引擎
💻 AM
字号:
INCLUDES = -I../include -I../../../Samples/Common/include $(BOOST_CFLAGS) $(PYTHON_CFLAGS)

noinst_PROGRAMS = Ogre.so

Ogre_so_SOURCES = general.cpp \
                  main.cpp \
                  AxisAlignedBox.cpp \
                  Camera.cpp \
                  ColourValue.cpp \
                  ConfigDialog.cpp \
                  Entity.cpp \
                  ErrorDialog.cpp \
                  EventTarget.cpp \
                  EventQueue.cpp \
                  FrameListener.cpp \
                  Input.cpp \
                  InputEvent.cpp \
                  KeyEvent.cpp \
                  KeyListener.cpp \
                  Light.cpp \
                  Material.cpp \
                  Matrix3.cpp \
                  Matrix4.cpp \
                  Mesh.cpp \
                  MeshManager.cpp \
                  MouseMotionListener.cpp \
                  MovableObject.cpp \
                  Node.cpp \
                  Plane.cpp \
                  PlatformManager.cpp \
                  PositionTarget.cpp \
                  Quaternion.cpp \
                  RenderSystem.cpp \
                  RenderTarget.cpp \
                  RenderWindow.cpp \
                  Resource.cpp \
                  ResourceManager.cpp \
                  Root.cpp \
                  SceneManager.cpp \
                  SceneNode.cpp \
                  Sphere.cpp \
                  SubMesh.cpp \
                  Texture.cpp \
                  TextureManager.cpp \
                  Vector3.cpp \
                  Viewport.cpp

Ogre_so_LDFLAGS = -shared
Ogre_so_LDADD = $(BOOST_LIBS) $(PYTHON_LIBS) ../../../OgreMain/src/libOgreMain.la

install-exec-local:
	$(INSTALL_PROGRAM) .libs/Ogre.so ../../../Samples/Common/bin/Ogre.so

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -