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

📄 makefile.am

📁 赫赫大名的 OGRE 游戏引擎
💻 AM
字号:
INCLUDES = $(STLPORT_CFLAGS) -I$(top_srcdir)/PlugIns/GuiElements/include -I$(top_srcdir)/OgreMain/include $(FT2_CFLAGS) 

pkglib_PROGRAMS = Plugin_GuiElements.so

Plugin_GuiElements_so_SOURCES = OgreBorderPanelGuiElement.cpp \
				OgreBorderButtonGuiElement.cpp \
				OgreButtonGuiElement.cpp \
				OgreCursorGuiElement.cpp \
				OgreGuiElements.cpp \
				OgreListGuiElement.cpp \
				OgrePanelGuiElement.cpp \
				OgrePopupMenuGuiElement.cpp \
				OgreScrollBarGuiElement.cpp \
				OgreTextAreaGuiElement.cpp \
				OgreTextBoxGuiElement.cpp \
				OgreTTYGuiElement.cpp

Plugin_GuiElements_so_LDFLAGS = $(SHARED_FLAGS) -L$(top_srcdir)/OgreMain/src
Plugin_GuiElements_so_LDADD = -lOgreMain

⌨️ 快捷键说明

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