makefile
来自「C++ Primer中文第四版所有配套实例」· 代码 · 共 11 行
TXT
11 行
# executable files for this directory
OBJECTS = arr_init.exe ptr_traversal.exe \
copy_array.exe cstring_hdr.exe \
cstring_exercise.exe string_exercise.exe \
multidim.exe dbl_ptr.exe
# tells make to use the file "..\MS_makefile_template", which
# defines general rules for making .obj and .exe files
include ..\MS_makefile_template
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?