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