⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 read.me

📁 COCO類似C的編譯器
💻 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 + -