📄 makefile.am
字号:
bin_PROGRAMS = agenttestif DEBUG LDADD = \ ${top_srcdir}/lib/oxygen/liboxygen_debug.la \ ${top_srcdir}/lib/zeitgeist/libzeitgeist_debug.la \ ${top_srcdir}/lib/salt/libsalt_debug.laagenttest_CXXFLAGS = -O -g -W -WallelseLDADD = \ ${top_srcdir}/lib/oxygen/liboxygen.la \ ${top_srcdir}/lib/zeitgeist/libzeitgeist.la \ ${top_srcdir}/lib/salt/libsalt.laagenttest_CXXFLAGS = -O2endifAM_CPPFLAGS = -I${top_srcdir}/plugin -I${top_srcdir}/lib -I${top_srcdir}/utility @FREETYPE_CPPFLAGS@ @RUBY_CPPFLAGS@AM_LDFLAGS = @RUBY_LDFLAGS@agenttest_SOURCES = \ main.cpp \ worldmodel.h worldmodel.cpp worldmodel_c.cpp \ commserver.h commserver.cpp commserver_c.cpp \ adjustkickpos.h adjustkickpos.cpp\ ball.h ball.cpp \ behavior.h behavior.cpp behavior_c.cpp \ dribble.h dribble.cpp \ field.h field.cpp \ goalie.h goalie.cpp \ global.h global.cpp \ handleball.h handleball.cpp \ interception.h interception.cpp \ kicknrun.h kicknrun.cpp kicknrun_c.cpp \ logunit.h logunit.cpp \ objects.h objects.cpp \ pass.h pass.cpp \ player.h player.cpp \ positioning.h positioning.cpp \ soccer.h soccer.cpp soccer_c.cpp \ shoot.h shoot.cpp \ tackle.h tackle.cpp \ types.hdist_pkgdata_DATA = agenttest.rb
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -