📄 makefile.am
字号:
INCLUDES = $(STLPORT_CFLAGS) -I$(top_srcdir)/PlatformManagers/gtk/include \
-I$(top_srcdir)/OgreMain/include -DSHAREDIR=\"$(pkgdatadir)\" \
-I$(top_srcdir)/RenderSystems/GL/include $(PLATFORM_CFLAGS) $(GLSUPPORT_CFLAGS)
platformdir = $(libdir)
platform_PROGRAMS = libOgrePlatform.so
libOgrePlatform_so_SOURCES = GTKConfig.cpp\
GTKInput.cpp \
GTKTimer.cpp \
Platform.cpp
libOgrePlatform_so_LDFLAGS = $(SHARED_FLAGS) -L$(top_srcdir)/OgreMain/src
libOgrePlatform_so_LDADD = $(PLATFORM_LIBS) $(GL_LIBS) -lOgreMain
pkgdata_DATA = ogre-config.glade ogre-gtk-side.png
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -