📄 read.me
字号:
vc.mk is the makefile for recompiling cplus2.lib for the Visual C system
Change to the directory with the sources of cplus2, then issue the make
command
NMAKE /f "vc.mk" CFG="cplus2 - Win32 Debug"
or
NMAKE /f "vc.mk" CFG="cplus2 - Win32 Release"
The library appears in a subdirectory called Debug or Release.
vc.mk is the makefile for recompiling cplus2.lib for the Visual C system
Change to the directory with the sources of cplus2, then issue the make
command
make -f borlandc.mk
unix.mk is the makefile for recompiling cplus2.lib for unix systems
Change to the directory with the sources of cplus2, then issue the make
command
make -f unix.mk
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -