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

📄 makefrac.bat

📁 分形源程序集合 分形源程序集合 分形源程序集合
💻 BAT
字号:
@echo off
rem ** The SET commands are here to ensure no options are accidentally set
set CL=
set MASM=
set LINK=
if exist f_errs.txt del f_errs.txt

rem ** Microsoft C7.00 or Visual C++ (normal case)
echo Building Fractint using MSC 7 or Visual C++
nmake "CC=cl /Gs" "AS=masm /ML" "LINKER=link" "OptT=/Oilg" "C7=YES" frachelp.mak
if errorlevel 1 goto exit
nmake "CC=cl /Gs /DC6" "AS=masm /ML" "LINKER=link" "OptT=/Oeciltaz" "OptS=/Osleazc" "OptN=/Oilc" "C7=YES" fractint.mak
goto exit

:exit


⌨️ 快捷键说明

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