makefile

来自「c++primer第4版的代码。本书中文清晰PDF格式电子书可在WWW.VERY」· 代码 · 共 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 + -
显示快捷键?