Current News
Archived News
Search News
Discussion Forum


Old Forum
Install Programs More Downloads...
Troubleshooting
Source Code
Format Specs.
Misc. Information
Non-SF Stuff
Links




CommitLineData
7df24e1f 1# Microsoft Developer Studio Project File - Name="SFmpqapi" - 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=SFmpqapi - 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 "SFmpqapi.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 "SFmpqapi.mak" CFG="SFmpqapi - Win32 Debug"
17!MESSAGE
18!MESSAGE Possible choices for configuration are:
19!MESSAGE
20!MESSAGE "SFmpqapi - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
21!MESSAGE "SFmpqapi - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
22!MESSAGE "SFmpqapi - Win32 Beta release" (based on "Win32 (x86) Dynamic-Link Library")
23!MESSAGE
24
25# Begin Project
26# PROP AllowPerConfigDependencies 0
27# PROP Scc_ProjName ""
28# PROP Scc_LocalPath ""
29CPP=cl.exe
30MTL=midl.exe
31RSC=rc.exe
32
33!IF "$(CFG)" == "SFmpqapi - Win32 Release"
34
35# PROP BASE Use_MFC 0
36# PROP BASE Use_Debug_Libraries 0
37# PROP BASE Output_Dir "Release"
38# PROP BASE Intermediate_Dir "Release"
39# PROP BASE Target_Dir ""
40# PROP Use_MFC 0
41# PROP Use_Debug_Libraries 0
42# PROP Output_Dir "Release"
43# PROP Intermediate_Dir "Release"
44# PROP Ignore_Export_Lib 0
45# PROP Target_Dir ""
46# ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "SFMPQAPI_EXPORTS" /YX /FD /c
5ec6acab 47# ADD CPP /nologo /MT /W3 /GX /O2 /Ob2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "SFMPQAPI_EXPORTS" /D "ZLIB_DLL" /D "BZ_NO_STDIO" /FD /c
48# SUBTRACT CPP /YX
7df24e1f 49# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
50# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
51# ADD BASE RSC /l 0x409 /d "NDEBUG"
52# ADD RSC /l 0x409 /d "NDEBUG"
53BSC32=bscmake.exe
54# ADD BASE BSC32 /nologo
55# ADD BSC32 /nologo
56LINK32=link.exe
57# 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 /dll /machine:I386
58# 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 /nologo /dll /machine:I386 /out:"Release/SFmpq.dll"
59# SUBTRACT LINK32 /pdb:none
60
61!ELSEIF "$(CFG)" == "SFmpqapi - Win32 Debug"
62
63# PROP BASE Use_MFC 0
64# PROP BASE Use_Debug_Libraries 1
65# PROP BASE Output_Dir "Debug"
66# PROP BASE Intermediate_Dir "Debug"
67# PROP BASE Target_Dir ""
68# PROP Use_MFC 0
69# PROP Use_Debug_Libraries 1
70# PROP Output_Dir "Debug"
71# PROP Intermediate_Dir "Debug"
72# PROP Ignore_Export_Lib 0
73# PROP Target_Dir ""
74# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "SFMPQAPI_EXPORTS" /YX /FD /GZ /c
5ec6acab 75# ADD CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "SFMPQAPI_EXPORTS" /D "ZLIB_DLL" /D "BZ_NO_STDIO" /FD /GZ /c
76# SUBTRACT CPP /Fr /YX
7df24e1f 77# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
78# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
79# ADD BASE RSC /l 0x409 /d "_DEBUG"
80# ADD RSC /l 0x409 /d "_DEBUG"
81BSC32=bscmake.exe
82# ADD BASE BSC32 /nologo
83# ADD BSC32 /nologo
84LINK32=link.exe
85# 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 /dll /debug /machine:I386 /pdbtype:sept
86# 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 /nologo /dll /debug /machine:I386 /out:"Debug/SFmpq.dll" /pdbtype:sept
87
88!ELSEIF "$(CFG)" == "SFmpqapi - Win32 Beta release"
89
90# PROP BASE Use_MFC 0
91# PROP BASE Use_Debug_Libraries 0
92# PROP BASE Output_Dir "SFmpqapi___Win32_Beta_release"
93# PROP BASE Intermediate_Dir "SFmpqapi___Win32_Beta_release"
94# PROP BASE Ignore_Export_Lib 0
95# PROP BASE Target_Dir ""
96# PROP Use_MFC 0
97# PROP Use_Debug_Libraries 0
98# PROP Output_Dir "Release"
99# PROP Intermediate_Dir "Release"
100# PROP Ignore_Export_Lib 0
101# PROP Target_Dir ""
102# ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "SFMPQAPI_EXPORTS" /YX /FD /c
5ec6acab 103# ADD CPP /nologo /MT /W3 /GX /O2 /Ob2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "SFMPQAPI_EXPORTS" /D "ZLIB_DLL" /D "BZ_NO_STDIO" /D "BETA" /FD /c
104# SUBTRACT CPP /YX
7df24e1f 105# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
106# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
107# ADD BASE RSC /l 0x409 /d "NDEBUG"
108# ADD RSC /l 0x409 /d "NDEBUG" /d "BETA"
109BSC32=bscmake.exe
110# ADD BASE BSC32 /nologo
111# ADD BSC32 /nologo
112LINK32=link.exe
113# 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 /dll /machine:I386 /out:"Release/SFmpq.dll"
114# SUBTRACT BASE LINK32 /pdb:none
115# 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 /nologo /dll /machine:I386 /out:"Release/SFmpq.dll"
116# SUBTRACT LINK32 /pdb:none
117
118!ENDIF
119
120# Begin Target
121
122# Name "SFmpqapi - Win32 Release"
123# Name "SFmpqapi - Win32 Debug"
124# Name "SFmpqapi - Win32 Beta release"
125# Begin Group "Source Files"
126
127# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
128# Begin Source File
129
5ec6acab 130SOURCE=.\SFmpqapi.cpp
7df24e1f 131# End Source File
132# Begin Source File
133
5ec6acab 134SOURCE=.\SFmpqapi.def
7df24e1f 135# End Source File
136# Begin Source File
137
5ec6acab 138SOURCE=.\SFmpqapi.odl
7df24e1f 139# End Source File
140# Begin Source File
141
5ec6acab 142SOURCE=.\SFmpqapi.rc
7df24e1f 143# End Source File
5ec6acab 144# End Group
145# Begin Group "Header Files"
146
147# PROP Default_Filter "h;hpp;hxx;hm;inl"
7df24e1f 148# Begin Source File
149
5ec6acab 150SOURCE=.\SFmpqapi.h
7df24e1f 151# End Source File
5ec6acab 152# End Group
153# Begin Group "Resource Files"
154
155# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
7df24e1f 156# Begin Source File
157
5ec6acab 158SOURCE=.\about
7df24e1f 159# End Source File
5ec6acab 160# End Group
161# Begin Group "SComp"
162
163# PROP Default_Filter ""
164# Begin Group "Base"
165
166# PROP Default_Filter ""
167# Begin Group "Source Files (Base)"
168
169# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
7df24e1f 170# Begin Source File
171
5ec6acab 172SOURCE=..\SComp\explode.c
173
174!IF "$(CFG)" == "SFmpqapi - Win32 Release"
175
176# PROP Intermediate_Dir "Release/SComp"
177
178!ELSEIF "$(CFG)" == "SFmpqapi - Win32 Debug"
179
180# PROP Intermediate_Dir "Debug/SComp"
181
182!ELSEIF "$(CFG)" == "SFmpqapi - Win32 Beta release"
183
184# PROP Intermediate_Dir "Release/SComp"
185
186!ENDIF
187
7df24e1f 188# End Source File
189# Begin Source File
190
5ec6acab 191SOURCE=..\SComp\huffman.cpp
192
193!IF "$(CFG)" == "SFmpqapi - Win32 Release"
194
195# PROP Intermediate_Dir "Release/SComp"
196
197!ELSEIF "$(CFG)" == "SFmpqapi - Win32 Debug"
198
199# PROP Intermediate_Dir "Debug/SComp"
200
201!ELSEIF "$(CFG)" == "SFmpqapi - Win32 Beta release"
202
203# PROP Intermediate_Dir "Release/SComp"
204
205!ENDIF
206
7df24e1f 207# End Source File
208# Begin Source File
209
5ec6acab 210SOURCE=..\SComp\implode.c
211
212!IF "$(CFG)" == "SFmpqapi - Win32 Release"
213
214# PROP Intermediate_Dir "Release/SComp"
215
216!ELSEIF "$(CFG)" == "SFmpqapi - Win32 Debug"
217
218# PROP Intermediate_Dir "Debug/SComp"
219
220!ELSEIF "$(CFG)" == "SFmpqapi - Win32 Beta release"
221
222# PROP Intermediate_Dir "Release/SComp"
223
224!ENDIF
225
226# End Source File
227# Begin Source File
228
229SOURCE=..\SComp\SComp.cpp
230
231!IF "$(CFG)" == "SFmpqapi - Win32 Release"
232
233# PROP Intermediate_Dir "Release/SComp"
234
235!ELSEIF "$(CFG)" == "SFmpqapi - Win32 Debug"
236
237# PROP Intermediate_Dir "Debug/SComp"
238
239!ELSEIF "$(CFG)" == "SFmpqapi - Win32 Beta release"
240
241# PROP Intermediate_Dir "Release/SComp"
242
243!ENDIF
244
245# End Source File
246# Begin Source File
247
248SOURCE=..\SComp\SErr.cpp
249
250!IF "$(CFG)" == "SFmpqapi - Win32 Release"
251
252# PROP Intermediate_Dir "Release/SComp"
253
254!ELSEIF "$(CFG)" == "SFmpqapi - Win32 Debug"
255
256# PROP Intermediate_Dir "Debug/SComp"
257
258!ELSEIF "$(CFG)" == "SFmpqapi - Win32 Beta release"
259
260# PROP Intermediate_Dir "Release/SComp"
261
262!ENDIF
263
7df24e1f 264# End Source File
265# Begin Source File
266
267SOURCE=..\SComp\SMem.cpp
5ec6acab 268
269!IF "$(CFG)" == "SFmpqapi - Win32 Release"
270
271# PROP Intermediate_Dir "Release/SComp"
272
273!ELSEIF "$(CFG)" == "SFmpqapi - Win32 Debug"
274
275# PROP Intermediate_Dir "Debug/SComp"
276
277!ELSEIF "$(CFG)" == "SFmpqapi - Win32 Beta release"
278
279# PROP Intermediate_Dir "Release/SComp"
280
281!ENDIF
282
7df24e1f 283# End Source File
284# Begin Source File
285
286SOURCE=..\SComp\wave.cpp
5ec6acab 287
288!IF "$(CFG)" == "SFmpqapi - Win32 Release"
289
290# PROP Intermediate_Dir "Release/SComp"
291
292!ELSEIF "$(CFG)" == "SFmpqapi - Win32 Debug"
293
294# PROP Intermediate_Dir "Debug/SComp"
295
296!ELSEIF "$(CFG)" == "SFmpqapi - Win32 Beta release"
297
298# PROP Intermediate_Dir "Release/SComp"
299
300!ENDIF
301
7df24e1f 302# End Source File
303# End Group
5ec6acab 304# Begin Group "Header Files (Base)"
7df24e1f 305
306# PROP Default_Filter "h;hpp;hxx;hm;inl"
307# Begin Source File
308
309SOURCE=..\SComp\Huffman.h
310# End Source File
311# Begin Source File
312
313SOURCE=..\SComp\pklib.h
314# End Source File
315# Begin Source File
316
5ec6acab 317SOURCE=..\SComp\SComp.h
7df24e1f 318# End Source File
319# Begin Source File
320
5ec6acab 321SOURCE=..\SComp\SErr.h
7df24e1f 322# End Source File
323# Begin Source File
324
5ec6acab 325SOURCE=..\SComp\SMem.h
7df24e1f 326# End Source File
327# Begin Source File
328
5ec6acab 329SOURCE=..\SComp\wave.h
7df24e1f 330# End Source File
5ec6acab 331# End Group
332# End Group
333# Begin Group "bzip2"
334
335# PROP Default_Filter ""
336# Begin Group "Source Files (bzip2)"
337
338# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
7df24e1f 339# Begin Source File
340
5ec6acab 341SOURCE=..\SComp\bzip2\blocksort.c
342
343!IF "$(CFG)" == "SFmpqapi - Win32 Release"
344
345# PROP Intermediate_Dir "Release/SComp/bzip2"
346
347!ELSEIF "$(CFG)" == "SFmpqapi - Win32 Debug"
348
349# PROP Intermediate_Dir "Debug/SComp/bzip2"
350
351!ELSEIF "$(CFG)" == "SFmpqapi - Win32 Beta release"
352
353# PROP Intermediate_Dir "Release/SComp/bzip2"
354
355!ENDIF
356
7df24e1f 357# End Source File
358# Begin Source File
359
5ec6acab 360SOURCE=..\SComp\bzip2\bzlib.c
361
362!IF "$(CFG)" == "SFmpqapi - Win32 Release"
363
364# PROP Intermediate_Dir "Release/SComp/bzip2"
365
366!ELSEIF "$(CFG)" == "SFmpqapi - Win32 Debug"
367
368# PROP Intermediate_Dir "Debug/SComp/bzip2"
369
370!ELSEIF "$(CFG)" == "SFmpqapi - Win32 Beta release"
371
372# PROP Intermediate_Dir "Release/SComp/bzip2"
373
374!ENDIF
375
376# End Source File
377# Begin Source File
378
379SOURCE=..\SComp\bzip2\compress.c
380
381!IF "$(CFG)" == "SFmpqapi - Win32 Release"
382
383# PROP Intermediate_Dir "Release/SComp/bzip2"
384
385!ELSEIF "$(CFG)" == "SFmpqapi - Win32 Debug"
386
387# PROP Intermediate_Dir "Debug/SComp/bzip2"
388
389!ELSEIF "$(CFG)" == "SFmpqapi - Win32 Beta release"
390
391# PROP Intermediate_Dir "Release/SComp/bzip2"
392
393!ENDIF
394
7df24e1f 395# End Source File
396# Begin Source File
397
5ec6acab 398SOURCE=..\SComp\bzip2\crctable.c
399
400!IF "$(CFG)" == "SFmpqapi - Win32 Release"
401
402# PROP Intermediate_Dir "Release/SComp/bzip2"
403
404!ELSEIF "$(CFG)" == "SFmpqapi - Win32 Debug"
405
406# PROP Intermediate_Dir "Debug/SComp/bzip2"
407
408!ELSEIF "$(CFG)" == "SFmpqapi - Win32 Beta release"
409
410# PROP Intermediate_Dir "Release/SComp/bzip2"
411
412!ENDIF
413
7df24e1f 414# End Source File
415# Begin Source File
416
5ec6acab 417SOURCE=..\SComp\bzip2\decompress.c
418
419!IF "$(CFG)" == "SFmpqapi - Win32 Release"
420
421# PROP Intermediate_Dir "Release/SComp/bzip2"
422
423!ELSEIF "$(CFG)" == "SFmpqapi - Win32 Debug"
424
425# PROP Intermediate_Dir "Debug/SComp/bzip2"
426
427!ELSEIF "$(CFG)" == "SFmpqapi - Win32 Beta release"
428
429# PROP Intermediate_Dir "Release/SComp/bzip2"
430
431!ENDIF
432
433# End Source File
434# Begin Source File
435
436SOURCE=..\SComp\bzip2\huffman.c
437
438!IF "$(CFG)" == "SFmpqapi - Win32 Release"
439
440# PROP Intermediate_Dir "Release/SComp/bzip2"
441
442!ELSEIF "$(CFG)" == "SFmpqapi - Win32 Debug"
443
444# PROP Intermediate_Dir "Debug/SComp/bzip2"
445
446!ELSEIF "$(CFG)" == "SFmpqapi - Win32 Beta release"
447
448# PROP Intermediate_Dir "Release/SComp/bzip2"
449
450!ENDIF
451
452# End Source File
453# Begin Source File
454
455SOURCE=..\SComp\bzip2\randtable.c
456
457!IF "$(CFG)" == "SFmpqapi - Win32 Release"
458
459# PROP Intermediate_Dir "Release/SComp/bzip2"
460
461!ELSEIF "$(CFG)" == "SFmpqapi - Win32 Debug"
462
463# PROP Intermediate_Dir "Debug/SComp/bzip2"
464
465!ELSEIF "$(CFG)" == "SFmpqapi - Win32 Beta release"
466
467# PROP Intermediate_Dir "Release/SComp/bzip2"
468
469!ENDIF
470
7df24e1f 471# End Source File
472# End Group
5ec6acab 473# Begin Group "Header Files (bzip2)"
7df24e1f 474
5ec6acab 475# PROP Default_Filter "h;hpp;hxx;hm;inl"
7df24e1f 476# Begin Source File
477
5ec6acab 478SOURCE=..\SComp\bzip2\bzlib.h
479# End Source File
480# Begin Source File
481
482SOURCE=..\SComp\bzip2\bzlib_private.h
483# End Source File
484# End Group
485# End Group
486# Begin Group "zlib"
487
488# PROP Default_Filter ""
489# Begin Group "Source Files (zlib)"
490
491# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
492# Begin Source File
493
494SOURCE=..\SComp\zlib\adler32.c
495
496!IF "$(CFG)" == "SFmpqapi - Win32 Release"
497
498# PROP Intermediate_Dir "Release/SComp/zlib"
499
500!ELSEIF "$(CFG)" == "SFmpqapi - Win32 Debug"
501
502# PROP Intermediate_Dir "Debug/SComp/zlib"
503
504!ELSEIF "$(CFG)" == "SFmpqapi - Win32 Beta release"
505
506# PROP Intermediate_Dir "Release/SComp/zlib"
507
508!ENDIF
509
510# End Source File
511# Begin Source File
512
513SOURCE=..\SComp\zlib\compress.c
514
515!IF "$(CFG)" == "SFmpqapi - Win32 Release"
516
517# PROP Intermediate_Dir "Release/SComp/zlib"
518
519!ELSEIF "$(CFG)" == "SFmpqapi - Win32 Debug"
520
521# PROP Intermediate_Dir "Debug/SComp/zlib"
522
523!ELSEIF "$(CFG)" == "SFmpqapi - Win32 Beta release"
524
525# PROP Intermediate_Dir "Release/SComp/zlib"
526
527!ENDIF
528
529# End Source File
530# Begin Source File
531
532SOURCE=..\SComp\zlib\crc32.c
533
534!IF "$(CFG)" == "SFmpqapi - Win32 Release"
535
536# PROP Intermediate_Dir "Release/SComp/zlib"
537
538!ELSEIF "$(CFG)" == "SFmpqapi - Win32 Debug"
539
540# PROP Intermediate_Dir "Debug/SComp/zlib"
541
542!ELSEIF "$(CFG)" == "SFmpqapi - Win32 Beta release"
543
544# PROP Intermediate_Dir "Release/SComp/zlib"
545
546!ENDIF
547
548# End Source File
549# Begin Source File
550
551SOURCE=..\SComp\zlib\deflate.c
552
553!IF "$(CFG)" == "SFmpqapi - Win32 Release"
554
555# PROP Intermediate_Dir "Release/SComp/zlib"
556
557!ELSEIF "$(CFG)" == "SFmpqapi - Win32 Debug"
558
559# PROP Intermediate_Dir "Debug/SComp/zlib"
560
561!ELSEIF "$(CFG)" == "SFmpqapi - Win32 Beta release"
562
563# PROP Intermediate_Dir "Release/SComp/zlib"
564
565!ENDIF
566
567# End Source File
568# Begin Source File
569
570SOURCE=..\SComp\zlib\inffast.c
571
572!IF "$(CFG)" == "SFmpqapi - Win32 Release"
573
574# PROP Intermediate_Dir "Release/SComp/zlib"
575
576!ELSEIF "$(CFG)" == "SFmpqapi - Win32 Debug"
577
578# PROP Intermediate_Dir "Debug/SComp/zlib"
579
580!ELSEIF "$(CFG)" == "SFmpqapi - Win32 Beta release"
581
582# PROP Intermediate_Dir "Release/SComp/zlib"
583
584!ENDIF
585
586# End Source File
587# Begin Source File
588
589SOURCE=..\SComp\zlib\inflate.c
590
591!IF "$(CFG)" == "SFmpqapi - Win32 Release"
592
593# PROP Intermediate_Dir "Release/SComp/zlib"
594
595!ELSEIF "$(CFG)" == "SFmpqapi - Win32 Debug"
596
597# PROP Intermediate_Dir "Debug/SComp/zlib"
598
599!ELSEIF "$(CFG)" == "SFmpqapi - Win32 Beta release"
600
601# PROP Intermediate_Dir "Release/SComp/zlib"
602
603!ENDIF
604
605# End Source File
606# Begin Source File
607
608SOURCE=..\SComp\zlib\inftrees.c
609
610!IF "$(CFG)" == "SFmpqapi - Win32 Release"
611
612# PROP Intermediate_Dir "Release/SComp/zlib"
613
614!ELSEIF "$(CFG)" == "SFmpqapi - Win32 Debug"
615
616# PROP Intermediate_Dir "Debug/SComp/zlib"
617
618!ELSEIF "$(CFG)" == "SFmpqapi - Win32 Beta release"
619
620# PROP Intermediate_Dir "Release/SComp/zlib"
621
622!ENDIF
623
624# End Source File
625# Begin Source File
626
627SOURCE=..\SComp\zlib\trees.c
628
629!IF "$(CFG)" == "SFmpqapi - Win32 Release"
630
631# PROP Intermediate_Dir "Release/SComp/zlib"
632
633!ELSEIF "$(CFG)" == "SFmpqapi - Win32 Debug"
634
635# PROP Intermediate_Dir "Debug/SComp/zlib"
636
637!ELSEIF "$(CFG)" == "SFmpqapi - Win32 Beta release"
638
639# PROP Intermediate_Dir "Release/SComp/zlib"
640
641!ENDIF
642
643# End Source File
644# Begin Source File
645
646SOURCE=..\SComp\zlib\uncompr.c
647
648!IF "$(CFG)" == "SFmpqapi - Win32 Release"
649
650# PROP Intermediate_Dir "Release/SComp/zlib"
651
652!ELSEIF "$(CFG)" == "SFmpqapi - Win32 Debug"
653
654# PROP Intermediate_Dir "Debug/SComp/zlib"
655
656!ELSEIF "$(CFG)" == "SFmpqapi - Win32 Beta release"
657
658# PROP Intermediate_Dir "Release/SComp/zlib"
659
660!ENDIF
661
662# End Source File
663# Begin Source File
664
665SOURCE=..\SComp\zlib\zutil.c
666
667!IF "$(CFG)" == "SFmpqapi - Win32 Release"
668
669# PROP Intermediate_Dir "Release/SComp/zlib"
670
671!ELSEIF "$(CFG)" == "SFmpqapi - Win32 Debug"
672
673# PROP Intermediate_Dir "Debug/SComp/zlib"
674
675!ELSEIF "$(CFG)" == "SFmpqapi - Win32 Beta release"
676
677# PROP Intermediate_Dir "Release/SComp/zlib"
678
679!ENDIF
680
7df24e1f 681# End Source File
682# End Group
5ec6acab 683# Begin Group "Header Files (zlib)"
684
685# PROP Default_Filter "h;hpp;hxx;hm;inl"
7df24e1f 686# Begin Source File
687
5ec6acab 688SOURCE=..\SComp\zlib\zconf.h
7df24e1f 689# End Source File
5ec6acab 690# Begin Source File
691
692SOURCE=..\SComp\zlib\zlib.h
693# End Source File
694# End Group
695# End Group
696# End Group
7df24e1f 697# End Target
698# End Project