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
47# ADD CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "SFMPQAPI_EXPORTS" /D "ZLIB_DLL" /YX /FD /c
48# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
49# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
50# ADD BASE RSC /l 0x409 /d "NDEBUG"
51# ADD RSC /l 0x409 /d "NDEBUG"
52BSC32=bscmake.exe
53# ADD BASE BSC32 /nologo
54# ADD BSC32 /nologo
55LINK32=link.exe
56# 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
57# 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"
58# SUBTRACT LINK32 /pdb:none
59
60!ELSEIF "$(CFG)" == "SFmpqapi - Win32 Debug"
61
62# PROP BASE Use_MFC 0
63# PROP BASE Use_Debug_Libraries 1
64# PROP BASE Output_Dir "Debug"
65# PROP BASE Intermediate_Dir "Debug"
66# PROP BASE Target_Dir ""
67# PROP Use_MFC 0
68# PROP Use_Debug_Libraries 1
69# PROP Output_Dir "Debug"
70# PROP Intermediate_Dir "Debug"
71# PROP Ignore_Export_Lib 0
72# PROP Target_Dir ""
73# 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
74# 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" /YX /FD /GZ /c
75# SUBTRACT CPP /Fr
76# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
77# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
78# ADD BASE RSC /l 0x409 /d "_DEBUG"
79# ADD RSC /l 0x409 /d "_DEBUG"
80BSC32=bscmake.exe
81# ADD BASE BSC32 /nologo
82# ADD BSC32 /nologo
83LINK32=link.exe
84# 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
85# 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
86
87!ELSEIF "$(CFG)" == "SFmpqapi - Win32 Beta release"
88
89# PROP BASE Use_MFC 0
90# PROP BASE Use_Debug_Libraries 0
91# PROP BASE Output_Dir "SFmpqapi___Win32_Beta_release"
92# PROP BASE Intermediate_Dir "SFmpqapi___Win32_Beta_release"
93# PROP BASE Ignore_Export_Lib 0
94# PROP BASE Target_Dir ""
95# PROP Use_MFC 0
96# PROP Use_Debug_Libraries 0
97# PROP Output_Dir "Release"
98# PROP Intermediate_Dir "Release"
99# PROP Ignore_Export_Lib 0
100# PROP Target_Dir ""
101# ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "SFMPQAPI_EXPORTS" /YX /FD /c
102# ADD CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "SFMPQAPI_EXPORTS" /D "ZLIB_DLL" /D "BETA" /YX /FD /c
103# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
104# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
105# ADD BASE RSC /l 0x409 /d "NDEBUG"
106# ADD RSC /l 0x409 /d "NDEBUG" /d "BETA"
107BSC32=bscmake.exe
108# ADD BASE BSC32 /nologo
109# ADD BSC32 /nologo
110LINK32=link.exe
111# 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"
112# SUBTRACT BASE LINK32 /pdb:none
113# 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"
114# SUBTRACT LINK32 /pdb:none
115
116!ENDIF
117
118# Begin Target
119
120# Name "SFmpqapi - Win32 Release"
121# Name "SFmpqapi - Win32 Debug"
122# Name "SFmpqapi - Win32 Beta release"
123# Begin Group "Source Files"
124
125# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
126# Begin Source File
127
128SOURCE=..\SComp\explode.c
129# End Source File
130# Begin Source File
131
132SOURCE=..\SComp\huffman.cpp
133# End Source File
134# Begin Source File
135
136SOURCE=..\SComp\implode.c
137# End Source File
138# Begin Source File
139
140SOURCE=..\SComp\SComp.cpp
141# End Source File
142# Begin Source File
143
144SOURCE=..\SComp\SErr.cpp
145# End Source File
146# Begin Source File
147
148SOURCE=.\SFmpqapi.cpp
149# End Source File
150# Begin Source File
151
152SOURCE=.\SFmpqapi.def
153# End Source File
154# Begin Source File
155
156SOURCE=.\SFmpqapi.odl
157# End Source File
158# Begin Source File
159
160SOURCE=.\SFmpqapi.rc
161# End Source File
162# Begin Source File
163
164SOURCE=..\SComp\SMem.cpp
165# End Source File
166# Begin Source File
167
168SOURCE=..\SComp\wave.cpp
169# End Source File
170# End Group
171# Begin Group "Header Files"
172
173# PROP Default_Filter "h;hpp;hxx;hm;inl"
174# Begin Source File
175
176SOURCE=..\SComp\Huffman.h
177# End Source File
178# Begin Source File
179
180SOURCE=..\SComp\pklib.h
181# End Source File
182# Begin Source File
183
184SOURCE=.\SComp.h
185# End Source File
186# Begin Source File
187
188SOURCE=..\SComp\SComp.h
189# End Source File
190# Begin Source File
191
192SOURCE=..\SComp\SErr.h
193# End Source File
194# Begin Source File
195
196SOURCE=.\SFmpqapi.h
197# End Source File
198# Begin Source File
199
200SOURCE=..\SComp\SMem.h
201# End Source File
202# Begin Source File
203
204SOURCE=..\SComp\wave.h
205# End Source File
206# Begin Source File
207
208SOURCE=..\SComp\zconf.h
209# End Source File
210# Begin Source File
211
212SOURCE=..\SComp\zlib.h
213# End Source File
214# End Group
215# Begin Group "Resource Files"
216
217# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
218# Begin Source File
219
220SOURCE=.\about
221# End Source File
222# End Group
223# Begin Source File
224
225SOURCE=..\SComp\ZLib_Static_min.lib
226# End Source File
227# End Target
228# End Project