📄 makefile.am
字号:
bin_PROGRAMS = myteammyteam_SOURCES = myteam.cpp geometry.cpp param.cpp geometry.h GlobalValue.h \ param.h worldmodel.cpp myQueue.h file.cpp file.h command.cpp skills.cpp \ connect.cpp connect.h# set the include path found by configureINCLUDES= $(all_includes)# the library search path.myteam_LDFLAGS = $(all_libraries) noinst_HEADERS = worldmodel.h command.h skills.h
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -