makefile.am
来自「使用stl技术,(还没看,是听说的)」· AM 代码 · 共 10 行
AM
10 行
INCLUDES = $(STLPORT_CFLAGS) -I$(top_srcdir)/Samples/PagingLandScape2/include -I$(top_srcdir)/PlugIns/PagingLandScape2/include $(OGRE_CFLAGS) -I$(top_srcdir)/Samples/Common/include
noinst_PROGRAMS = PagingLandScape2
PagingLandScape2_SOURCES = PagingLandScape.cpp
PagingLandScape2_LDFLAGS = $(OGRE_LDFLAGS)
PagingLandScape2_LDADD = -lOgreMain
install-exec-local:
$(INSTALL_PROGRAM) .libs/PagingLandScape2 $(top_builddir)/Samples/Common/bin/PagingLandScape2
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?