📄 makefile.am
字号:
bin_PROGRAMS = aeolus3d05aeolus3d05_SOURCES = aeolus3d05.cpp logserver.cpp agent.cpp worldmodel.cpp \ decision.cpp skill.cpp formation.cpp geometry.cpp trainer.cpp wmbuilder.cpp \ physics.cpp situation.cpp# set the include path found by configureINCLUDES= $(all_includes)# the library search path.aeolus3d05_LDFLAGS = $(all_libraries) noinst_HEADERS = logserver.h agent.h worldmodel.h decision.h skill.h \ formation.h geometry.h trainer.h wmbuilder.h physics.h situation.h
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -