1
0
mirror of https://github.com/RPCS3/soundtouch.git synced 2024-09-20 00:11:38 +02:00

Moved SoundStretch from "source/example" to "source" directory

This commit is contained in:
oparviai 2008-12-25 17:03:13 +00:00
parent 26bbd80873
commit 272462f2a3

View File

@ -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