📄 make-win.bat
字号:
@REM @REM SoundTouch & SoundStretch Build script for Win32 platform@REM @REM You'll need Visual C++ 6.0 installed to compile - also execute the @REM "vcvars32.bat" in VC install directotry before running this one.@REM @REM Copyright (c) Olli Parviainen@REM File Created: 09/Sep/2003@REM@REM $Id: make-win.bat,v 1.2 2004/10/26 19:16:42 vjohnson Exp $ @if "%MsDevDir%"=="" goto nodevdirmd binmd libmsdev source\SoundTouch\SoundTouch.dsw /MAKE ALLmsdev source\example\bpm\bpm.dsw /MAKE ALLmsdev source\example\SoundStretch\SoundStretch.dsw /MAKE "SoundStretch - Win32 Release"goto end:nodevdir@echo offecho *********************************************************************echo **echo ** ERROR: Visual Studio path not set.echo **echo ** Run "vcvars32.bat" from Visual Studio installation directory, e.g. echo ** "\Program Files\Microsoft Visual Studio\VC98\Bin", then try again.echo **echo *********************************************************************:end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -