1# Microsoft Developer Studio Project File - Name="eposm" - Package Owner=<4>
2# Microsoft Developer Studio Generated Build File, Format Version 6.00
3# ** DO NOT EDIT **
4
5# TARGTYPE "Win32 (x86) Console Application" 0x0103
6
7CFG=eposm - Win32 Debug
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 "eposm.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 "eposm.mak" CFG="eposm - Win32 Debug"
17!MESSAGE
18!MESSAGE Possible choices for configuration are:
19!MESSAGE
20!MESSAGE "eposm - Win32 Release" (based on "Win32 (x86) Console Application")
21!MESSAGE "eposm - Win32 Debug" (based on "Win32 (x86) Console Application")
22!MESSAGE
23
24# Begin Project
25# PROP AllowPerConfigDependencies 0
26# PROP Scc_ProjName ""
27# PROP Scc_LocalPath ""
28CPP=cl.exe
29RSC=rc.exe
30
31!IF  "$(CFG)" == "eposm - Win32 Release"
32
33# PROP BASE Use_MFC 0
34# PROP BASE Use_Debug_Libraries 0
35# PROP BASE Output_Dir "Release"
36# PROP BASE Intermediate_Dir "Release"
37# PROP BASE Target_Dir ""
38# PROP Use_MFC 0
39# PROP Use_Debug_Libraries 0
40# PROP Output_Dir "Release"
41# PROP Intermediate_Dir "Release"
42# PROP Target_Dir ""
43# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
44# ADD CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
45# ADD BASE RSC /l 0x405 /d "NDEBUG"
46# ADD RSC /l 0x405 /d "NDEBUG"
47BSC32=bscmake.exe
48# ADD BASE BSC32 /nologo
49# ADD BSC32 /nologo
50LINK32=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 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:console /machine:I386
52# 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 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib wsock32.lib winmm.lib /nologo /subsystem:console /machine:I386
53
54!ELSEIF  "$(CFG)" == "eposm - Win32 Debug"
55
56# PROP BASE Use_MFC 0
57# PROP BASE Use_Debug_Libraries 1
58# PROP BASE Output_Dir "Debug"
59# PROP BASE Intermediate_Dir "Debug"
60# PROP BASE Target_Dir ""
61# PROP Use_MFC 0
62# PROP Use_Debug_Libraries 1
63# PROP Output_Dir "Debug"
64# PROP Intermediate_Dir "Debug"
65# PROP Ignore_Export_Lib 0
66# PROP Target_Dir ""
67# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c
68# ADD CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "MONOLITH" /FR /YX /FD /GZ /c
69# ADD BASE RSC /l 0x405 /d "_DEBUG"
70# ADD RSC /l 0x405 /d "_DEBUG"
71BSC32=bscmake.exe
72# ADD BASE BSC32 /nologo
73# ADD BSC32 /nologo
74LINK32=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 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:console /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 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib wsock32.lib winmm.lib /nologo /subsystem:console /debug /machine:I386 /out:"eposm_Debug/eposm.exe" /pdbtype:sept
77
78!ENDIF
79
80# Begin Target
81
82# Name "eposm - Win32 Release"
83# Name "eposm - Win32 Debug"
84# Begin Group "Source Files"
85
86# PROP Default_Filter "cpp;c;cxx;cc;rc;def;r;odl;idl;hpj;bat"
87# Begin Source File
88
89SOURCE=./client.cpp
90# End Source File
91# Begin Source File
92
93SOURCE=./encoding.cpp
94# End Source File
95# Begin Source File
96
97SOURCE=./function.cpp
98# End Source File
99# Begin Source File
100
101SOURCE=./hash.cpp
102# End Source File
103# Begin Source File
104
105SOURCE=./hashi.cpp
106# End Source File
107# Begin Source File
108
109SOURCE=./interf.cpp
110# End Source File
111# Begin Source File
112
113SOURCE=./lpcsyn.cpp
114# End Source File
115# Begin Source File
116
117SOURCE=./mbrsyn.cpp
118# End Source File
119# Begin Source File
120
121SOURCE=./monolith.cpp
122# End Source File
123# Begin Source File
124
125SOURCE=./options.cpp
126# End Source File
127# Begin Source File
128
129SOURCE=./parser.cpp
130# End Source File
131# Begin Source File
132
133SOURCE=./rule.cpp
134# End Source File
135# Begin Source File
136
137SOURCE=./rx.c
138# End Source File
139# Begin Source File
140
141SOURCE=./synth.cpp
142# End Source File
143# Begin Source File
144
145SOURCE=./tcpsyn.cpp
146# End Source File
147# Begin Source File
148
149SOURCE=./tdpsyn.cpp
150# End Source File
151# Begin Source File
152
153SOURCE=./text.cpp
154# End Source File
155# Begin Source File
156
157SOURCE=./unit.cpp
158# End Source File
159# Begin Source File
160
161SOURCE=./voice.cpp
162# End Source File
163# Begin Source File
164
165SOURCE=./waveform.cpp
166# End Source File
167# Begin Source File
168
169SOURCE=.\nnet\enumstring.cpp
170# End Source File
171# Begin Source File
172
173SOURCE=.\nnet\map.cpp
174# End Source File
175# Begin Source File
176
177SOURCE=.\nnet\matrix.cpp
178# End Source File
179# Begin Source File
180
181SOURCE=.\nnet\neural.cpp
182# End Source File
183# Begin Source File
184
185SOURCE=.\nnet\neural_parse.cpp
186# End Source File
187# Begin Source File
188
189SOURCE=.\nnet\perceptron.cpp
190# End Source File
191# Begin Source File
192
193SOURCE=.\nnet\percinit.cpp
194# End Source File
195# Begin Source File
196
197SOURCE=.\nnet\percstruct.cpp
198# End Source File
199# Begin Source File
200
201SOURCE=.\nnet\set.cpp
202# End Source File
203# Begin Source File
204
205SOURCE=.\nnet\stream.cpp
206# End Source File
207# Begin Source File
208
209SOURCE=.\nnet\traindata.cpp
210# End Source File
211# Begin Source File
212
213SOURCE=.\nnet\utils.cpp
214# End Source File
215# Begin Source File
216
217SOURCE=.\nnet\xml.cpp
218# End Source File
219# Begin Source File
220
221SOURCE=.\nnet\xml_parse.cpp
222# End Source File
223# Begin Source File
224
225SOURCE=.\nnet\xmltempl.cpp
226# End Source File
227# Begin Source File
228
229SOURCE=.\nnet\xmlutils.cpp
230# End Source File
231# End Group
232# Begin Group "Header Files"
233
234# PROP Default_Filter "h;hpp;hxx;hm;inl"
235# Begin Source File
236
237SOURCE=./common.h
238# End Source File
239# Begin Source File
240
241SOURCE=./defaults.h
242# End Source File
243# Begin Source File
244
245SOURCE=./encoding.h
246# End Source File
247# Begin Source File
248
249SOURCE=./epos.h
250# End Source File
251# Begin Source File
252
253SOURCE=./function.h
254# End Source File
255# Begin Source File
256
257SOURCE=./interf.h
258# End Source File
259# Begin Source File
260
261SOURCE=./ktdsyn.h
262# End Source File
263# Begin Source File
264
265SOURCE=./lpcsyn.h
266# End Source File
267# Begin Source File
268
269SOURCE=./options.h
270# End Source File
271# Begin Source File
272
273SOURCE=./parser.h
274# End Source File
275# Begin Source File
276
277SOURCE=./ptdsyn.h
278# End Source File
279# Begin Source File
280
281SOURCE=./rule.h
282# End Source File
283# Begin Source File
284
285SOURCE=./rx.h
286# End Source File
287# Begin Source File
288
289SOURCE=.\service.h
290# End Source File
291# Begin Source File
292
293SOURCE=./slab.h
294# End Source File
295# Begin Source File
296
297SOURCE=./synth.h
298# End Source File
299# Begin Source File
300
301SOURCE=./tdpsyn.h
302# End Source File
303# Begin Source File
304
305SOURCE=./text.h
306# End Source File
307# Begin Source File
308
309SOURCE=./unit.h
310# End Source File
311# Begin Source File
312
313SOURCE=./voice.h
314# End Source File
315# Begin Source File
316
317SOURCE=./waveform.h
318# End Source File
319# Begin Source File
320
321SOURCE=.\nnet\base.h
322# End Source File
323# Begin Source File
324
325SOURCE=.\nnet\enumstring.h
326# End Source File
327# Begin Source File
328
329SOURCE=.\nnet\iterator.h
330# End Source File
331# Begin Source File
332
333SOURCE=.\nnet\map.h
334# End Source File
335# Begin Source File
336
337SOURCE=.\nnet\matrix.h
338# End Source File
339# Begin Source File
340
341SOURCE=.\nnet\neural.cc.h
342# End Source File
343# Begin Source File
344
345SOURCE=.\nnet\neural.h
346# End Source File
347# Begin Source File
348
349SOURCE=.\nnet\neural_parse.h
350# End Source File
351# Begin Source File
352
353SOURCE=.\nnet\nnettypes.h
354# End Source File
355# Begin Source File
356
357SOURCE=.\nnet\pair.h
358# End Source File
359# Begin Source File
360
361SOURCE=.\nnet\perceptron.h
362# End Source File
363# Begin Source File
364
365SOURCE=.\nnet\percstruct.h
366# End Source File
367# Begin Source File
368
369SOURCE=.\nnet\set.h
370# End Source File
371# Begin Source File
372
373SOURCE=.\nnet\slowstring.h
374# End Source File
375# Begin Source File
376
377SOURCE=.\nnet\stream.h
378# End Source File
379# Begin Source File
380
381SOURCE=.\nnet\traindata.h
382# End Source File
383# Begin Source File
384
385SOURCE=.\nnet\trainprocess.h
386# End Source File
387# Begin Source File
388
389SOURCE=.\nnet\utils.h
390# End Source File
391# Begin Source File
392
393SOURCE=.\nnet\vector.h
394# End Source File
395# Begin Source File
396
397SOURCE=.\nnet\xml.h
398# End Source File
399# Begin Source File
400
401SOURCE=.\nnet\xml_parse.h
402# End Source File
403# Begin Source File
404
405SOURCE=.\nnet\xmlstream.h
406# End Source File
407# Begin Source File
408
409SOURCE=.\nnet\xmltempl.h
410# End Source File
411# Begin Source File
412
413SOURCE=.\nnet\xmlutils.h
414# End Source File
415# End Group
416# Begin Group "Resource Files"
417
418# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
419# End Group
420# End Target
421# End Project
422