📄 makefile.am
字号:
INCLUDES = $(STLPORT_CFLAGS) -I$(top_srcdir)/PlatformManagers/GLX/include -I$(top_srcdir)/RenderSystems/GL/include -I$(top_srcdir)/OgreMain/include $(GLX_CFLAGS) -DSHAREDIR=\"$(pkgdatadir)\"
platformdir = $(libdir)
platform_PROGRAMS = libOgrePlatform.so
libOgrePlatform_so_SOURCES = OgreGLXConfig.cpp\
OgreGLXInput.cpp \
OgreGLXTimer.cpp \
OgreGLXPlatform.cpp
libOgrePlatform_so_LDFLAGS = $(SHARED_FLAGS) -L$(top_srcdir)/OgreMain/src
libOgrePlatform_so_LDADD = $(GLX_LIBS) $(CFGTK_DEPS_LIBS) $(GL_LIBS) -lOgreMain -lXaw
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -