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.

ttseng.dsp 7.6KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284
  1. # Microsoft Developer Studio Project File - Name="TtsEng" - 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=TtsEng - Win32 Debug x86
  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 "ttseng.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 "ttseng.mak" CFG="TtsEng - Win32 Debug x86"
  15. !MESSAGE
  16. !MESSAGE Possible choices for configuration are:
  17. !MESSAGE
  18. !MESSAGE "TtsEng - Win32 Debug x86" (based on "Win32 (x86) Dynamic-Link Library")
  19. !MESSAGE "TtsEng - Win32 Release x86" (based on "Win32 (x86) Dynamic-Link Library")
  20. !MESSAGE
  21. # Begin Project
  22. # PROP AllowPerConfigDependencies 0
  23. # PROP Scc_ProjName ""
  24. # PROP Scc_LocalPath "Desktop"
  25. CPP=cl.exe
  26. MTL=midl.exe
  27. RSC=rc.exe
  28. !IF "$(CFG)" == "TtsEng - Win32 Debug x86"
  29. # PROP BASE Use_MFC 0
  30. # PROP BASE Use_Debug_Libraries 1
  31. # PROP BASE Output_Dir "TtsEng___Win32_Debug_x86"
  32. # PROP BASE Intermediate_Dir "TtsEng___Win32_Debug_x86"
  33. # PROP BASE Target_Dir ""
  34. # PROP Use_MFC 0
  35. # PROP Use_Debug_Libraries 1
  36. # PROP Output_Dir "Debug_x86"
  37. # PROP Intermediate_Dir "Debug_x86"
  38. # PROP Ignore_Export_Lib 0
  39. # PROP Target_Dir ""
  40. # ADD BASE CPP /nologo /MTd /W3 /Gm /ZI /Od /I "..\..\..\sdk\include" /I "..\..\..\ddk\include" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /FR /Yu"stdafx.h" /FD /GZ /c
  41. # ADD CPP /nologo /MTd /W3 /Gm /ZI /Od /I "..\..\..\..\..\ddk\include" /I "..\..\..\..\include" /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "_ATL_STATIC_REGISTRY" /FR /Yu"stdafx.h" /FD /GZ /c
  42. # ADD MTL /I "..\..\..\..\..\ddk\idl" /I "..\..\..\..\idl"
  43. # ADD BASE RSC /l 0x409 /d "_DEBUG"
  44. # ADD RSC /l 0x409 /d "_DEBUG"
  45. BSC32=bscmake.exe
  46. # ADD BASE BSC32 /nologo
  47. # ADD BSC32 /nologo
  48. LINK32=link.exe
  49. # 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 /subsystem:windows /dll /debug /machine:I386 /pdbtype:sept
  50. # ADD LINK32 kernel32.lib advapi32.lib ole32.lib /nologo /subsystem:windows /dll /map /debug /machine:I386 /pdbtype:sept /libpath:"..\..\..\..\lib\i386"
  51. # Begin Custom Build - Performing registration
  52. OutDir=.\Debug_x86
  53. TargetPath=.\Debug_x86\ttseng.dll
  54. InputPath=.\Debug_x86\ttseng.dll
  55. SOURCE="$(InputPath)"
  56. "$(OutDir)\regsvr32.trg" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  57. regsvr32 /s /c "$(TargetPath)"
  58. echo regsvr32 exec. time > "$(OutDir)\regsvr32.trg"
  59. # End Custom Build
  60. !ELSEIF "$(CFG)" == "TtsEng - Win32 Release x86"
  61. # PROP BASE Use_MFC 0
  62. # PROP BASE Use_Debug_Libraries 0
  63. # PROP BASE Output_Dir "TtsEng___Win32_Release_x86"
  64. # PROP BASE Intermediate_Dir "TtsEng___Win32_Release_x86"
  65. # PROP BASE Target_Dir ""
  66. # PROP Use_MFC 0
  67. # PROP Use_Debug_Libraries 0
  68. # PROP Output_Dir "Release_x86"
  69. # PROP Intermediate_Dir "Release_x86"
  70. # PROP Ignore_Export_Lib 0
  71. # PROP Target_Dir ""
  72. # ADD BASE CPP /nologo /MT /W3 /O1 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "_ATL_DLL" /D "_ATL_MIN_CRT" /Yu"stdafx.h" /FD /c
  73. # ADD CPP /nologo /MT /W3 /O1 /I "..\..\..\..\..\ddk\include" /I "..\..\..\..\include" /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "_ATL_STATIC_REGISTRY" /Yu"stdafx.h" /FD /c
  74. # ADD MTL /I "..\..\..\..\..\ddk\idl" /I "..\..\..\..\idl"
  75. # ADD BASE RSC /l 0x409 /d "NDEBUG"
  76. # ADD RSC /l 0x409 /d "NDEBUG"
  77. BSC32=bscmake.exe
  78. # ADD BASE BSC32 /nologo
  79. # ADD BSC32 /nologo
  80. LINK32=link.exe
  81. # 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 /subsystem:windows /dll /machine:I386
  82. # ADD LINK32 kernel32.lib advapi32.lib ole32.lib /nologo /subsystem:windows /dll /map /machine:I386 /out:"Release_x86/espeak_sapi.dll" /libpath:"..\..\..\..\lib\i386"
  83. # Begin Custom Build - Performing registration
  84. OutDir=.\Release_x86
  85. TargetPath=.\Release_x86\espeak_sapi.dll
  86. InputPath=.\Release_x86\espeak_sapi.dll
  87. SOURCE="$(InputPath)"
  88. "$(OutDir)\regsvr32.trg" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  89. regsvr32 /s /c "$(TargetPath)"
  90. echo regsvr32 exec. time > "$(OutDir)\regsvr32.trg"
  91. # End Custom Build
  92. !ENDIF
  93. # Begin Target
  94. # Name "TtsEng - Win32 Debug x86"
  95. # Name "TtsEng - Win32 Release x86"
  96. # Begin Group "Source Files"
  97. # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
  98. # Begin Source File
  99. SOURCE=.\src\compiledict.cpp
  100. # End Source File
  101. # Begin Source File
  102. SOURCE=.\src\dictionary.cpp
  103. # End Source File
  104. # Begin Source File
  105. SOURCE=.\src\intonation.cpp
  106. # End Source File
  107. # Begin Source File
  108. SOURCE=.\src\klatt.cpp
  109. # End Source File
  110. # Begin Source File
  111. SOURCE=.\src\numbers.cpp
  112. # End Source File
  113. # Begin Source File
  114. SOURCE=.\src\phonemelist.cpp
  115. # End Source File
  116. # Begin Source File
  117. SOURCE=.\src\readclause.cpp
  118. # End Source File
  119. # Begin Source File
  120. SOURCE=.\src\setlengths.cpp
  121. # End Source File
  122. # Begin Source File
  123. SOURCE=.\src\sonic.cpp
  124. # End Source File
  125. # Begin Source File
  126. SOURCE=.\src\speak_lib.cpp
  127. # End Source File
  128. # Begin Source File
  129. SOURCE=.\StdAfx.cpp
  130. # ADD BASE CPP /Yc"stdafx.h"
  131. # ADD CPP /Yc"stdafx.h"
  132. # End Source File
  133. # Begin Source File
  134. SOURCE=.\src\synth_mbrola.cpp
  135. # End Source File
  136. # Begin Source File
  137. SOURCE=.\src\synthdata.cpp
  138. # End Source File
  139. # Begin Source File
  140. SOURCE=.\src\synthesize.cpp
  141. # End Source File
  142. # Begin Source File
  143. SOURCE=.\src\tr_languages.cpp
  144. # End Source File
  145. # Begin Source File
  146. SOURCE=.\src\translate.cpp
  147. # End Source File
  148. # Begin Source File
  149. SOURCE=.\TtsEng.cpp
  150. # End Source File
  151. # Begin Source File
  152. SOURCE=.\TtsEng.def
  153. # End Source File
  154. # Begin Source File
  155. SOURCE=.\TtsEng.idl
  156. # ADD BASE MTL /I "..\..\..\sdk\idl" /tlb ".\TtsEng.tlb" /h "TtsEng.h" /iid "" /Oicf
  157. # ADD MTL /I "..\..\..\sdk\idl" /tlb ".\TtsEng.tlb" /h "TtsEng.h" /iid "TtsEng_i.c" /Oicf
  158. # End Source File
  159. # Begin Source File
  160. SOURCE=.\TtsEng.rc
  161. # End Source File
  162. # Begin Source File
  163. SOURCE=.\TtsEngObj.cpp
  164. # SUBTRACT CPP /YX /Yc /Yu
  165. # End Source File
  166. # Begin Source File
  167. SOURCE=.\src\voices.cpp
  168. # End Source File
  169. # Begin Source File
  170. SOURCE=.\src\wavegen.cpp
  171. # End Source File
  172. # End Group
  173. # Begin Group "Header Files"
  174. # PROP Default_Filter "h;hpp;hxx;hm;inl"
  175. # Begin Source File
  176. SOURCE=.\src\klatt.h
  177. # End Source File
  178. # Begin Source File
  179. SOURCE=.\src\phoneme.h
  180. # End Source File
  181. # Begin Source File
  182. SOURCE=.\src\portaudio.h
  183. # End Source File
  184. # Begin Source File
  185. SOURCE=.\src\portaudio18.h
  186. # End Source File
  187. # Begin Source File
  188. SOURCE=.\src\portaudio19.h
  189. # End Source File
  190. # Begin Source File
  191. SOURCE=.\Resource.h
  192. # End Source File
  193. # Begin Source File
  194. SOURCE=.\src\sintab.h
  195. # End Source File
  196. # Begin Source File
  197. SOURCE=.\src\sonic.h
  198. # End Source File
  199. # Begin Source File
  200. SOURCE=.\src\speak_lib.h
  201. # End Source File
  202. # Begin Source File
  203. SOURCE=.\src\speech.h
  204. # End Source File
  205. # Begin Source File
  206. SOURCE=.\StdAfx.h
  207. # End Source File
  208. # Begin Source File
  209. SOURCE=.\src\synthesize.h
  210. # End Source File
  211. # Begin Source File
  212. SOURCE=.\src\translate.h
  213. # End Source File
  214. # Begin Source File
  215. SOURCE=.\TtsEngObj.h
  216. # End Source File
  217. # Begin Source File
  218. SOURCE=.\src\voice.h
  219. # End Source File
  220. # End Group
  221. # Begin Group "Resource Files"
  222. # PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
  223. # Begin Source File
  224. SOURCE=.\TtsEngObj.rgs
  225. # End Source File
  226. # End Group
  227. # End Target
  228. # End Project