mirror of
https://github.com/azahar-emu/soundtouch
synced 2025-11-07 07:30:02 +01:00
Moved SoundStretch from "source/example" to "source" directory
This commit is contained in:
parent
26bbd80873
commit
272462f2a3
@ -17,7 +17,7 @@
|
|||||||
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\SoundStretch\SoundStretch.dsw /MAKE "SoundStretch - Win32 Release"
|
msdev source\SoundStretch\SoundStretch.dsw /MAKE "SoundStretch - Win32 Release"
|
||||||
|
|
||||||
goto end
|
goto end
|
||||||
|
|
||||||
@ -32,8 +32,8 @@ md bin
|
|||||||
md lib
|
md lib
|
||||||
devenv source\SoundTouch\SoundTouch.vcproj /build debug
|
devenv source\SoundTouch\SoundTouch.vcproj /build debug
|
||||||
devenv source\SoundTouch\SoundTouch.vcproj /build release
|
devenv source\SoundTouch\SoundTouch.vcproj /build release
|
||||||
devenv source\example\SoundStretch\SoundStretch.vcproj /build debug
|
devenv source\SoundStretch\SoundStretch.vcproj /build debug
|
||||||
devenv source\example\SoundStretch\SoundStretch.vcproj /build release
|
devenv source\SoundStretch\SoundStretch.vcproj /build release
|
||||||
|
|
||||||
@goto end
|
@goto end
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user