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
5# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
6
7CFG=TtsEng - Win32 Debug x86
8!MESSAGE This is not a valid makefile. To build this project using NMAKE,
9!MESSAGE use the Export Makefile command and run
10!MESSAGE
11!MESSAGE NMAKE /f "ttseng.mak".
12!MESSAGE
13!MESSAGE You can specify a configuration when running NMAKE
14!MESSAGE by defining the macro CFG on the command line. For example:
15!MESSAGE
16!MESSAGE NMAKE /f "ttseng.mak" CFG="TtsEng - Win32 Debug x86"
17!MESSAGE
18!MESSAGE Possible choices for configuration are:
19!MESSAGE
20!MESSAGE "TtsEng - Win32 Debug x86" (based on "Win32 (x86) Dynamic-Link Library")
21!MESSAGE "TtsEng - Win32 Release x86" (based on "Win32 (x86) Dynamic-Link Library")
22!MESSAGE
23
24# Begin Project
25# PROP AllowPerConfigDependencies 0
26# PROP Scc_ProjName ""
27# PROP Scc_LocalPath "Desktop"
28CPP=cl.exe
29MTL=midl.exe
30RSC=rc.exe
31
32!IF  "$(CFG)" == "TtsEng - Win32 Debug x86"
33
34# PROP BASE Use_MFC 0
35# PROP BASE Use_Debug_Libraries 1
36# PROP BASE Output_Dir "TtsEng___Win32_Debug_x86"
37# PROP BASE Intermediate_Dir "TtsEng___Win32_Debug_x86"
38# PROP BASE Target_Dir ""
39# PROP Use_MFC 0
40# PROP Use_Debug_Libraries 1
41# PROP Output_Dir "Debug_x86"
42# PROP Intermediate_Dir "Debug_x86"
43# PROP Ignore_Export_Lib 0
44# PROP Target_Dir ""
45# 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
46# 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
47# ADD MTL /I "..\..\..\..\..\ddk\idl" /I "..\..\..\..\idl"
48# ADD BASE RSC /l 0x409 /d "_DEBUG"
49# ADD RSC /l 0x409 /d "_DEBUG"
50BSC32=bscmake.exe
51# ADD BASE BSC32 /nologo
52# ADD BSC32 /nologo
53LINK32=link.exe
54# 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
55# ADD LINK32 kernel32.lib advapi32.lib ole32.lib /nologo /subsystem:windows /dll /map /debug /machine:I386 /pdbtype:sept /libpath:"..\..\..\..\lib\i386"
56# Begin Custom Build - Performing registration
57OutDir=.\Debug_x86
58TargetPath=.\Debug_x86\ttseng.dll
59InputPath=.\Debug_x86\ttseng.dll
60SOURCE="$(InputPath)"
61
62"$(OutDir)\regsvr32.trg" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
63	regsvr32 /s /c "$(TargetPath)"
64	echo regsvr32 exec. time > "$(OutDir)\regsvr32.trg"
65
66# End Custom Build
67
68!ELSEIF  "$(CFG)" == "TtsEng - Win32 Release x86"
69
70# PROP BASE Use_MFC 0
71# PROP BASE Use_Debug_Libraries 0
72# PROP BASE Output_Dir "TtsEng___Win32_Release_x86"
73# PROP BASE Intermediate_Dir "TtsEng___Win32_Release_x86"
74# PROP BASE Target_Dir ""
75# PROP Use_MFC 0
76# PROP Use_Debug_Libraries 0
77# PROP Output_Dir "Release_x86"
78# PROP Intermediate_Dir "Release_x86"
79# PROP Ignore_Export_Lib 0
80# PROP Target_Dir ""
81# 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
82# 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
83# ADD MTL /I "..\..\..\..\..\ddk\idl" /I "..\..\..\..\idl"
84# ADD BASE RSC /l 0x409 /d "NDEBUG"
85# ADD RSC /l 0x409 /d "NDEBUG"
86BSC32=bscmake.exe
87# ADD BASE BSC32 /nologo
88# ADD BSC32 /nologo
89LINK32=link.exe
90# 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
91# ADD LINK32 kernel32.lib advapi32.lib ole32.lib /nologo /subsystem:windows /dll /map /machine:I386 /out:"Release_x86/espeak_sapi.dll" /libpath:"..\..\..\..\lib\i386"
92# Begin Custom Build - Performing registration
93OutDir=.\Release_x86
94TargetPath=.\Release_x86\espeak_sapi.dll
95InputPath=.\Release_x86\espeak_sapi.dll
96SOURCE="$(InputPath)"
97
98"$(OutDir)\regsvr32.trg" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
99	regsvr32 /s /c "$(TargetPath)"
100	echo regsvr32 exec. time > "$(OutDir)\regsvr32.trg"
101
102# End Custom Build
103
104!ENDIF
105
106# Begin Target
107
108# Name "TtsEng - Win32 Debug x86"
109# Name "TtsEng - Win32 Release x86"
110# Begin Group "Source Files"
111
112# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
113# Begin Source File
114
115SOURCE=.\src\compiledict.cpp
116# End Source File
117# Begin Source File
118
119SOURCE=.\src\dictionary.cpp
120# End Source File
121# Begin Source File
122
123SOURCE=.\src\intonation.cpp
124# End Source File
125# Begin Source File
126
127SOURCE=.\src\klatt.cpp
128# End Source File
129# Begin Source File
130
131SOURCE=.\src\numbers.cpp
132# End Source File
133# Begin Source File
134
135SOURCE=.\src\phonemelist.cpp
136# End Source File
137# Begin Source File
138
139SOURCE=.\src\readclause.cpp
140# End Source File
141# Begin Source File
142
143SOURCE=.\src\setlengths.cpp
144# End Source File
145# Begin Source File
146
147SOURCE=.\src\sonic.cpp
148# End Source File
149# Begin Source File
150
151SOURCE=.\src\speak_lib.cpp
152# End Source File
153# Begin Source File
154
155SOURCE=.\StdAfx.cpp
156# ADD BASE CPP /Yc"stdafx.h"
157# ADD CPP /Yc"stdafx.h"
158# End Source File
159# Begin Source File
160
161SOURCE=.\src\synth_mbrola.cpp
162# End Source File
163# Begin Source File
164
165SOURCE=.\src\synthdata.cpp
166# End Source File
167# Begin Source File
168
169SOURCE=.\src\synthesize.cpp
170# End Source File
171# Begin Source File
172
173SOURCE=.\src\tr_languages.cpp
174# End Source File
175# Begin Source File
176
177SOURCE=.\src\translate.cpp
178# End Source File
179# Begin Source File
180
181SOURCE=.\TtsEng.cpp
182# End Source File
183# Begin Source File
184
185SOURCE=.\TtsEng.def
186# End Source File
187# Begin Source File
188
189SOURCE=.\TtsEng.idl
190# ADD BASE MTL /I "..\..\..\sdk\idl" /tlb ".\TtsEng.tlb" /h "TtsEng.h" /iid "" /Oicf
191# ADD MTL /I "..\..\..\sdk\idl" /tlb ".\TtsEng.tlb" /h "TtsEng.h" /iid "TtsEng_i.c" /Oicf
192# End Source File
193# Begin Source File
194
195SOURCE=.\TtsEng.rc
196# End Source File
197# Begin Source File
198
199SOURCE=.\TtsEngObj.cpp
200# SUBTRACT CPP /YX /Yc /Yu
201# End Source File
202# Begin Source File
203
204SOURCE=.\src\voices.cpp
205# End Source File
206# Begin Source File
207
208SOURCE=.\src\wavegen.cpp
209# End Source File
210# End Group
211# Begin Group "Header Files"
212
213# PROP Default_Filter "h;hpp;hxx;hm;inl"
214# Begin Source File
215
216SOURCE=.\src\klatt.h
217# End Source File
218# Begin Source File
219
220SOURCE=.\src\phoneme.h
221# End Source File
222# Begin Source File
223
224SOURCE=.\src\portaudio.h
225# End Source File
226# Begin Source File
227
228SOURCE=.\src\portaudio18.h
229# End Source File
230# Begin Source File
231
232SOURCE=.\src\portaudio19.h
233# End Source File
234# Begin Source File
235
236SOURCE=.\Resource.h
237# End Source File
238# Begin Source File
239
240SOURCE=.\src\sintab.h
241# End Source File
242# Begin Source File
243
244SOURCE=.\src\sonic.h
245# End Source File
246# Begin Source File
247
248SOURCE=.\src\speak_lib.h
249# End Source File
250# Begin Source File
251
252SOURCE=.\src\speech.h
253# End Source File
254# Begin Source File
255
256SOURCE=.\StdAfx.h
257# End Source File
258# Begin Source File
259
260SOURCE=.\src\synthesize.h
261# End Source File
262# Begin Source File
263
264SOURCE=.\src\translate.h
265# End Source File
266# Begin Source File
267
268SOURCE=.\TtsEngObj.h
269# End Source File
270# Begin Source File
271
272SOURCE=.\src\voice.h
273# End Source File
274# End Group
275# Begin Group "Resource Files"
276
277# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
278# Begin Source File
279
280SOURCE=.\TtsEngObj.rgs
281# End Source File
282# End Group
283# End Target
284# End Project
285