Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

Commit 61d4a58

Browse files
committed
[[ VS2015 ]] Remove dependence on SAPI4
This patch removes revspeech's dependence on SAPI4.
1 parent 79264bb commit 61d4a58

File tree

5 files changed

+0
-1105
lines changed

5 files changed

+0
-1105
lines changed

configure.bat

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -54,14 +54,6 @@ IF EXIST "%programfiles(x86)%\Microsoft Speech SDK 5.1\*" (
5454
SET warnings=1
5555
)
5656

57-
REM Attempt to locate the Microsoft Speech SDK v4
58-
IF EXIST "%programfiles(x86)%\Microsoft Speech SDK\*" (
59-
SET extra_options=%extra_options% -Dms_speech_sdk4="%programfiles(x86)%/Microsoft Speech SDK"
60-
) ELSE (
61-
ECHO >&2 Warning: could not locate the Microsoft Speech SDK v4; revSpeech will not build
62-
SET warnings=1
63-
)
64-
6557
REM Pause so any warnings can be seen
6658
IF %warnings% NEQ 0 PAUSE
6759

revspeech/revspeech.gyp

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,9 @@
2828
[
2929
'src/osxspeech.h',
3030
'src/revspeech.h',
31-
'src/w32sapi4speech.h',
3231
'src/w32sapi5speech.h',
3332
'src/osxspeech.cpp',
3433
'src/revspeech.cpp',
35-
'src/w32sapi4speech.cpp',
3634
'src/w32sapi5speech.cpp',
3735
'src/w32speech.cpp',
3836
],
@@ -66,11 +64,6 @@
6664
[
6765
'OS == "win"',
6866
{
69-
'include_dirs':
70-
[
71-
'<(ms_speech_sdk4)/Include',
72-
],
73-
7467
'libraries':
7568
[
7669
'-ladvapi32',

0 commit comments

Comments
 (0)