makefile

来自「c++primer第4版的代码。本书中文清晰PDF格式电子书可在WWW.VERY」· 代码 · 共 9 行

TXT
9
字号
# executable files for this directory
OBJECTS = screen3.exe

# tells make to use the file "..\MS_makefile_template", which
# defines general rules for making .obj and .exe files
include ..\MS_makefile_template

screen3.o: screen3.h

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?