mirror of
https://github.com/azahar-emu/soundtouch
synced 2025-11-07 07:30:02 +01:00
Edited scripts for Visual Studio 2003 support
This commit is contained in:
parent
c7bbaa4dbe
commit
c43da9c421
23
make-win.bat
23
make-win.bat
@ -9,16 +9,35 @@
|
|||||||
@REM
|
@REM
|
||||||
@REM $Id$
|
@REM $Id$
|
||||||
|
|
||||||
@if "%MsDevDir%"=="" goto nodevdir
|
@rem ****************************
|
||||||
|
@rem try first for VS6.0 support
|
||||||
|
|
||||||
|
@if "%MsDevDir%"=="" goto nomsdevdir
|
||||||
|
|
||||||
md bin
|
md bin
|
||||||
md lib
|
md lib
|
||||||
msdev source\SoundTouch\SoundTouch.dsw /MAKE ALL
|
msdev source\SoundTouch\SoundTouch.dsw /MAKE ALL
|
||||||
msdev source\example\bpm\bpm.dsw /MAKE ALL
|
|
||||||
msdev source\example\SoundStretch\SoundStretch.dsw /MAKE "SoundStretch - Win32 Release"
|
msdev source\example\SoundStretch\SoundStretch.dsw /MAKE "SoundStretch - Win32 Release"
|
||||||
|
|
||||||
goto end
|
goto end
|
||||||
|
|
||||||
|
:nomsdevdir
|
||||||
|
|
||||||
|
@rem **********************************
|
||||||
|
@rem try with devenv for VS2003 support
|
||||||
|
|
||||||
|
@if "%DevEnvDir%"=="" goto nodevdir
|
||||||
|
|
||||||
|
md bin
|
||||||
|
md lib
|
||||||
|
devenv source\SoundTouch\SoundTouch.vcproj /build debug
|
||||||
|
devenv source\SoundTouch\SoundTouch.vcproj /build release
|
||||||
|
devenv source\example\SoundStretch\SoundStretch.vcproj /build debug
|
||||||
|
devenv source\example\SoundStretch\SoundStretch.vcproj /build release
|
||||||
|
|
||||||
|
@goto end
|
||||||
|
|
||||||
|
|
||||||
:nodevdir
|
:nodevdir
|
||||||
|
|
||||||
@echo off
|
@echo off
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user