From 272462f2a3e9ef24a34bfe5db3f85481e56d3515 Mon Sep 17 00:00:00 2001 From: oparviai Date: Thu, 25 Dec 2008 17:03:13 +0000 Subject: [PATCH] Moved SoundStretch from "source/example" to "source" directory --- make-win.bat | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/make-win.bat b/make-win.bat index c2ec1da..be79e0f 100644 --- a/make-win.bat +++ b/make-win.bat @@ -17,7 +17,7 @@ md bin md lib msdev source\SoundTouch\SoundTouch.dsw /MAKE ALL -msdev source\example\SoundStretch\SoundStretch.dsw /MAKE "SoundStretch - Win32 Release" +msdev source\SoundStretch\SoundStretch.dsw /MAKE "SoundStretch - Win32 Release" goto end @@ -32,8 +32,8 @@ 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 +devenv source\SoundStretch\SoundStretch.vcproj /build debug +devenv source\SoundStretch\SoundStretch.vcproj /build release @goto end @@ -50,4 +50,4 @@ echo ** "\Program Files\Microsoft Visual Studio\VC98\Bin", then try again. echo ** echo ********************************************************************* -:end \ No newline at end of file +:end