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

📄 chacir.mak

📁 这是书上的代码
💻 MAK
字号:
#
# MATCOM makefile
#

all: chacir.exe

chacir.cpp: D:\MATLAB6p1\work\chacir.m
	D:\matcom45\bin\matcom D:\MATLAB6p1\work\chacir.m  -mat2cpp -nologo -debug

chacir.obj: chacir.cpp
	cl -c -ID:\matcom45\ /MD -ID:\matcom45\lib /nologo /Zm200 /GX /YX /Fpmatlib.pch /DWIN32 /Od /Fechacir.obj chacir.cpp

g_chacir.obj: g_chacir.cpp
	cl -c -ID:\matcom45\ /MD -ID:\matcom45\lib /nologo /Zm200 /GX /YX /Fpmatlib.pch /DWIN32 /Od /Feg_chacir.obj g_chacir.cpp

chacir.exe: chacir.cpp g_chacir.cpp 
	cl /MD -ID:\matcom45\lib /nologo /Zm200 /GX /YX /Fpmatlib.pch /DWIN32 /Od /Fechacir.exe @chacir.rsp /link D:\matcom45\lib\v4500v.lib user32.lib

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -