Debug options for C compiler
[yaz-moved-to-github.git] / yaz.dsp
1 # Microsoft Developer Studio Project File - Name="yaz" - Package Owner=<4>
2 # Microsoft Developer Studio Generated Build File, Format Version 5.00
3 # ** DO NOT EDIT **
4
5 # TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
6
7 CFG=yaz - Win32 Release
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 "yaz.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 "yaz.mak" CFG="yaz - Win32 Release"
17 !MESSAGE 
18 !MESSAGE Possible choices for configuration are:
19 !MESSAGE 
20 !MESSAGE "yaz - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
21 !MESSAGE "yaz - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
22 !MESSAGE 
23
24 # Begin Project
25 # PROP Scc_ProjName ""
26 # PROP Scc_LocalPath ""
27 CPP=cl.exe
28 MTL=midl.exe
29 RSC=rc.exe
30
31 !IF  "$(CFG)" == "yaz - 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 Ignore_Export_Lib 0
43 # PROP Target_Dir ""
44 # ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /c
45 # ADD CPP /nologo /MD /W3 /GX /O2 /I "include" /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /FD /c
46 # SUBTRACT CPP /YX
47 # ADD BASE MTL /nologo /D "NDEBUG" /win32
48 # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
49 # ADD BASE RSC /l 0x406 /d "NDEBUG"
50 # ADD RSC /l 0x406 /d "NDEBUG"
51 BSC32=bscmake.exe
52 # ADD BASE BSC32 /nologo
53 # ADD BSC32 /nologo
54 LINK32=link.exe
55 # 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
56 # 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 wsock32.lib /nologo /subsystem:windows /dll /pdb:none /machine:I386
57 # SUBTRACT LINK32 /map
58 # Begin Special Build Tool
59 OutDir=.\.\Release
60 ProjDir=.
61 TargetName=yaz
62 SOURCE=$(InputPath)
63 PostBuild_Desc=Copy Lib and Dll
64 PostBuild_Cmds=copy    $(OutDir)\$(TargetName).dll $(ProjDir)\..\bin
65 # End Special Build Tool
66
67 !ELSEIF  "$(CFG)" == "yaz - Win32 Debug"
68
69 # PROP BASE Use_MFC 0
70 # PROP BASE Use_Debug_Libraries 1
71 # PROP BASE Output_Dir ".\yaz___Wi"
72 # PROP BASE Intermediate_Dir ".\yaz___Wi"
73 # PROP BASE Target_Dir ""
74 # PROP Use_MFC 0
75 # PROP Use_Debug_Libraries 1
76 # PROP Output_Dir ".\Debug"
77 # PROP Intermediate_Dir ".\Debug"
78 # PROP Ignore_Export_Lib 0
79 # PROP Target_Dir ""
80 # ADD BASE CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /c
81 # ADD CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /I "include" /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /FR /FD /c
82 # SUBTRACT CPP /YX
83 # ADD BASE MTL /nologo /D "_DEBUG" /win32
84 # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
85 # ADD BASE RSC /l 0x406 /d "_DEBUG"
86 # ADD RSC /l 0x406 /d "_DEBUG"
87 BSC32=bscmake.exe
88 # ADD BASE BSC32 /nologo
89 # ADD BSC32 /nologo
90 LINK32=link.exe
91 # 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
92 # 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 wsock32.lib /nologo /subsystem:windows /dll /incremental:no /map /debug /machine:I386
93 # SUBTRACT LINK32 /pdb:none /force
94 # Begin Special Build Tool
95 OutDir=.\.\Debug
96 ProjDir=.
97 TargetName=yaz
98 SOURCE=$(InputPath)
99 PostBuild_Desc=Copy Dll
100 PostBuild_Cmds=copy    $(OutDir)\$(TargetName).dll $(ProjDir)\..\bin
101 # End Special Build Tool
102
103 !ENDIF 
104
105 # Begin Target
106
107 # Name "yaz - Win32 Release"
108 # Name "yaz - Win32 Debug"
109 # Begin Group "Source Files"
110
111 # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;hpj;bat;for;f90"
112 # Begin Source File
113
114 SOURCE=.\Util\atoin.c
115 # End Source File
116 # Begin Source File
117
118 SOURCE=.\odr\ber_any.c
119 # End Source File
120 # Begin Source File
121
122 SOURCE=.\odr\ber_bit.c
123 # End Source File
124 # Begin Source File
125
126 SOURCE=.\odr\ber_bool.c
127 # End Source File
128 # Begin Source File
129
130 SOURCE=.\odr\ber_int.c
131 # End Source File
132 # Begin Source File
133
134 SOURCE=.\odr\ber_len.c
135 # End Source File
136 # Begin Source File
137
138 SOURCE=.\odr\ber_null.c
139 # End Source File
140 # Begin Source File
141
142 SOURCE=.\odr\ber_oct.c
143 # End Source File
144 # Begin Source File
145
146 SOURCE=.\odr\ber_oid.c
147 # End Source File
148 # Begin Source File
149
150 SOURCE=.\odr\ber_tag.c
151 # End Source File
152 # Begin Source File
153
154 SOURCE=.\ccl\cclerrms.c
155 # End Source File
156 # Begin Source File
157
158 SOURCE=.\ccl\cclfind.c
159 # End Source File
160 # Begin Source File
161
162 SOURCE=.\ccl\cclptree.c
163 # End Source File
164 # Begin Source File
165
166 SOURCE=.\ccl\cclqfile.c
167 # End Source File
168 # Begin Source File
169
170 SOURCE=.\ccl\cclqual.c
171 # End Source File
172 # Begin Source File
173
174 SOURCE=.\ccl\cclstr.c
175 # End Source File
176 # Begin Source File
177
178 SOURCE=.\ccl\ccltoken.c
179 # End Source File
180 # Begin Source File
181
182 SOURCE=.\comstack\comstack.c
183 # End Source File
184 # Begin Source File
185
186 SOURCE=.\retrieval\d1_absyn.c
187 # End Source File
188 # Begin Source File
189
190 SOURCE=.\retrieval\d1_attset.c
191 # End Source File
192 # Begin Source File
193
194 SOURCE=.\retrieval\d1_doespec.c
195 # End Source File
196 # Begin Source File
197
198 SOURCE=.\retrieval\d1_espec.c
199 # End Source File
200 # Begin Source File
201
202 SOURCE=.\retrieval\d1_expout.c
203 # End Source File
204 # Begin Source File
205
206 SOURCE=.\retrieval\d1_grs.c
207 # End Source File
208 # Begin Source File
209
210 SOURCE=.\retrieval\d1_handle.c
211 # End Source File
212 # Begin Source File
213
214 SOURCE=.\retrieval\d1_map.c
215 # End Source File
216 # Begin Source File
217
218 SOURCE=.\retrieval\d1_marc.c
219 # End Source File
220 # Begin Source File
221
222 SOURCE=.\retrieval\d1_prtree.c
223 # End Source File
224 # Begin Source File
225
226 SOURCE=.\retrieval\d1_read.c
227 # End Source File
228 # Begin Source File
229
230 SOURCE=.\retrieval\d1_soif.c
231 # End Source File
232 # Begin Source File
233
234 SOURCE=.\retrieval\d1_sumout.c
235 # End Source File
236 # Begin Source File
237
238 SOURCE=.\retrieval\d1_sutrs.c
239 # End Source File
240 # Begin Source File
241
242 SOURCE=.\retrieval\d1_tagset.c
243 # End Source File
244 # Begin Source File
245
246 SOURCE=.\retrieval\d1_varset.c
247 # End Source File
248 # Begin Source File
249
250 SOURCE=.\retrieval\d1_write.c
251 # End Source File
252 # Begin Source File
253
254 SOURCE=.\asn\diagbib1.c
255 # End Source File
256 # Begin Source File
257
258 SOURCE=.\util\dmalloc.c
259 # End Source File
260 # Begin Source File
261
262 SOURCE=.\odr\dumpber.c
263 # End Source File
264 # Begin Source File
265
266 SOURCE=.\util\log.c
267 # End Source File
268 # Begin Source File
269
270 SOURCE=.\util\logrpn.c
271 # End Source File
272 # Begin Source File
273
274 SOURCE=.\util\marcdisp.c
275 # End Source File
276 # Begin Source File
277
278 SOURCE=.\util\nmem.c
279 # End Source File
280 # Begin Source File
281
282 SOURCE=.\util\nmemsdup.c
283 # End Source File
284 # Begin Source File
285
286 SOURCE=.\odr\odr.c
287 # End Source File
288 # Begin Source File
289
290 SOURCE=.\odr\odr_any.c
291 # End Source File
292 # Begin Source File
293
294 SOURCE=.\odr\odr_bit.c
295 # End Source File
296 # Begin Source File
297
298 SOURCE=.\odr\odr_bool.c
299 # End Source File
300 # Begin Source File
301
302 SOURCE=.\odr\odr_choice.c
303 # End Source File
304 # Begin Source File
305
306 SOURCE=.\odr\odr_cons.c
307 # End Source File
308 # Begin Source File
309
310 SOURCE=.\odr\odr_int.c
311 # End Source File
312 # Begin Source File
313
314 SOURCE=.\odr\odr_mem.c
315 # End Source File
316 # Begin Source File
317
318 SOURCE=.\odr\odr_null.c
319 # End Source File
320 # Begin Source File
321
322 SOURCE=.\odr\odr_oct.c
323 # End Source File
324 # Begin Source File
325
326 SOURCE=.\odr\odr_oid.c
327 # End Source File
328 # Begin Source File
329
330 SOURCE=.\odr\odr_priv.c
331 # End Source File
332 # Begin Source File
333
334 SOURCE=.\odr\odr_seq.c
335 # End Source File
336 # Begin Source File
337
338 SOURCE=.\odr\odr_tag.c
339 # End Source File
340 # Begin Source File
341
342 SOURCE=.\odr\odr_use.c
343 # End Source File
344 # Begin Source File
345
346 SOURCE=.\odr\odr_util.c
347 # End Source File
348 # Begin Source File
349
350 SOURCE=.\util\oid.c
351 # End Source File
352 # Begin Source File
353
354 SOURCE=.\util\options.c
355 # End Source File
356 # Begin Source File
357
358 SOURCE=.\util\pquery.c
359 # End Source File
360 # Begin Source File
361
362 SOURCE=.\asn\proto.c
363 # End Source File
364 # Begin Source File
365
366 SOURCE=".\asn\prt-acc.c"
367 # End Source File
368 # Begin Source File
369
370 SOURCE=".\asn\prt-add.c"
371 # End Source File
372 # Begin Source File
373
374 SOURCE=".\asn\prt-arc.c"
375 # End Source File
376 # Begin Source File
377
378 SOURCE=".\asn\prt-dat.c"
379 # End Source File
380 # Begin Source File
381
382 SOURCE=".\asn\prt-dia.c"
383 # End Source File
384 # Begin Source File
385
386 SOURCE=".\asn\prt-esp.c"
387 # End Source File
388 # Begin Source File
389
390 SOURCE=".\asn\prt-exd.c"
391 # End Source File
392 # Begin Source File
393
394 SOURCE=".\asn\prt-exp.c"
395 # End Source File
396 # Begin Source File
397
398 SOURCE=".\asn\prt-ext.c"
399 # End Source File
400 # Begin Source File
401
402 SOURCE=".\asn\prt-grs.c"
403 # End Source File
404 # Begin Source File
405
406 SOURCE=".\asn\prt-rsc.c"
407 # End Source File
408 # Begin Source File
409
410 SOURCE=".\asn\prt-univ.c"
411 # End Source File
412 # Begin Source File
413
414 SOURCE=.\util\query.c
415 # End Source File
416 # Begin Source File
417
418 SOURCE=.\util\readconf.c
419 # End Source File
420 # Begin Source File
421
422 SOURCE=.\comstack\tcpip.c
423 # End Source File
424 # Begin Source File
425
426 SOURCE=.\util\tpath.c
427 # End Source File
428 # Begin Source File
429
430 SOURCE=.\comstack\waislen.c
431 # End Source File
432 # Begin Source File
433
434 SOURCE=.\util\wrbuf.c
435 # End Source File
436 # Begin Source File
437
438 SOURCE=.\util\xmalloc.c
439 # End Source File
440 # Begin Source File
441
442 SOURCE=".\util\yaz-ccl.c"
443 # End Source File
444 # Begin Source File
445
446 SOURCE=".\util\yaz-util.c"
447 # End Source File
448 # Begin Source File
449
450 SOURCE=.\asn\zget.c
451 # End Source File
452 # End Group
453 # Begin Group "Header Files"
454
455 # PROP Default_Filter "h;hpp;hxx;hm;inl;fi;fd"
456 # Begin Source File
457
458 SOURCE=.\include\ccl.h
459 # End Source File
460 # Begin Source File
461
462 SOURCE=.\include\comstack.h
463 # End Source File
464 # Begin Source File
465
466 SOURCE=.\include\d1_attset.h
467 # End Source File
468 # Begin Source File
469
470 SOURCE=.\include\d1_map.h
471 # End Source File
472 # Begin Source File
473
474 SOURCE=.\include\data1.h
475 # End Source File
476 # Begin Source File
477
478 SOURCE=.\include\diagbib1.h
479 # End Source File
480 # Begin Source File
481
482 SOURCE=.\include\dmalloc.h
483 # End Source File
484 # Begin Source File
485
486 SOURCE=.\server\eventl.h
487 # End Source File
488 # Begin Source File
489
490 SOURCE=.\include\log.h
491 # End Source File
492 # Begin Source File
493
494 SOURCE=.\include\marcdisp.h
495 # End Source File
496 # Begin Source File
497
498 SOURCE=.\include\nmem.h
499 # End Source File
500 # Begin Source File
501
502 SOURCE=.\include\odr.h
503 # End Source File
504 # Begin Source File
505
506 SOURCE=.\include\odr_use.h
507 # End Source File
508 # Begin Source File
509
510 SOURCE=.\include\oid.h
511 # End Source File
512 # Begin Source File
513
514 SOURCE=.\include\options.h
515 # End Source File
516 # Begin Source File
517
518 SOURCE=.\include\pquery.h
519 # End Source File
520 # Begin Source File
521
522 SOURCE=.\include\proto.h
523 # End Source File
524 # Begin Source File
525
526 SOURCE=".\include\prt-acc.h"
527 # End Source File
528 # Begin Source File
529
530 SOURCE=".\include\prt-add.h"
531 # End Source File
532 # Begin Source File
533
534 SOURCE=".\include\prt-arc.h"
535 # End Source File
536 # Begin Source File
537
538 SOURCE=".\include\prt-dia.h"
539 # End Source File
540 # Begin Source File
541
542 SOURCE=".\include\prt-esp.h"
543 # End Source File
544 # Begin Source File
545
546 SOURCE=".\include\prt-exd.h"
547 # End Source File
548 # Begin Source File
549
550 SOURCE=".\include\prt-exp.h"
551 # End Source File
552 # Begin Source File
553
554 SOURCE=".\include\prt-ext.h"
555 # End Source File
556 # Begin Source File
557
558 SOURCE=".\include\prt-grs.h"
559 # End Source File
560 # Begin Source File
561
562 SOURCE=".\include\prt-rsc.h"
563 # End Source File
564 # Begin Source File
565
566 SOURCE=.\include\prt.h
567 # End Source File
568 # Begin Source File
569
570 SOURCE=.\include\readconf.h
571 # End Source File
572 # Begin Source File
573
574 SOURCE=.\include\tcpip.h
575 # End Source File
576 # Begin Source File
577
578 SOURCE=.\include\tpath.h
579 # End Source File
580 # Begin Source File
581
582 SOURCE=.\include\wrbuf.h
583 # End Source File
584 # Begin Source File
585
586 SOURCE=.\include\xmalloc.h
587 # End Source File
588 # Begin Source File
589
590 SOURCE=".\include\yaz-ccl.h"
591 # End Source File
592 # Begin Source File
593
594 SOURCE=".\include\yaz-util.h"
595 # End Source File
596 # Begin Source File
597
598 SOURCE=".\include\yaz-version.h"
599 # End Source File
600 # Begin Source File
601
602 SOURCE=.\include\yconfig.h
603 # End Source File
604 # End Group
605 # Begin Group "Resource Files"
606
607 # PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;cnt;rtf;gif;jpg;jpeg;jpe"
608 # End Group
609 # End Target
610 # End Project