Leaked source code of windows server 2003
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.

450 lines
14 KiB

  1. # Microsoft Developer Studio Project File - Name="spttseng" - 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=spttseng - 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 "spttseng.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 "spttseng.mak" CFG="spttseng - Win32 Debug x86"
  15. !MESSAGE
  16. !MESSAGE Possible choices for configuration are:
  17. !MESSAGE
  18. !MESSAGE "spttseng - Win32 Debug x86" (based on "Win32 (x86) Dynamic-Link Library")
  19. !MESSAGE "spttseng - Win32 Release x86" (based on "Win32 (x86) Dynamic-Link Library")
  20. !MESSAGE "spttseng - Win32 IceCap x86" (based on "Win32 (x86) Dynamic-Link Library")
  21. !MESSAGE "spttseng - Win32 BBT x86" (based on "Win32 (x86) Dynamic-Link Library")
  22. !MESSAGE
  23. # Begin Project
  24. # PROP AllowPerConfigDependencies 0
  25. # PROP Scc_ProjName ""
  26. # PROP Scc_LocalPath "Desktop"
  27. CPP=cl.exe
  28. MTL=midl.exe
  29. RSC=rc.exe
  30. !IF "$(CFG)" == "spttseng - Win32 Debug x86"
  31. # PROP BASE Use_MFC 0
  32. # PROP BASE Use_Debug_Libraries 1
  33. # PROP BASE Output_Dir "spttseng___Win32_Debug_x86"
  34. # PROP BASE Intermediate_Dir "spttseng___Win32_Debug_x86"
  35. # PROP BASE Target_Dir ""
  36. # PROP Use_MFC 0
  37. # PROP Use_Debug_Libraries 1
  38. # PROP Output_Dir "Debug_x86"
  39. # PROP Intermediate_Dir "Debug_x86"
  40. # PROP Ignore_Export_Lib 0
  41. # PROP Target_Dir ""
  42. # 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
  43. # ADD CPP /nologo /MTd /W4 /Gm /Zi /Od /I "..\..\..\sapi\include" /I "..\..\..\sapi\sapi" /I "..\..\..\common\include" /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /D "_MCBS" /D "_USRDLL" /D "_ATL_STATIC_REGISTRY" /FR /Yu"stdafx.h" /FD /GZ /c
  44. # ADD MTL /I "..\..\..\sapi\include"
  45. # ADD BASE RSC /l 0x409 /d "_DEBUG"
  46. # ADD RSC /l 0x409 /i "..\..\..\common\include" /d "_DEBUG"
  47. BSC32=bscmake.exe
  48. # ADD BASE BSC32 /nologo
  49. # ADD BSC32 /nologo
  50. LINK32=link.exe
  51. # 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
  52. # ADD LINK32 winmm.lib 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 /incremental:no /map /debug /machine:I386 /pdbtype:sept /libpath:"..\..\..\sapi\lib" /debugtype:cv,fixup
  53. # SUBTRACT LINK32 /pdb:none
  54. # Begin Custom Build - Performing registration
  55. OutDir=.\Debug_x86
  56. TargetPath=.\Debug_x86\spttseng.dll
  57. InputPath=.\Debug_x86\spttseng.dll
  58. SOURCE="$(InputPath)"
  59. "$(OutDir)\regsvr32.trg" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  60. regsvr32 /s /c "$(TargetPath)"
  61. echo regsvr32 exec. time > "$(OutDir)\regsvr32.trg"
  62. # End Custom Build
  63. !ELSEIF "$(CFG)" == "spttseng - Win32 Release x86"
  64. # PROP BASE Use_MFC 0
  65. # PROP BASE Use_Debug_Libraries 0
  66. # PROP BASE Output_Dir "spttseng___Win32_Release_x86"
  67. # PROP BASE Intermediate_Dir "spttseng___Win32_Release_x86"
  68. # PROP BASE Target_Dir ""
  69. # PROP Use_MFC 0
  70. # PROP Use_Debug_Libraries 0
  71. # PROP Output_Dir "Release_x86"
  72. # PROP Intermediate_Dir "Release_x86"
  73. # PROP Ignore_Export_Lib 0
  74. # PROP Target_Dir ""
  75. # 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
  76. # ADD CPP /nologo /MT /W3 /Zi /O1 /I "..\..\..\sapi\include" /I "..\..\..\sapi\sapi" /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "_MCBS" /D "_USRDLL" /D "_ATL_STATIC_REGISTRY" /Yu"stdafx.h" /FD /c
  77. # ADD BASE RSC /l 0x409 /d "NDEBUG"
  78. # ADD RSC /l 0x409 /d "NDEBUG"
  79. BSC32=bscmake.exe
  80. # ADD BASE BSC32 /nologo
  81. # ADD BSC32 /nologo
  82. LINK32=link.exe
  83. # 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
  84. # ADD LINK32 winmm.lib 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 /map /debug /machine:I386 /libpath:"..\..\..\sapi\lib" /debugtype:cv,fixup
  85. # SUBTRACT LINK32 /pdb:none
  86. # Begin Custom Build - Performing registration
  87. OutDir=.\Release_x86
  88. TargetPath=.\Release_x86\spttseng.dll
  89. InputPath=.\Release_x86\spttseng.dll
  90. SOURCE="$(InputPath)"
  91. "$(OutDir)\regsvr32.trg" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  92. regsvr32 /s /c "$(TargetPath)"
  93. echo regsvr32 exec. time > "$(OutDir)\regsvr32.trg"
  94. # End Custom Build
  95. !ELSEIF "$(CFG)" == "spttseng - Win32 IceCap x86"
  96. # PROP BASE Use_MFC 0
  97. # PROP BASE Use_Debug_Libraries 0
  98. # PROP BASE Output_Dir "spttseng___Win32_IceCap_x86"
  99. # PROP BASE Intermediate_Dir "spttseng___Win32_IceCap_x86"
  100. # PROP BASE Target_Dir ""
  101. # PROP Use_MFC 0
  102. # PROP Use_Debug_Libraries 0
  103. # PROP Output_Dir "IceCap_x86"
  104. # PROP Intermediate_Dir "IceCap_x86"
  105. # PROP Ignore_Export_Lib 0
  106. # PROP Target_Dir ""
  107. # 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
  108. # ADD CPP /nologo /MT /W3 /Zi /O1 /I "..\..\..\sapi\include" /I "..\..\..\sapi\sapi" /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "_MCBS" /D "_USRDLL" /D "_ATL_STATIC_REGISTRY" /Yu"stdafx.h" /FD /c
  109. # ADD BASE RSC /l 0x409 /d "NDEBUG"
  110. # ADD RSC /l 0x409 /d "NDEBUG"
  111. BSC32=bscmake.exe
  112. # ADD BASE BSC32 /nologo
  113. # ADD BSC32 /nologo
  114. LINK32=link.exe
  115. # 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
  116. # ADD LINK32 winmm.lib 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 /map /debug /machine:I386 /def:".\spttseng.def" /libpath:"..\..\..\sapi\lib" /debugtype:cv,fixup
  117. # SUBTRACT LINK32 /pdb:none
  118. # Begin Custom Build - Performing registration
  119. OutDir=.\IceCap_x86
  120. TargetPath=.\IceCap_x86\spttseng.dll
  121. InputPath=.\IceCap_x86\spttseng.dll
  122. SOURCE="$(InputPath)"
  123. "$(OutDir)\regsvr32.trg" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  124. regsvr32 /s /c "$(TargetPath)"
  125. echo regsvr32 exec. time > "$(OutDir)\regsvr32.trg"
  126. # End Custom Build
  127. !ELSEIF "$(CFG)" == "spttseng - Win32 BBT x86"
  128. # PROP BASE Use_MFC 0
  129. # PROP BASE Use_Debug_Libraries 0
  130. # PROP BASE Output_Dir "spttseng___Win32_BBT_x86"
  131. # PROP BASE Intermediate_Dir "spttseng___Win32_BBT_x86"
  132. # PROP BASE Target_Dir ""
  133. # PROP Use_MFC 0
  134. # PROP Use_Debug_Libraries 0
  135. # PROP Output_Dir "BBT_x86"
  136. # PROP Intermediate_Dir "BBT_x86"
  137. # PROP Ignore_Export_Lib 0
  138. # PROP Target_Dir ""
  139. # 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
  140. # ADD CPP /nologo /MT /W3 /Zi /O1 /I "..\..\..\sapi\include" /I "..\..\..\sapi\sapi" /I "..\..\..\COMMON\INCLUDE" /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "_MCBS" /D "_USRDLL" /D "_ATL_STATIC_REGISTRY" /Yu"stdafx.h" /FD /c
  141. # ADD MTL /I "..\..\..\sapi\include"
  142. # ADD BASE RSC /l 0x409 /d "NDEBUG"
  143. # ADD RSC /l 0x409 /i "..\..\..\common\include" /d "NDEBUG"
  144. BSC32=bscmake.exe
  145. # ADD BASE BSC32 /nologo
  146. # ADD BSC32 /nologo
  147. LINK32=link.exe
  148. # 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
  149. # ADD LINK32 winmm.lib 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 /map /debug /machine:I386 /def:".\spttseng.def" /libpath:"..\..\..\sapi\lib" /debugtype:cv,fixup
  150. # SUBTRACT LINK32 /pdb:none
  151. # Begin Custom Build - Performing registration
  152. OutDir=.\BBT_x86
  153. TargetPath=.\BBT_x86\spttseng.dll
  154. InputPath=.\BBT_x86\spttseng.dll
  155. SOURCE="$(InputPath)"
  156. "$(OutDir)\regsvr32.trg" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  157. regsvr32 /s /c "$(TargetPath)"
  158. echo regsvr32 exec. time > "$(OutDir)\regsvr32.trg"
  159. # End Custom Build
  160. !ENDIF
  161. # Begin Target
  162. # Name "spttseng - Win32 Debug x86"
  163. # Name "spttseng - Win32 Release x86"
  164. # Name "spttseng - Win32 IceCap x86"
  165. # Name "spttseng - Win32 BBT x86"
  166. # Begin Group "DLL"
  167. # PROP Default_Filter ""
  168. # Begin Group "Resources"
  169. # PROP Default_Filter ""
  170. # Begin Source File
  171. SOURCE=.\ttsengine.rgs
  172. # End Source File
  173. # End Group
  174. # Begin Source File
  175. SOURCE=.\Resource.h
  176. # End Source File
  177. # Begin Source File
  178. SOURCE=.\spttseng.cpp
  179. # End Source File
  180. # Begin Source File
  181. SOURCE=.\spttseng.def
  182. !IF "$(CFG)" == "spttseng - Win32 Debug x86"
  183. !ELSEIF "$(CFG)" == "spttseng - Win32 Release x86"
  184. !ELSEIF "$(CFG)" == "spttseng - Win32 IceCap x86"
  185. # PROP Exclude_From_Build 1
  186. !ELSEIF "$(CFG)" == "spttseng - Win32 BBT x86"
  187. # PROP Exclude_From_Build 1
  188. !ENDIF
  189. # End Source File
  190. # Begin Source File
  191. SOURCE=.\spttseng.rc
  192. # End Source File
  193. # Begin Source File
  194. SOURCE=.\StdAfx.cpp
  195. # ADD BASE CPP /Yc"stdafx.h"
  196. # ADD CPP /Yc"stdafx.h"
  197. # End Source File
  198. # Begin Source File
  199. SOURCE=.\StdAfx.h
  200. # End Source File
  201. # Begin Source File
  202. SOURCE=.\ttsengine.cpp
  203. # End Source File
  204. # Begin Source File
  205. SOURCE=.\ttsengine.h
  206. # End Source File
  207. # End Group
  208. # Begin Group "Synthesizer"
  209. # PROP Default_Filter ""
  210. # Begin Group "Resources (Synth)"
  211. # PROP Default_Filter ""
  212. # End Group
  213. # Begin Source File
  214. SOURCE=.\AlloOps.cpp
  215. # ADD CPP /Yu
  216. # End Source File
  217. # Begin Source File
  218. SOURCE=.\AlloOps.h
  219. # End Source File
  220. # Begin Source File
  221. SOURCE=.\Backend.cpp
  222. # ADD CPP /Yu
  223. # End Source File
  224. # Begin Source File
  225. SOURCE=.\Backend.h
  226. # End Source File
  227. # Begin Source File
  228. SOURCE=.\Data.cpp
  229. # SUBTRACT CPP /YX /Yc /Yu
  230. # End Source File
  231. # Begin Source File
  232. SOURCE=.\duration.cpp
  233. # End Source File
  234. # Begin Source File
  235. SOURCE=.\FeedChain.h
  236. # End Source File
  237. # Begin Source File
  238. SOURCE=.\Frontend.cpp
  239. # ADD CPP /Yu
  240. # End Source File
  241. # Begin Source File
  242. SOURCE=.\Frontend.h
  243. # End Source File
  244. # Begin Source File
  245. SOURCE=.\pitchprosody.cpp
  246. # End Source File
  247. # Begin Source File
  248. SOURCE=.\ReverbFX.cpp
  249. # ADD CPP /Yu
  250. # End Source File
  251. # Begin Source File
  252. SOURCE=.\ReverbFX.h
  253. # End Source File
  254. # Begin Source File
  255. SOURCE=.\syllabletagger.cpp
  256. # End Source File
  257. # End Group
  258. # Begin Group "NatLangProc"
  259. # PROP Default_Filter ""
  260. # Begin Group "Resources (NL)"
  261. # PROP Default_Filter ""
  262. # End Group
  263. # Begin Source File
  264. SOURCE=.\AlphaNorm.cpp
  265. # End Source File
  266. # Begin Source File
  267. SOURCE=.\DateNorm.cpp
  268. # End Source File
  269. # Begin Source File
  270. SOURCE=.\disambig.cpp
  271. # End Source File
  272. # Begin Source File
  273. SOURCE=.\MainNorm.cpp
  274. # End Source File
  275. # Begin Source File
  276. SOURCE=.\miscdata.cpp
  277. # End Source File
  278. # Begin Source File
  279. SOURCE=.\MiscNorm.cpp
  280. # End Source File
  281. # Begin Source File
  282. SOURCE=.\morph.cpp
  283. # End Source File
  284. # Begin Source File
  285. SOURCE=.\morph.h
  286. # End Source File
  287. # Begin Source File
  288. SOURCE=.\normdata.cpp
  289. # End Source File
  290. # Begin Source File
  291. SOURCE=.\normdata.h
  292. # End Source File
  293. # Begin Source File
  294. SOURCE=.\NumNorm.cpp
  295. # End Source File
  296. # Begin Source File
  297. SOURCE=.\SentItemMemory.h
  298. # End Source File
  299. # Begin Source File
  300. SOURCE=.\stdsentenum.cpp
  301. # End Source File
  302. # Begin Source File
  303. SOURCE=.\stdsentenum.h
  304. # End Source File
  305. # Begin Source File
  306. SOURCE=.\TimeNorm.cpp
  307. # End Source File
  308. # End Group
  309. # Begin Group "Voice"
  310. # PROP Default_Filter ""
  311. # Begin Group "Resources (Voice)"
  312. # PROP Default_Filter ""
  313. # Begin Source File
  314. SOURCE=.\vdataobj.rgs
  315. # End Source File
  316. # End Group
  317. # Begin Source File
  318. SOURCE=.\VoiceDataObj.cpp
  319. # End Source File
  320. # Begin Source File
  321. SOURCE=.\VoiceDataObj.h
  322. # End Source File
  323. # End Group
  324. # Begin Group "GUI"
  325. # PROP Default_Filter ""
  326. # Begin Source File
  327. SOURCE=.\spttsengui.cpp
  328. # End Source File
  329. # Begin Source File
  330. SOURCE=.\spttsengui.h
  331. # End Source File
  332. # Begin Source File
  333. SOURCE=.\ttspropertiesdialog.cpp
  334. # End Source File
  335. # Begin Source File
  336. SOURCE=.\ttspropertiesdialog.h
  337. # End Source File
  338. # End Group
  339. # Begin Source File
  340. SOURCE=.\spttseng.idl
  341. !IF "$(CFG)" == "spttseng - Win32 Debug x86"
  342. # ADD BASE MTL /I "..\..\..\sdk\idl" /tlb ".\spttseng.tlb" /h "spttseng.h" /iid "" /Oicf
  343. # ADD MTL /I "..\..\..\sdk\idl" /I "..\..\..\ddk\idl" /tlb ".\spttseng.tlb" /h "spttseng.h" /iid "spttseng_i.c" /Oicf
  344. !ELSEIF "$(CFG)" == "spttseng - Win32 Release x86"
  345. # ADD BASE MTL /tlb ".\spttseng.tlb" /h "spttseng.h" /iid "spttseng_i.c" /Oicf
  346. # ADD MTL /I "..\..\..\sdk\idl" /I "..\..\..\ddk\idl" /tlb ".\spttseng.tlb" /h "spttseng.h" /iid "spttseng_i.c" /Oicf
  347. !ELSEIF "$(CFG)" == "spttseng - Win32 IceCap x86"
  348. # ADD BASE MTL /tlb ".\spttseng.tlb" /h "spttseng.h" /iid "spttseng_i.c" /Oicf
  349. # ADD MTL /I "..\..\..\sdk\idl" /I "..\..\..\ddk\idl" /tlb ".\spttseng.tlb" /h "spttseng.h" /iid "spttseng_i.c" /Oicf
  350. !ELSEIF "$(CFG)" == "spttseng - Win32 BBT x86"
  351. # ADD BASE MTL /tlb ".\spttseng.tlb" /h "spttseng.h" /iid "spttseng_i.c" /Oicf
  352. # ADD MTL /I "..\..\..\ddk\idl" /tlb ".\spttseng.tlb" /h "spttseng.h" /iid "spttseng_i.c" /Oicf
  353. !ENDIF
  354. # End Source File
  355. # End Target
  356. # End Project