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

📄 example5.bat

📁 或许这个代码会对大家有用
💻 BAT
字号:
set MATLAB=D:\Matlab
set MSVCDir=c:\program files\microsoft visual studio\vc98
set MSDevDir=c:\program files\microsoft visual studio\common\msdev98
D:\Matlab\rtw\bin\win32\envcheck INCLUDE "c:\program files\microsoft visual studio\vc98\include"
if errorlevel 1 goto vcvars32
D:\Matlab\rtw\bin\win32\envcheck PATH "c:\program files\microsoft visual studio\vc98\bin"
if errorlevel 1 goto vcvars32
goto make
:vcvars32
set VSCommonDir=\common
call "D:\Matlab\toolbox\rtw\rtw\private\vcvars32_600.bat"
:make
nmake -f example5.mk ADD_MDL_NAME_TO_GLOBALS=1 VISUAL_VER=6.0
@if not errorlevel 0 echo The make command returned an error of %errorlevel%

⌨️ 快捷键说明

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