Browse Source

Add mnemonics.c and encoding.c to the Windows build.

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

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

@@ -167,12 +167,14 @@
<ClCompile Include="..\libespeak-ng\compiledict.c" />
<ClCompile Include="..\libespeak-ng\compilembrola.c" />
<ClCompile Include="..\libespeak-ng\dictionary.c" />
<ClCompile Include="..\libespeak-ng\encoding.c" />
<ClCompile Include="..\libespeak-ng\error.c" />
<ClCompile Include="..\libespeak-ng\espeak_api.c" />
<ClCompile Include="..\libespeak-ng\ieee80.c" />
<ClCompile Include="..\libespeak-ng\intonation.c" />
<ClCompile Include="..\libespeak-ng\klatt.c" />
<ClCompile Include="..\libespeak-ng\mbrowrap.c" />
<ClCompile Include="..\libespeak-ng\mnemonics.c" />
<ClCompile Include="..\libespeak-ng\numbers.c" />
<ClCompile Include="..\libespeak-ng\phoneme.c" />
<ClCompile Include="..\libespeak-ng\phonemelist.c" />

Loading…
Cancel
Save