eSpeak NG is an open source speech synthesizer that supports more than hundred languages and accents.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

espeak.dsp 6.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225
  1. # Microsoft Developer Studio Project File - Name="espeak" - Package Owner=<4>
  2. # Microsoft Developer Studio Generated Build File, Format Version 6.00
  3. # ** DO NOT EDIT **
  4. # TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
  5. CFG=espeak - Win32 Debug
  6. !MESSAGE This is not a valid makefile. To build this project using NMAKE,
  7. !MESSAGE use the Export Makefile command and run
  8. !MESSAGE
  9. !MESSAGE NMAKE /f "espeak.mak".
  10. !MESSAGE
  11. !MESSAGE You can specify a configuration when running NMAKE
  12. !MESSAGE by defining the macro CFG on the command line. For example:
  13. !MESSAGE
  14. !MESSAGE NMAKE /f "espeak.mak" CFG="espeak - Win32 Debug"
  15. !MESSAGE
  16. !MESSAGE Possible choices for configuration are:
  17. !MESSAGE
  18. !MESSAGE "espeak - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
  19. !MESSAGE "espeak - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
  20. !MESSAGE
  21. # Begin Project
  22. # PROP AllowPerConfigDependencies 0
  23. # PROP Scc_ProjName ""
  24. # PROP Scc_LocalPath ""
  25. CPP=cl.exe
  26. MTL=midl.exe
  27. RSC=rc.exe
  28. !IF "$(CFG)" == "espeak - Win32 Release"
  29. # PROP BASE Use_MFC 0
  30. # PROP BASE Use_Debug_Libraries 0
  31. # PROP BASE Output_Dir "Release"
  32. # PROP BASE Intermediate_Dir "Release"
  33. # PROP BASE Target_Dir ""
  34. # PROP Use_MFC 0
  35. # PROP Use_Debug_Libraries 0
  36. # PROP Output_Dir "Release"
  37. # PROP Intermediate_Dir "Release"
  38. # PROP Ignore_Export_Lib 0
  39. # PROP Target_Dir ""
  40. # ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "ESPEAK_EXPORTS" /Yu"stdafx.h" /FD /c
  41. # ADD CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "ESPEAK_EXPORTS" /Yu"stdafx.h" /FD /c
  42. # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
  43. # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
  44. # ADD BASE RSC /l 0x809 /d "NDEBUG"
  45. # ADD RSC /l 0x809 /d "NDEBUG"
  46. BSC32=bscmake.exe
  47. # ADD BASE BSC32 /nologo
  48. # ADD BSC32 /nologo
  49. LINK32=link.exe
  50. # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /machine:I386
  51. # ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /machine:I386 /out:"Release/espeak_lib.dll"
  52. # SUBTRACT LINK32 /pdb:none
  53. !ELSEIF "$(CFG)" == "espeak - Win32 Debug"
  54. # PROP BASE Use_MFC 0
  55. # PROP BASE Use_Debug_Libraries 1
  56. # PROP BASE Output_Dir "Debug"
  57. # PROP BASE Intermediate_Dir "Debug"
  58. # PROP BASE Target_Dir ""
  59. # PROP Use_MFC 0
  60. # PROP Use_Debug_Libraries 1
  61. # PROP Output_Dir "Debug"
  62. # PROP Intermediate_Dir "Debug"
  63. # PROP Ignore_Export_Lib 0
  64. # PROP Target_Dir ""
  65. # ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "ESPEAK_EXPORTS" /Yu"stdafx.h" /FD /GZ /c
  66. # ADD CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "ESPEAK_EXPORTS" /Yu"stdafx.h" /FD /GZ /c
  67. # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
  68. # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
  69. # ADD BASE RSC /l 0x809 /d "_DEBUG"
  70. # ADD RSC /l 0x809 /d "_DEBUG"
  71. BSC32=bscmake.exe
  72. # ADD BASE BSC32 /nologo
  73. # ADD BSC32 /nologo
  74. LINK32=link.exe
  75. # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /pdbtype:sept
  76. # ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /out:"Debug/espeak_lib.dll" /pdbtype:sept
  77. !ENDIF
  78. # Begin Target
  79. # Name "espeak - Win32 Release"
  80. # Name "espeak - Win32 Debug"
  81. # Begin Group "Source Files"
  82. # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
  83. # Begin Source File
  84. SOURCE=.\src\compiledict.cpp
  85. # End Source File
  86. # Begin Source File
  87. SOURCE=.\src\dictionary.cpp
  88. # End Source File
  89. # Begin Source File
  90. SOURCE=.\src\intonation.cpp
  91. # End Source File
  92. # Begin Source File
  93. SOURCE=.\src\numbers.cpp
  94. # End Source File
  95. # Begin Source File
  96. SOURCE=.\src\phonemelist.cpp
  97. # End Source File
  98. # Begin Source File
  99. SOURCE=.\src\readclause.cpp
  100. # End Source File
  101. # Begin Source File
  102. SOURCE=.\src\setlengths.cpp
  103. # End Source File
  104. # Begin Source File
  105. SOURCE=.\src\speak_lib.cpp
  106. # End Source File
  107. # Begin Source File
  108. SOURCE=.\StdAfx.cpp
  109. # ADD CPP /Yc"stdafx.h"
  110. # End Source File
  111. # Begin Source File
  112. SOURCE=.\src\synth_mbrola.cpp
  113. # End Source File
  114. # Begin Source File
  115. SOURCE=.\src\synthdata.cpp
  116. # End Source File
  117. # Begin Source File
  118. SOURCE=.\src\synthesize.cpp
  119. # End Source File
  120. # Begin Source File
  121. SOURCE=.\src\tr_english.cpp
  122. # End Source File
  123. # Begin Source File
  124. SOURCE=.\src\tr_languages.cpp
  125. # End Source File
  126. # Begin Source File
  127. SOURCE=.\src\translate.cpp
  128. # End Source File
  129. # Begin Source File
  130. SOURCE=.\src\voices.cpp
  131. # End Source File
  132. # Begin Source File
  133. SOURCE=.\src\wavegen.cpp
  134. # End Source File
  135. # End Group
  136. # Begin Group "Header Files"
  137. # PROP Default_Filter "h;hpp;hxx;hm;inl"
  138. # Begin Source File
  139. SOURCE=.\espeak.h
  140. # End Source File
  141. # Begin Source File
  142. SOURCE=.\src\phoneme.h
  143. # End Source File
  144. # Begin Source File
  145. SOURCE=.\src\portaudio.h
  146. # End Source File
  147. # Begin Source File
  148. SOURCE=.\src\sintab.h
  149. # End Source File
  150. # Begin Source File
  151. SOURCE=.\src\speak_lib.h
  152. # End Source File
  153. # Begin Source File
  154. SOURCE=.\src\speech.h
  155. # End Source File
  156. # Begin Source File
  157. SOURCE=.\StdAfx.h
  158. # End Source File
  159. # Begin Source File
  160. SOURCE=.\src\stdint.h
  161. # End Source File
  162. # Begin Source File
  163. SOURCE=.\src\synthesize.h
  164. # End Source File
  165. # Begin Source File
  166. SOURCE=.\src\tr_languages.h
  167. # End Source File
  168. # Begin Source File
  169. SOURCE=.\src\translate.h
  170. # End Source File
  171. # Begin Source File
  172. SOURCE=.\src\voice.h
  173. # End Source File
  174. # End Group
  175. # Begin Group "Resource Files"
  176. # PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
  177. # End Group
  178. # Begin Source File
  179. SOURCE=.\ReadMe.txt
  180. # End Source File
  181. # End Target
  182. # End Project