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.

766 lines
24 KiB

  1. # Microsoft Developer Studio Project File - Name="bec.speech" - Package Owner=<4>
  2. # Microsoft Developer Studio Generated Build File, Format Version 6.00
  3. # ** DO NOT EDIT **
  4. # TARGTYPE "Win32 (x86) Static Library" 0x0104
  5. CFG=bec.speech - Win32 Release
  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 "bec.speech.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 "bec.speech.mak" CFG="bec.speech - Win32 Release"
  15. !MESSAGE
  16. !MESSAGE Possible choices for configuration are:
  17. !MESSAGE
  18. !MESSAGE "bec.speech - Win32 Release" (based on "Win32 (x86) Static Library")
  19. !MESSAGE "bec.speech - Win32 Debug" (based on "Win32 (x86) Static Library")
  20. !MESSAGE "bec.speech - Win32 Release Multithreaded" (based on "Win32 (x86) Static Library")
  21. !MESSAGE "bec.speech - Win32 Debug Multithreaded" (based on "Win32 (x86) Static Library")
  22. !MESSAGE "bec.speech - Win32 Release Multithreaded DLL" (based on "Win32 (x86) Static Library")
  23. !MESSAGE "bec.speech - Win32 Debug Multithreaded DLL" (based on "Win32 (x86) Static Library")
  24. !MESSAGE "bec.speech - Win32 Unicode Release" (based on "Win32 (x86) Static Library")
  25. !MESSAGE "bec.speech - Win32 Unicode Debug" (based on "Win32 (x86) Static Library")
  26. !MESSAGE "bec.speech - Win32 Unicode Release Multithreaded" (based on "Win32 (x86) Static Library")
  27. !MESSAGE "bec.speech - Win32 Unicode Debug Multithreaded" (based on "Win32 (x86) Static Library")
  28. !MESSAGE "bec.speech - Win32 Unicode Release Multithreaded DLL" (based on "Win32 (x86) Static Library")
  29. !MESSAGE "bec.speech - Win32 Unicode Debug Multithreaded DLL" (based on "Win32 (x86) Static Library")
  30. !MESSAGE
  31. # Begin Project
  32. # PROP AllowPerConfigDependencies 0
  33. # PROP Scc_ProjName ""
  34. # PROP Scc_LocalPath ""
  35. CPP=cl.exe
  36. RSC=rc.exe
  37. !IF "$(CFG)" == "bec.speech - Win32 Release"
  38. # PROP BASE Use_MFC 0
  39. # PROP BASE Use_Debug_Libraries 0
  40. # PROP BASE Output_Dir "Release"
  41. # PROP BASE Intermediate_Dir "Release"
  42. # PROP BASE Target_Dir ""
  43. # PROP Use_MFC 0
  44. # PROP Use_Debug_Libraries 0
  45. # PROP Output_Dir "Release"
  46. # PROP Intermediate_Dir "Release"
  47. # PROP Target_Dir ""
  48. # ADD BASE CPP /nologo /W3 /WX /GX /O2 /I "../../../../include" /I "$(STLSOFT)/include" /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /FD /c
  49. # SUBTRACT BASE CPP /YX
  50. # ADD CPP /nologo /W3 /WX /GX /O2 /I "../../../../include" /I "$(STLSOFT)/include" /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /FD /c
  51. # SUBTRACT CPP /YX
  52. # ADD BASE RSC /l 0xc09 /d "NDEBUG"
  53. # ADD RSC /l 0xc09 /d "NDEBUG"
  54. BSC32=bscmake.exe
  55. # ADD BASE BSC32 /nologo
  56. # ADD BSC32 /nologo
  57. LIB32=link.exe -lib
  58. # ADD BASE LIB32 /nologo /out:"../../../../lib/pantheios.1.bec.speech.vc6.lib"
  59. # ADD LIB32 /nologo /out:"../../../../lib/pantheios.1.bec.speech.vc6.lib"
  60. !ELSEIF "$(CFG)" == "bec.speech - Win32 Debug"
  61. # PROP BASE Use_MFC 0
  62. # PROP BASE Use_Debug_Libraries 1
  63. # PROP BASE Output_Dir "Debug"
  64. # PROP BASE Intermediate_Dir "Debug"
  65. # PROP BASE Target_Dir ""
  66. # PROP Use_MFC 0
  67. # PROP Use_Debug_Libraries 1
  68. # PROP Output_Dir "Debug"
  69. # PROP Intermediate_Dir "Debug"
  70. # PROP Target_Dir ""
  71. # ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /I "../../../../include" /I "$(STLSOFT)/include" /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /FD /GZ /c
  72. # SUBTRACT BASE CPP /YX
  73. # ADD CPP /nologo /W3 /Gm /GX /Zi /Od /I "../../../../include" /I "$(STLSOFT)/include" /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /FD /GZ /c
  74. # SUBTRACT CPP /YX
  75. # ADD BASE RSC /l 0xc09 /d "_DEBUG"
  76. # ADD RSC /l 0xc09 /d "_DEBUG"
  77. BSC32=bscmake.exe
  78. # ADD BASE BSC32 /nologo
  79. # ADD BSC32 /nologo
  80. LIB32=link.exe -lib
  81. # ADD BASE LIB32 /nologo /out:"../../../../lib/pantheios.1.bec.speech.vc6.debug.lib"
  82. # ADD LIB32 /nologo /out:"../../../../lib/pantheios.1.bec.speech.vc6.debug.lib"
  83. !ELSEIF "$(CFG)" == "bec.speech - Win32 Release Multithreaded"
  84. # PROP BASE Use_MFC 0
  85. # PROP BASE Use_Debug_Libraries 0
  86. # PROP BASE Output_Dir "ReleaseMT"
  87. # PROP BASE Intermediate_Dir "ReleaseMT"
  88. # PROP BASE Target_Dir ""
  89. # PROP Use_MFC 0
  90. # PROP Use_Debug_Libraries 0
  91. # PROP Output_Dir "ReleaseMT"
  92. # PROP Intermediate_Dir "ReleaseMT"
  93. # PROP Target_Dir ""
  94. # ADD BASE CPP /nologo /MT /W3 /WX /GX /O2 /I "../../../../include" /I "$(STLSOFT)/include" /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /FD /c
  95. # SUBTRACT BASE CPP /YX
  96. # ADD CPP /nologo /MT /W3 /WX /GX /O2 /I "../../../../include" /I "$(STLSOFT)/include" /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /FD /c
  97. # SUBTRACT CPP /YX
  98. # ADD BASE RSC /l 0xc09 /d "NDEBUG"
  99. # ADD RSC /l 0xc09 /d "NDEBUG"
  100. BSC32=bscmake.exe
  101. # ADD BASE BSC32 /nologo
  102. # ADD BSC32 /nologo
  103. LIB32=link.exe -lib
  104. # ADD BASE LIB32 /nologo /out:"../../../../lib/pantheios.1.bec.speech.vc6.mt.lib"
  105. # ADD LIB32 /nologo /out:"../../../../lib/pantheios.1.bec.speech.vc6.mt.lib"
  106. !ELSEIF "$(CFG)" == "bec.speech - Win32 Debug Multithreaded"
  107. # PROP BASE Use_MFC 0
  108. # PROP BASE Use_Debug_Libraries 1
  109. # PROP BASE Output_Dir "DebugMT"
  110. # PROP BASE Intermediate_Dir "DebugMT"
  111. # PROP BASE Target_Dir ""
  112. # PROP Use_MFC 0
  113. # PROP Use_Debug_Libraries 1
  114. # PROP Output_Dir "DebugMT"
  115. # PROP Intermediate_Dir "DebugMT"
  116. # PROP Target_Dir ""
  117. # ADD BASE CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /I "../../../../include" /I "$(STLSOFT)/include" /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /FD /GZ /c
  118. # SUBTRACT BASE CPP /YX
  119. # ADD CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /I "../../../../include" /I "$(STLSOFT)/include" /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /FD /GZ /c
  120. # SUBTRACT CPP /YX
  121. # ADD BASE RSC /l 0xc09 /d "_DEBUG"
  122. # ADD RSC /l 0xc09 /d "_DEBUG"
  123. BSC32=bscmake.exe
  124. # ADD BASE BSC32 /nologo
  125. # ADD BSC32 /nologo
  126. LIB32=link.exe -lib
  127. # ADD BASE LIB32 /nologo /out:"../../../../lib/pantheios.1.bec.speech.vc6.mt.debug.lib"
  128. # ADD LIB32 /nologo /out:"../../../../lib/pantheios.1.bec.speech.vc6.mt.debug.lib"
  129. !ELSEIF "$(CFG)" == "bec.speech - Win32 Release Multithreaded DLL"
  130. # PROP BASE Use_MFC 0
  131. # PROP BASE Use_Debug_Libraries 0
  132. # PROP BASE Output_Dir "ReleaseDLL"
  133. # PROP BASE Intermediate_Dir "ReleaseDLL"
  134. # PROP BASE Target_Dir ""
  135. # PROP Use_MFC 0
  136. # PROP Use_Debug_Libraries 0
  137. # PROP Output_Dir "ReleaseDLL"
  138. # PROP Intermediate_Dir "ReleaseDLL"
  139. # PROP Target_Dir ""
  140. # ADD BASE CPP /nologo /MD /W3 /WX /GX /O2 /I "../../../../include" /I "$(STLSOFT)/include" /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /FD /c
  141. # SUBTRACT BASE CPP /YX
  142. # ADD CPP /nologo /MD /W3 /WX /GX /O2 /I "../../../../include" /I "$(STLSOFT)/include" /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /FD /c
  143. # SUBTRACT CPP /YX
  144. # ADD BASE RSC /l 0xc09 /d "NDEBUG"
  145. # ADD RSC /l 0xc09 /d "NDEBUG"
  146. BSC32=bscmake.exe
  147. # ADD BASE BSC32 /nologo
  148. # ADD BSC32 /nologo
  149. LIB32=link.exe -lib
  150. # ADD BASE LIB32 /nologo /out:"../../../../lib/pantheios.1.bec.speech.vc6.dll.lib"
  151. # ADD LIB32 /nologo /out:"../../../../lib/pantheios.1.bec.speech.vc6.dll.lib"
  152. !ELSEIF "$(CFG)" == "bec.speech - Win32 Debug Multithreaded DLL"
  153. # PROP BASE Use_MFC 0
  154. # PROP BASE Use_Debug_Libraries 1
  155. # PROP BASE Output_Dir "DebugDLL"
  156. # PROP BASE Intermediate_Dir "DebugDLL"
  157. # PROP BASE Target_Dir ""
  158. # PROP Use_MFC 0
  159. # PROP Use_Debug_Libraries 1
  160. # PROP Output_Dir "DebugDLL"
  161. # PROP Intermediate_Dir "DebugDLL"
  162. # PROP Target_Dir ""
  163. # ADD BASE CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /I "../../../../include" /I "$(STLSOFT)/include" /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /FD /GZ /c
  164. # SUBTRACT BASE CPP /YX
  165. # ADD CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /I "../../../../include" /I "$(STLSOFT)/include" /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /FD /GZ /c
  166. # SUBTRACT CPP /YX
  167. # ADD BASE RSC /l 0xc09 /d "_DEBUG"
  168. # ADD RSC /l 0xc09 /d "_DEBUG"
  169. BSC32=bscmake.exe
  170. # ADD BASE BSC32 /nologo
  171. # ADD BSC32 /nologo
  172. LIB32=link.exe -lib
  173. # ADD BASE LIB32 /nologo /out:"../../../../lib/pantheios.1.bec.speech.vc6.dll.debug.lib"
  174. # ADD LIB32 /nologo /out:"../../../../lib/pantheios.1.bec.speech.vc6.dll.debug.lib"
  175. !ELSEIF "$(CFG)" == "bec.speech - Win32 Unicode Release"
  176. # PROP BASE Use_MFC 0
  177. # PROP BASE Use_Debug_Libraries 0
  178. # PROP BASE Output_Dir "URelease"
  179. # PROP BASE Intermediate_Dir "URelease"
  180. # PROP BASE Target_Dir ""
  181. # PROP Use_MFC 0
  182. # PROP Use_Debug_Libraries 0
  183. # PROP Output_Dir "URelease"
  184. # PROP Intermediate_Dir "URelease"
  185. # PROP Target_Dir ""
  186. # ADD BASE CPP /nologo /W3 /WX /GX /O2 /I "../../../../include" /I "$(STLSOFT)/include" /D "WIN32" /D "NDEBUG" /D "_UNICODE" /D "UNICODE" /D "_LIB" /FD /c
  187. # SUBTRACT BASE CPP /YX
  188. # ADD CPP /nologo /W3 /WX /GX /O2 /I "../../../../include" /I "$(STLSOFT)/include" /D "WIN32" /D "NDEBUG" /D "_UNICODE" /D "UNICODE" /D "_LIB" /FD /c
  189. # SUBTRACT CPP /YX
  190. # ADD BASE RSC /l 0xc09 /d "NDEBUG"
  191. # ADD RSC /l 0xc09 /d "NDEBUG"
  192. BSC32=bscmake.exe
  193. # ADD BASE BSC32 /nologo
  194. # ADD BSC32 /nologo
  195. LIB32=link.exe -lib
  196. # ADD BASE LIB32 /nologo /out:"../../../../lib/pantheios.1.bec.speech.vc6.widestring.lib"
  197. # ADD LIB32 /nologo /out:"../../../../lib/pantheios.1.bec.speech.vc6.widestring.lib"
  198. !ELSEIF "$(CFG)" == "bec.speech - Win32 Unicode Debug"
  199. # PROP BASE Use_MFC 0
  200. # PROP BASE Use_Debug_Libraries 1
  201. # PROP BASE Output_Dir "UDebug"
  202. # PROP BASE Intermediate_Dir "UDebug"
  203. # PROP BASE Target_Dir ""
  204. # PROP Use_MFC 0
  205. # PROP Use_Debug_Libraries 1
  206. # PROP Output_Dir "UDebug"
  207. # PROP Intermediate_Dir "UDebug"
  208. # PROP Target_Dir ""
  209. # ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /I "../../../../include" /I "$(STLSOFT)/include" /D "WIN32" /D "_DEBUG" /D "_UNICODE" /D "UNICODE" /D "_LIB" /FD /GZ /c
  210. # SUBTRACT BASE CPP /YX
  211. # ADD CPP /nologo /W3 /Gm /GX /Zi /Od /I "../../../../include" /I "$(STLSOFT)/include" /D "WIN32" /D "_DEBUG" /D "_UNICODE" /D "UNICODE" /D "_LIB" /FD /GZ /c
  212. # SUBTRACT CPP /YX
  213. # ADD BASE RSC /l 0xc09 /d "_DEBUG"
  214. # ADD RSC /l 0xc09 /d "_DEBUG"
  215. BSC32=bscmake.exe
  216. # ADD BASE BSC32 /nologo
  217. # ADD BSC32 /nologo
  218. LIB32=link.exe -lib
  219. # ADD BASE LIB32 /nologo /out:"../../../../lib/pantheios.1.bec.speech.vc6.widestring.debug.lib"
  220. # ADD LIB32 /nologo /out:"../../../../lib/pantheios.1.bec.speech.vc6.widestring.debug.lib"
  221. !ELSEIF "$(CFG)" == "bec.speech - Win32 Unicode Release Multithreaded"
  222. # PROP BASE Use_MFC 0
  223. # PROP BASE Use_Debug_Libraries 0
  224. # PROP BASE Output_Dir "UReleaseMT"
  225. # PROP BASE Intermediate_Dir "UReleaseMT"
  226. # PROP BASE Target_Dir ""
  227. # PROP Use_MFC 0
  228. # PROP Use_Debug_Libraries 0
  229. # PROP Output_Dir "UReleaseMT"
  230. # PROP Intermediate_Dir "UReleaseMT"
  231. # PROP Target_Dir ""
  232. # ADD BASE CPP /nologo /MT /W3 /WX /GX /O2 /I "../../../../include" /I "$(STLSOFT)/include" /D "WIN32" /D "NDEBUG" /D "_UNICODE" /D "UNICODE" /D "_LIB" /FD /c
  233. # SUBTRACT BASE CPP /YX
  234. # ADD CPP /nologo /MT /W3 /WX /GX /O2 /I "../../../../include" /I "$(STLSOFT)/include" /D "WIN32" /D "NDEBUG" /D "_UNICODE" /D "UNICODE" /D "_LIB" /FD /c
  235. # SUBTRACT CPP /YX
  236. # ADD BASE RSC /l 0xc09 /d "NDEBUG"
  237. # ADD RSC /l 0xc09 /d "NDEBUG"
  238. BSC32=bscmake.exe
  239. # ADD BASE BSC32 /nologo
  240. # ADD BSC32 /nologo
  241. LIB32=link.exe -lib
  242. # ADD BASE LIB32 /nologo /out:"../../../../lib/pantheios.1.bec.speech.vc6.widestring.mt.lib"
  243. # ADD LIB32 /nologo /out:"../../../../lib/pantheios.1.bec.speech.vc6.widestring.mt.lib"
  244. !ELSEIF "$(CFG)" == "bec.speech - Win32 Unicode Debug Multithreaded"
  245. # PROP BASE Use_MFC 0
  246. # PROP BASE Use_Debug_Libraries 1
  247. # PROP BASE Output_Dir "UDebugMT"
  248. # PROP BASE Intermediate_Dir "UDebugMT"
  249. # PROP BASE Target_Dir ""
  250. # PROP Use_MFC 0
  251. # PROP Use_Debug_Libraries 1
  252. # PROP Output_Dir "UDebugMT"
  253. # PROP Intermediate_Dir "UDebugMT"
  254. # PROP Target_Dir ""
  255. # ADD BASE CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /I "../../../../include" /I "$(STLSOFT)/include" /D "WIN32" /D "_DEBUG" /D "_UNICODE" /D "UNICODE" /D "_LIB" /FD /GZ /c
  256. # SUBTRACT BASE CPP /YX
  257. # ADD CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /I "../../../../include" /I "$(STLSOFT)/include" /D "WIN32" /D "_DEBUG" /D "_UNICODE" /D "UNICODE" /D "_LIB" /FD /GZ /c
  258. # SUBTRACT CPP /YX
  259. # ADD BASE RSC /l 0xc09 /d "_DEBUG"
  260. # ADD RSC /l 0xc09 /d "_DEBUG"
  261. BSC32=bscmake.exe
  262. # ADD BASE BSC32 /nologo
  263. # ADD BSC32 /nologo
  264. LIB32=link.exe -lib
  265. # ADD BASE LIB32 /nologo /out:"../../../../lib/pantheios.1.bec.speech.vc6.widestring.mt.debug.lib"
  266. # ADD LIB32 /nologo /out:"../../../../lib/pantheios.1.bec.speech.vc6.widestring.mt.debug.lib"
  267. !ELSEIF "$(CFG)" == "bec.speech - Win32 Unicode Release Multithreaded DLL"
  268. # PROP BASE Use_MFC 0
  269. # PROP BASE Use_Debug_Libraries 0
  270. # PROP BASE Output_Dir "UReleaseDLL"
  271. # PROP BASE Intermediate_Dir "UReleaseDLL"
  272. # PROP BASE Target_Dir ""
  273. # PROP Use_MFC 0
  274. # PROP Use_Debug_Libraries 0
  275. # PROP Output_Dir "UReleaseDLL"
  276. # PROP Intermediate_Dir "UReleaseDLL"
  277. # PROP Target_Dir ""
  278. # ADD BASE CPP /nologo /MD /W3 /WX /GX /O2 /I "../../../../include" /I "$(STLSOFT)/include" /D "WIN32" /D "NDEBUG" /D "_UNICODE" /D "UNICODE" /D "_LIB" /FD /c
  279. # SUBTRACT BASE CPP /YX
  280. # ADD CPP /nologo /MD /W3 /WX /GX /O2 /I "../../../../include" /I "$(STLSOFT)/include" /D "WIN32" /D "NDEBUG" /D "_UNICODE" /D "UNICODE" /D "_LIB" /FD /c
  281. # SUBTRACT CPP /YX
  282. # ADD BASE RSC /l 0xc09 /d "NDEBUG"
  283. # ADD RSC /l 0xc09 /d "NDEBUG"
  284. BSC32=bscmake.exe
  285. # ADD BASE BSC32 /nologo
  286. # ADD BSC32 /nologo
  287. LIB32=link.exe -lib
  288. # ADD BASE LIB32 /nologo /out:"../../../../lib/pantheios.1.bec.speech.vc6.widestring.dll.lib"
  289. # ADD LIB32 /nologo /out:"../../../../lib/pantheios.1.bec.speech.vc6.widestring.dll.lib"
  290. !ELSEIF "$(CFG)" == "bec.speech - Win32 Unicode Debug Multithreaded DLL"
  291. # PROP BASE Use_MFC 0
  292. # PROP BASE Use_Debug_Libraries 1
  293. # PROP BASE Output_Dir "UDebugDLL"
  294. # PROP BASE Intermediate_Dir "UDebugDLL"
  295. # PROP BASE Target_Dir ""
  296. # PROP Use_MFC 0
  297. # PROP Use_Debug_Libraries 1
  298. # PROP Output_Dir "UDebugDLL"
  299. # PROP Intermediate_Dir "UDebugDLL"
  300. # PROP Target_Dir ""
  301. # ADD BASE CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /I "../../../../include" /I "$(STLSOFT)/include" /D "WIN32" /D "_DEBUG" /D "_UNICODE" /D "UNICODE" /D "_LIB" /FD /GZ /c
  302. # SUBTRACT BASE CPP /YX
  303. # ADD CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /I "../../../../include" /I "$(STLSOFT)/include" /D "WIN32" /D "_DEBUG" /D "_UNICODE" /D "UNICODE" /D "_LIB" /FD /GZ /c
  304. # SUBTRACT CPP /YX
  305. # ADD BASE RSC /l 0xc09 /d "_DEBUG"
  306. # ADD RSC /l 0xc09 /d "_DEBUG"
  307. BSC32=bscmake.exe
  308. # ADD BASE BSC32 /nologo
  309. # ADD BSC32 /nologo
  310. LIB32=link.exe -lib
  311. # ADD BASE LIB32 /nologo /out:"../../../../lib/pantheios.1.bec.speech.vc6.widestring.dll.debug.lib"
  312. # ADD LIB32 /nologo /out:"../../../../lib/pantheios.1.bec.speech.vc6.widestring.dll.debug.lib"
  313. !ENDIF
  314. # Begin Target
  315. # Name "bec.speech - Win32 Release"
  316. # Name "bec.speech - Win32 Debug"
  317. # Name "bec.speech - Win32 Release Multithreaded"
  318. # Name "bec.speech - Win32 Debug Multithreaded"
  319. # Name "bec.speech - Win32 Release Multithreaded DLL"
  320. # Name "bec.speech - Win32 Debug Multithreaded DLL"
  321. # Name "bec.speech - Win32 Unicode Release"
  322. # Name "bec.speech - Win32 Unicode Debug"
  323. # Name "bec.speech - Win32 Unicode Release Multithreaded"
  324. # Name "bec.speech - Win32 Unicode Debug Multithreaded"
  325. # Name "bec.speech - Win32 Unicode Release Multithreaded DLL"
  326. # Name "bec.speech - Win32 Unicode Debug Multithreaded DLL"
  327. # Begin Group "Source Files"
  328. # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
  329. # Begin Source File
  330. SOURCE=..\..\..\..\src\backends\bec.speech.cpp
  331. # End Source File
  332. # End Group
  333. # Begin Group "Header Files"
  334. # PROP Default_Filter "h;hpp;hxx;hm;inl"
  335. # Begin Group "STLSoft Header Files"
  336. # PROP Default_Filter ""
  337. # Begin Group "STLSoft"
  338. # PROP Default_Filter ""
  339. # Begin Source File
  340. SOURCE="$(STLSOFT)\include\stlsoft\memory\allocator_base.hpp"
  341. # End Source File
  342. # Begin Source File
  343. SOURCE="$(STLSOFT)\include\stlsoft\memory\allocator_features.hpp"
  344. # End Source File
  345. # Begin Source File
  346. SOURCE="$(STLSOFT)\include\stlsoft\memory\allocator_selector.hpp"
  347. # End Source File
  348. # Begin Source File
  349. SOURCE="$(STLSOFT)\include\stlsoft\algorithms\std\alt.hpp"
  350. # End Source File
  351. # Begin Source File
  352. SOURCE="$(STLSOFT)\include\stlsoft\memory\auto_buffer.hpp"
  353. # End Source File
  354. # Begin Source File
  355. SOURCE="$(STLSOFT)\include\stlsoft\shims\attribute\get_ptr\std\auto_ptr.hpp"
  356. # End Source File
  357. # Begin Source File
  358. SOURCE="$(STLSOFT)\include\stlsoft\shims\access\string\std\basic_string.hpp"
  359. # End Source File
  360. # Begin Source File
  361. SOURCE="$(STLSOFT)\include\stlsoft\algorithms\bounded.hpp"
  362. # End Source File
  363. # Begin Source File
  364. SOURCE="$(STLSOFT)\include\stlsoft\shims\access\string\std\c_string.h"
  365. # End Source File
  366. # Begin Source File
  367. SOURCE="$(STLSOFT)\include\stlsoft\string\char_alt_traits.hpp"
  368. # End Source File
  369. # Begin Source File
  370. SOURCE="$(STLSOFT)\include\stlsoft\conversion\char_conversions.hpp"
  371. # End Source File
  372. # Begin Source File
  373. SOURCE="$(STLSOFT)\include\stlsoft\string\char_traits.hpp"
  374. # End Source File
  375. # Begin Source File
  376. SOURCE="$(STLSOFT)\include\stlsoft\collections\util\collections.hpp"
  377. # End Source File
  378. # Begin Source File
  379. SOURCE="$(STLSOFT)\include\stlsoft\util\constraints.hpp"
  380. # End Source File
  381. # Begin Source File
  382. SOURCE="$(STLSOFT)\include\stlsoft\error\conversion_error.hpp"
  383. # End Source File
  384. # Begin Source File
  385. SOURCE="$(STLSOFT)\include\stlsoft\string\cstring_maker.hpp"
  386. # End Source File
  387. # Begin Source File
  388. SOURCE="$(STLSOFT)\include\stlsoft\shims\access\string\std\exception.hpp"
  389. # End Source File
  390. # Begin Source File
  391. SOURCE="$(STLSOFT)\include\stlsoft\util\exception_string.hpp"
  392. # End Source File
  393. # Begin Source File
  394. SOURCE="$(STLSOFT)\include\stlsoft\error\exceptions.hpp"
  395. # End Source File
  396. # Begin Source File
  397. SOURCE="$(STLSOFT)\include\stlsoft\shims\attribute\get_ptr\std\fundamental.hpp"
  398. # End Source File
  399. # Begin Source File
  400. SOURCE="$(STLSOFT)\include\stlsoft\shims\access\string\fwd.h"
  401. # End Source File
  402. # Begin Source File
  403. SOURCE="$(STLSOFT)\include\stlsoft\shims\attribute\get_ptr.hpp"
  404. # End Source File
  405. # Begin Source File
  406. SOURCE="$(STLSOFT)\include\stlsoft\conversion\integer_to_string.hpp"
  407. # End Source File
  408. # Begin Source File
  409. SOURCE="$(STLSOFT)\include\stlsoft\internal\cccap\intel.h"
  410. # End Source File
  411. # Begin Source File
  412. SOURCE="$(STLSOFT)\include\stlsoft\internal\cccap\intel.h"
  413. # End Source File
  414. # Begin Source File
  415. SOURCE="$(STLSOFT)\include\stlsoft\util\std\iterator_generators.hpp"
  416. # End Source File
  417. # Begin Source File
  418. SOURCE="$(STLSOFT)\include\stlsoft\util\std\iterator_helper.hpp"
  419. # End Source File
  420. # Begin Source File
  421. SOURCE="$(STLSOFT)\include\stlsoft\util\std\library_discriminator.hpp"
  422. # End Source File
  423. # Begin Source File
  424. SOURCE="$(STLSOFT)\include\stlsoft\util\minmax.hpp"
  425. # End Source File
  426. # Begin Source File
  427. SOURCE="$(STLSOFT)\include\stlsoft\internal\cccap\msvc.h"
  428. # End Source File
  429. # Begin Source File
  430. SOURCE="$(STLSOFT)\include\stlsoft\internal\cccap\msvc.h"
  431. # End Source File
  432. # Begin Source File
  433. SOURCE="$(STLSOFT)\include\stlsoft\internal\cccap\obsolete.h"
  434. # End Source File
  435. # Begin Source File
  436. SOURCE="$(STLSOFT)\include\stlsoft\internal\cccap\obsolete.h"
  437. # End Source File
  438. # Begin Source File
  439. SOURCE="$(STLSOFT)\include\stlsoft\algorithms\pod.hpp"
  440. # End Source File
  441. # Begin Source File
  442. SOURCE="$(STLSOFT)\include\stlsoft\smartptr\ref_ptr.hpp"
  443. # End Source File
  444. # Begin Source File
  445. SOURCE="$(STLSOFT)\include\stlsoft\internal\safestr.h"
  446. # End Source File
  447. # Begin Source File
  448. SOURCE="$(STLSOFT)\include\stlsoft\conversion\sap_cast.hpp"
  449. # End Source File
  450. # Begin Source File
  451. SOURCE="$(STLSOFT)\include\stlsoft\string\shim_string.hpp"
  452. # End Source File
  453. # Begin Source File
  454. SOURCE="$(STLSOFT)\include\stlsoft\util\sign_traits.hpp"
  455. # End Source File
  456. # Begin Source File
  457. SOURCE="$(STLSOFT)\include\stlsoft\string\simple_string.hpp"
  458. # End Source File
  459. # Begin Source File
  460. SOURCE="$(STLSOFT)\include\stlsoft\meta\size_of.hpp"
  461. # End Source File
  462. # Begin Source File
  463. SOURCE="$(STLSOFT)\include\stlsoft\util\size_traits.hpp"
  464. # End Source File
  465. # Begin Source File
  466. SOURCE="$(STLSOFT)\include\stlsoft\util\std_swap.hpp"
  467. # End Source File
  468. # Begin Source File
  469. SOURCE="$(STLSOFT)\include\stlsoft\stlsoft.h"
  470. # End Source File
  471. # Begin Source File
  472. SOURCE="$(STLSOFT)\include\stlsoft\stlsoft.h"
  473. # End Source File
  474. # Begin Source File
  475. SOURCE="$(STLSOFT)\include\stlsoft\shims\access\string.hpp"
  476. # End Source File
  477. # Begin Source File
  478. SOURCE="$(STLSOFT)\include\stlsoft\string\string_traits_fwd.hpp"
  479. # End Source File
  480. # Begin Source File
  481. SOURCE="$(STLSOFT)\include\stlsoft\conversion\union_cast.hpp"
  482. # End Source File
  483. # Begin Source File
  484. SOURCE="$(STLSOFT)\include\stlsoft\meta\yesno.hpp"
  485. # End Source File
  486. # End Group
  487. # Begin Group "COMSTL"
  488. # PROP Default_Filter ""
  489. # Begin Source File
  490. SOURCE="$(STLSOFT)\include\comstl\comstl.h"
  491. # End Source File
  492. # Begin Source File
  493. SOURCE="$(STLSOFT)\include\comstl\util\creation_functions.hpp"
  494. # End Source File
  495. # Begin Source File
  496. SOURCE="$(STLSOFT)\include\comstl\error\exceptions.hpp"
  497. # End Source File
  498. # Begin Source File
  499. SOURCE="$(STLSOFT)\include\comstl\util\initialisers.hpp"
  500. # End Source File
  501. # Begin Source File
  502. SOURCE="$(STLSOFT)\include\comstl\util\interface_traits.hpp"
  503. # End Source File
  504. # Begin Source File
  505. SOURCE="$(STLSOFT)\include\comstl\internal\interface_traits_std.hpp"
  506. # End Source File
  507. # Begin Source File
  508. SOURCE="$(STLSOFT)\include\comstl\speech\sapi_util.hpp"
  509. # End Source File
  510. # End Group
  511. # Begin Group "WinSTL"
  512. # PROP Default_Filter ""
  513. # Begin Source File
  514. SOURCE="$(STLSOFT)\include\winstl\conversion\char_conversions.hpp"
  515. # End Source File
  516. # Begin Source File
  517. SOURCE="$(STLSOFT)\include\winstl\error\conversion_error.hpp"
  518. # End Source File
  519. # Begin Source File
  520. SOURCE="$(STLSOFT)\include\winstl\registry\util\defs.hpp"
  521. # End Source File
  522. # Begin Source File
  523. SOURCE="$(STLSOFT)\include\winstl\error\error_desc.hpp"
  524. # End Source File
  525. # Begin Source File
  526. SOURCE="$(STLSOFT)\include\winstl\error\error_functions.h"
  527. # End Source File
  528. # Begin Source File
  529. SOURCE="$(STLSOFT)\include\winstl\shims\conversion\to_SYSTEMTIME\FILETIME.hpp"
  530. # End Source File
  531. # Begin Source File
  532. SOURCE="$(STLSOFT)\include\winstl\time\format_functions.hpp"
  533. # End Source File
  534. # Begin Source File
  535. SOURCE="$(STLSOFT)\include\winstl\window\functions.h"
  536. # End Source File
  537. # Begin Source File
  538. SOURCE="$(STLSOFT)\include\winstl\registry\functions.hpp"
  539. # End Source File
  540. # Begin Source File
  541. SOURCE="$(STLSOFT)\include\winstl\shims\access\string\hwnd.hpp"
  542. # End Source File
  543. # Begin Source File
  544. SOURCE="$(STLSOFT)\include\winstl\window\util\ident_.hpp"
  545. # End Source File
  546. # Begin Source File
  547. SOURCE="$(STLSOFT)\include\winstl\shims\access\string\lsa_unicode_string.hpp"
  548. # End Source File
  549. # Begin Source File
  550. SOURCE="$(STLSOFT)\include\winstl\memory\processheap_allocator.hpp"
  551. # End Source File
  552. # Begin Source File
  553. SOURCE="$(STLSOFT)\include\winstl\registry\reg_traits.hpp"
  554. # End Source File
  555. # Begin Source File
  556. SOURCE="$(STLSOFT)\include\winstl\shims\access\string.hpp"
  557. # End Source File
  558. # Begin Source File
  559. SOURCE="$(STLSOFT)\include\winstl\system\system_traits.hpp"
  560. # End Source File
  561. # Begin Source File
  562. SOURCE="$(STLSOFT)\include\winstl\shims\access\string\time.hpp"
  563. # End Source File
  564. # Begin Source File
  565. SOURCE="$(STLSOFT)\include\winstl\conversion\windows_type_conversions.hpp"
  566. # End Source File
  567. # Begin Source File
  568. SOURCE="$(STLSOFT)\include\winstl\winstl.h"
  569. # End Source File
  570. # End Group
  571. # End Group
  572. # Begin Group "Pantheios Header Files"
  573. # PROP Default_Filter ""
  574. # Begin Source File
  575. SOURCE="$(PANTHEIOS_ROOT)\include\pantheios\util\core\apidefs.hpp"
  576. # End Source File
  577. # Begin Source File
  578. SOURCE="$(PANTHEIOS_ROOT)\include\pantheios\util\backends\arguments.h"
  579. # End Source File
  580. # Begin Source File
  581. SOURCE="$(PANTHEIOS_ROOT)\include\pantheios\util\backends\arguments.h"
  582. # End Source File
  583. # Begin Source File
  584. SOURCE="$(PANTHEIOS_ROOT)\include\pantheios\contract\assert.h"
  585. # End Source File
  586. # Begin Source File
  587. SOURCE="$(PANTHEIOS_ROOT)\include\pantheios\util\memory\auto_buffer_selector.hpp"
  588. # End Source File
  589. # Begin Source File
  590. SOURCE="$(PANTHEIOS_ROOT)\include\pantheios\backend.h"
  591. # End Source File
  592. # Begin Source File
  593. SOURCE="$(PANTHEIOS_ROOT)\include\pantheios\backend.h"
  594. # End Source File
  595. # Begin Source File
  596. SOURCE="$(PANTHEIOS_ROOT)\include\pantheios\backends\bec.speech.h"
  597. # End Source File
  598. # Begin Source File
  599. SOURCE="$(PANTHEIOS_ROOT)\include\pantheios\util\backends\context.hpp"
  600. # End Source File
  601. # Begin Source File
  602. SOURCE="$(PANTHEIOS_ROOT)\include\pantheios\quality\contract.h"
  603. # End Source File
  604. # Begin Source File
  605. SOURCE="$(PANTHEIOS_ROOT)\include\pantheios\frontend.h"
  606. # End Source File
  607. # Begin Source File
  608. SOURCE="$(PANTHEIOS_ROOT)\include\pantheios\init_codes.h"
  609. # End Source File
  610. # Begin Source File
  611. SOURCE="$(PANTHEIOS_ROOT)\include\pantheios\init_codes.h"
  612. # End Source File
  613. # Begin Source File
  614. SOURCE="$(project.root.directory.variable)\include\pantheios\severity\levels.hpp"
  615. # End Source File
  616. # Begin Source File
  617. SOURCE="$(PANTHEIOS_ROOT)\include\pantheios\internal\generated\log_functions.h"
  618. # End Source File
  619. # Begin Source File
  620. SOURCE="$(PANTHEIOS_ROOT)\include\pantheios\internal\generated\log_functions.h"
  621. # End Source File
  622. # Begin Source File
  623. SOURCE="$(PANTHEIOS_ROOT)\include\pantheios\pantheios.h"
  624. # End Source File
  625. # Begin Source File
  626. SOURCE="$(PANTHEIOS_ROOT)\include\pantheios\pantheios.h"
  627. # End Source File
  628. # Begin Source File
  629. SOURCE="$(PANTHEIOS_ROOT)\include\pantheios\internal\stock_levels.hpp"
  630. # End Source File
  631. # End Group
  632. # End Group
  633. # End Target
  634. # End Project