makefile
来自「C++ primer中每个章节后的作业答案源码」· 代码 · 共 13 行
TXT
13 行
# executable files for this directory
OBJECTS = capacity.exe str_print.exe str_assignOps.exe \
ctors.exe find_ops.exe stack.exe substr.exe \
find-str.exe array_init.exe
# tells make to use the file "..\MS_makefile_template", which
# defines general rules for making .obj and .exe files
include ..\MS_makefile_template
# one or more files in this directory includes a header
# defined in chapter 9
LOCFILE = -I..\9
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?