makefile.met
来自「Think in C++文中代码实现」· MET 代码 · 共 24 行
MET
24 行
# Makefile for MetaWare Hi C++
# Tested with Version 3.2 on Windows NT 3.5
CPP = hcnt
.c.exe:
$(CPP) $<
.cpp.exe:
$(CPP) $<
.cpp.obj:
$(CPP) -c $*.cpp
$(CPP) $**
all: SAFECONS.exe \
CONSTAG.exe \
CONSTVAL.exe \
CONSTP.exe \
SSTACK.exe \
QUOTER.exe \
castaway.exe \
mutable.exe \
VOLATILE.exe
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?