Browse Source

windows: add ssml.c to the project to fix building on Windows

master
Reece H. Dunn 7 years ago
parent
commit
19e425a169
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      src/windows/libespeak-ng.vcxproj

+ 1
- 0
src/windows/libespeak-ng.vcxproj View File

@@ -183,6 +183,7 @@
<ClCompile Include="..\libespeak-ng\setlengths.c" />
<ClCompile Include="..\libespeak-ng\spect.c" />
<ClCompile Include="..\libespeak-ng\speech.c" />
<ClCompile Include="..\libespeak-ng\ssml.c" />
<ClCompile Include="..\libespeak-ng\synthdata.c" />
<ClCompile Include="..\libespeak-ng\synthesize.c" />
<ClCompile Include="..\libespeak-ng\synth_mbrola.c" />

Loading…
Cancel
Save