📄 makefile.met
字号:
# 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
all: REFRNCE.exe \
CONSTREF.exe \
REFPTR.exe \
PASSTRUC.exe \
HOWMANY.exe \
HOWMANY2.exe \
LINENUM.exe \
AUTOCC.exe \
STOPCC.exe \
PMEM.exe \
PMEM2.exe
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -