read.me

来自「COCO類似C的編譯器」· ME 代码 · 共 25 行

ME
25
字号
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 + =
减小字号Ctrl + -
显示快捷键?