makefile
来自「guide and some example with visualC++」· 代码 · 共 43 行
TXT
43 行
############################# Part 1: LOCAL DEFINITIONS TOP = ../..############################## Part 2: COMMON MAKE PARAMETERSinclude $(TOP)/make.proj############################## Part 3: LOCAL SOURCES DIRS = src test############################### Part 4: LOCAL TARGETS include $(CONFIG_DIR)/NormalNodeTargets############################## Part 5: COMMON RULES and # and default Targetsinclude $(CONFIG_DIR)/make.rules############################## Part 6: DEPENDENCIES
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?