?? makefile.am
字號:
# Automake script to build Stage's Makefile## RTV 20021026# $Id: Makefile.am,v 1.25.2.4 2003/05/25 01:13:04 gerkey Exp $SUBDIRS = models rtkstagestage_DEPENDENCIES = models/libstgmodels.a @GUI_LIBPATH@AM_CPPFLAGS = -Wall @PLAYER_CPPFLAGS@ $(GUI_CPPFLAGS)bin_PROGRAMS = stagestage_SOURCES = \ client.cc \ colors.cc \ colors.hh \ entity.cc \ entity.hh \ gui.hh \ library.cc \ library.hh \ main.cc \ matrix.cc \ matrix.hh \ nogui.cc \ playerdevice.cc \ playerdevice.hh \ raytrace.cc \ raytrace.hh \ replace.h \ server.cc \ server.hh \ stageio.cc \ stage_types.hh \ world.cc \ worldfile.cc \ worldfile.hh \ world.hhstage_LDADD = -lm -Lmodels -lstgmodels @PLAYER_LDADD@ @GUI_LIBPATH@ @GUI_LDADD@
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -