mirror of
https://github.com/RPCS3/soundtouch.git
synced 2025-03-07 01:37:59 +00: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 $Id$
|
||||
|
||||
@if "%MsDevDir%"=="" goto nodevdir
|
||||
@rem ****************************
|
||||
@rem try first for VS6.0 support
|
||||
|
||||
@if "%MsDevDir%"=="" goto nomsdevdir
|
||||
|
||||
md bin
|
||||
md lib
|
||||
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"
|
||||
|
||||
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
|
||||
|
||||
@echo off
|
||||
|
Loading…
x
Reference in New Issue
Block a user