makefile.am
来自「赫赫大名的 OGRE 游戏引擎」· AM 代码 · 共 10 行
AM
10 行
INCLUDES = $(STLPORT_CFLAGS) -I$(top_srcdir)/Samples/PagingLandScape/include $(OGRE_CFLAGS) -I$(top_srcdir)/Samples/Common/include
noinst_PROGRAMS = PagingLandScape
PagingLandScape_SOURCES = PagingLandScape.cpp
PagingLandScape_LDFLAGS = $(OGRE_LDFLAGS)
PagingLandScape_LDADD = -lOgreMain
install-exec-local:
$(INSTALL_PROGRAM) .libs/PagingLandScape $(top_builddir)/Samples/Common/bin/PagingLandScape
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?