author | Ryan C. Gordon <icculus@icculus.org> |
Thu, 18 Dec 2003 19:54:41 +0000 | |
changeset 611 | bda0e4d678fb |
parent 609 | 3a91332776e0 |
child 625 | 60b5f566a258 |
permissions | -rw-r--r-- |
482 | 1 |
<?xml version="1.0" encoding = "Windows-1252"?> |
2 |
<VisualStudioProject |
|
3 |
ProjectType="Visual C++" |
|
4 |
Version="7.00" |
|
5 |
Name="physfs" |
|
6 |
ProjectGUID="{5D67886A-8D97-400E-BF1A-D9873B77ACEA}" |
|
7 |
SccProjectName="" |
|
8 |
SccLocalPath=""> |
|
9 |
<Platforms> |
|
10 |
<Platform |
|
11 |
Name="Win32"/> |
|
12 |
</Platforms> |
|
13 |
<Configurations> |
|
14 |
<Configuration |
|
15 |
Name="Debug Multithreaded DLL|Win32" |
|
16 |
OutputDirectory=".\Debug" |
|
17 |
IntermediateDirectory=".\Debug" |
|
18 |
ConfigurationType="2" |
|
19 |
UseOfMFC="0" |
|
20 |
ATLMinimizesCRunTimeLibraryUsage="FALSE" |
|
21 |
CharacterSet="2"> |
|
22 |
<Tool |
|
23 |
Name="VCCLCompilerTool" |
|
24 |
Optimization="0" |
|
25 |
AdditionalIncludeDirectories=".,zlib114" |
|
609
3a91332776e0
Added Doom WAD support.
Ryan C. Gordon <icculus@icculus.org>
parents:
482
diff
changeset
|
26 |
PreprocessorDefinitions="_DEBUG;WIN32;_WINDOWS;_USRDLL;PHYSFS_EXPORTS;PHYSFS_SUPPORTS_GRP;PHYSFS_SUPPORTS_WAD;PHYSFS_SUPPORTS_ZIP;PHYSFS_SUPPORTS_QPAK" |
482 | 27 |
ExceptionHandling="FALSE" |
28 |
BasicRuntimeChecks="3" |
|
29 |
RuntimeLibrary="3" |
|
30 |
BufferSecurityCheck="TRUE" |
|
31 |
DisableLanguageExtensions="FALSE" |
|
32 |
ForceConformanceInForLoopScope="TRUE" |
|
33 |
UsePrecompiledHeader="0" |
|
34 |
PrecompiledHeaderFile=".\Debug/physfs.pch" |
|
35 |
AssemblerListingLocation=".\Debug/" |
|
36 |
ObjectFile=".\Debug/" |
|
37 |
ProgramDataBaseFileName=".\Debug/" |
|
38 |
WarningLevel="2" |
|
39 |
WarnAsError="TRUE" |
|
40 |
SuppressStartupBanner="TRUE" |
|
41 |
Detect64BitPortabilityProblems="TRUE" |
|
42 |
DebugInformationFormat="4" |
|
43 |
CompileAs="1"/> |
|
44 |
<Tool |
|
45 |
Name="VCCustomBuildTool"/> |
|
46 |
<Tool |
|
47 |
Name="VCLinkerTool" |
|
48 |
AdditionalOptions="/MACHINE:I386" |
|
49 |
ShowProgress="0" |
|
50 |
OutputFile=".\Debug/physfs.dll" |
|
51 |
Version="0.1.7" |
|
52 |
LinkIncremental="1" |
|
53 |
SuppressStartupBanner="TRUE" |
|
54 |
GenerateDebugInformation="TRUE" |
|
55 |
ProgramDatabaseFile=".\Debug/physfs.pdb" |
|
56 |
OptimizeForWindows98="1" |
|
57 |
ImportLibrary=".\Debug/physfs.lib"/> |
|
58 |
<Tool |
|
59 |
Name="VCMIDLTool" |
|
60 |
PreprocessorDefinitions="_DEBUG" |
|
61 |
MkTypLibCompatible="TRUE" |
|
62 |
SuppressStartupBanner="TRUE" |
|
63 |
TargetEnvironment="1" |
|
64 |
TypeLibraryName=".\Debug/physfs.tlb"/> |
|
65 |
<Tool |
|
66 |
Name="VCPostBuildEventTool"/> |
|
67 |
<Tool |
|
68 |
Name="VCPreBuildEventTool"/> |
|
69 |
<Tool |
|
70 |
Name="VCPreLinkEventTool"/> |
|
71 |
<Tool |
|
72 |
Name="VCResourceCompilerTool" |
|
73 |
PreprocessorDefinitions="_DEBUG" |
|
74 |
Culture="1033"/> |
|
75 |
<Tool |
|
76 |
Name="VCWebServiceProxyGeneratorTool"/> |
|
77 |
<Tool |
|
78 |
Name="VCWebDeploymentTool"/> |
|
79 |
</Configuration> |
|
80 |
<Configuration |
|
81 |
Name="Release Multithreaded DLL|Win32" |
|
82 |
OutputDirectory=".\Release" |
|
83 |
IntermediateDirectory=".\Release" |
|
84 |
ConfigurationType="2" |
|
85 |
UseOfMFC="0" |
|
86 |
ATLMinimizesCRunTimeLibraryUsage="FALSE" |
|
87 |
CharacterSet="2" |
|
88 |
WholeProgramOptimization="TRUE"> |
|
89 |
<Tool |
|
90 |
Name="VCCLCompilerTool" |
|
91 |
GlobalOptimizations="TRUE" |
|
92 |
InlineFunctionExpansion="1" |
|
93 |
EnableIntrinsicFunctions="TRUE" |
|
94 |
FavorSizeOrSpeed="1" |
|
95 |
OmitFramePointers="FALSE" |
|
96 |
AdditionalIncludeDirectories=".,zlib114" |
|
609
3a91332776e0
Added Doom WAD support.
Ryan C. Gordon <icculus@icculus.org>
parents:
482
diff
changeset
|
97 |
PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;_USRDLL;PHYSFS_EXPORTS;PHYSFS_SUPPORTS_GRP;PHYSFS_SUPPORTS_WAD;PHYSFS_SUPPORTS_ZIP;PHYSFS_SUPPORTS_QPAK" |
482 | 98 |
StringPooling="TRUE" |
99 |
ExceptionHandling="FALSE" |
|
100 |
RuntimeLibrary="2" |
|
101 |
BufferSecurityCheck="FALSE" |
|
102 |
EnableFunctionLevelLinking="TRUE" |
|
103 |
DisableLanguageExtensions="FALSE" |
|
104 |
ForceConformanceInForLoopScope="TRUE" |
|
105 |
UsePrecompiledHeader="0" |
|
106 |
PrecompiledHeaderFile=".\Release/physfs.pch" |
|
107 |
AssemblerListingLocation=".\Release/" |
|
108 |
ObjectFile=".\Release/" |
|
109 |
ProgramDataBaseFileName=".\Release/" |
|
110 |
WarningLevel="2" |
|
111 |
WarnAsError="TRUE" |
|
112 |
SuppressStartupBanner="TRUE" |
|
113 |
Detect64BitPortabilityProblems="TRUE" |
|
114 |
CompileAs="1"/> |
|
115 |
<Tool |
|
116 |
Name="VCCustomBuildTool"/> |
|
117 |
<Tool |
|
118 |
Name="VCLinkerTool" |
|
119 |
AdditionalOptions="/MACHINE:I386" |
|
120 |
ShowProgress="0" |
|
121 |
OutputFile=".\Release/physfs.dll" |
|
122 |
Version="0.1.7" |
|
123 |
LinkIncremental="1" |
|
124 |
SuppressStartupBanner="TRUE" |
|
125 |
ProgramDatabaseFile=".\Release/physfs.pdb" |
|
126 |
OptimizeReferences="2" |
|
127 |
EnableCOMDATFolding="2" |
|
128 |
OptimizeForWindows98="1" |
|
129 |
ImportLibrary=".\Release/physfs.lib"/> |
|
130 |
<Tool |
|
131 |
Name="VCMIDLTool" |
|
132 |
PreprocessorDefinitions="NDEBUG" |
|
133 |
MkTypLibCompatible="TRUE" |
|
134 |
SuppressStartupBanner="TRUE" |
|
135 |
TargetEnvironment="1" |
|
136 |
TypeLibraryName=".\Release/physfs.tlb"/> |
|
137 |
<Tool |
|
138 |
Name="VCPostBuildEventTool"/> |
|
139 |
<Tool |
|
140 |
Name="VCPreBuildEventTool"/> |
|
141 |
<Tool |
|
142 |
Name="VCPreLinkEventTool"/> |
|
143 |
<Tool |
|
144 |
Name="VCResourceCompilerTool" |
|
145 |
PreprocessorDefinitions="NDEBUG" |
|
146 |
Culture="1033"/> |
|
147 |
<Tool |
|
148 |
Name="VCWebServiceProxyGeneratorTool"/> |
|
149 |
<Tool |
|
150 |
Name="VCWebDeploymentTool"/> |
|
151 |
</Configuration> |
|
152 |
</Configurations> |
|
153 |
<Files> |
|
154 |
<Filter |
|
155 |
Name="Source Files" |
|
156 |
Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"> |
|
157 |
<File |
|
158 |
RelativePath=".\zlib114\adler32.c"> |
|
159 |
</File> |
|
160 |
<File |
|
161 |
RelativePath=".\zlib114\compress.c"> |
|
162 |
</File> |
|
163 |
<File |
|
164 |
RelativePath=".\zlib114\crc32.c"> |
|
165 |
</File> |
|
166 |
<File |
|
167 |
RelativePath=".\zlib114\deflate.c"> |
|
168 |
</File> |
|
169 |
<File |
|
170 |
RelativePath=".\archivers\dir.c"> |
|
171 |
</File> |
|
172 |
<File |
|
173 |
RelativePath=".\archivers\grp.c"> |
|
174 |
</File> |
|
175 |
<File |
|
609
3a91332776e0
Added Doom WAD support.
Ryan C. Gordon <icculus@icculus.org>
parents:
482
diff
changeset
|
176 |
RelativePath=".\archivers\wad.c"> |
3a91332776e0
Added Doom WAD support.
Ryan C. Gordon <icculus@icculus.org>
parents:
482
diff
changeset
|
177 |
</File> |
3a91332776e0
Added Doom WAD support.
Ryan C. Gordon <icculus@icculus.org>
parents:
482
diff
changeset
|
178 |
<File |
482 | 179 |
RelativePath=".\zlib114\infblock.c"> |
180 |
</File> |
|
181 |
<File |
|
182 |
RelativePath=".\zlib114\infcodes.c"> |
|
183 |
</File> |
|
184 |
<File |
|
185 |
RelativePath=".\zlib114\inffast.c"> |
|
186 |
</File> |
|
187 |
<File |
|
188 |
RelativePath=".\zlib114\inflate.c"> |
|
189 |
</File> |
|
190 |
<File |
|
191 |
RelativePath=".\zlib114\inftrees.c"> |
|
192 |
</File> |
|
193 |
<File |
|
194 |
RelativePath=".\zlib114\infutil.c"> |
|
195 |
</File> |
|
196 |
<File |
|
197 |
RelativePath=".\physfs.c"> |
|
198 |
</File> |
|
199 |
<File |
|
200 |
RelativePath=".\physfs_byteorder.c"> |
|
201 |
</File> |
|
202 |
<File |
|
203 |
RelativePath="archivers\qpak.c"> |
|
204 |
</File> |
|
205 |
<File |
|
206 |
RelativePath=".\zlib114\trees.c"> |
|
207 |
</File> |
|
208 |
<File |
|
209 |
RelativePath=".\zlib114\uncompr.c"> |
|
210 |
</File> |
|
211 |
<File |
|
212 |
RelativePath=".\platform\win32.c"> |
|
213 |
</File> |
|
214 |
<File |
|
215 |
RelativePath=".\archivers\zip.c"> |
|
216 |
</File> |
|
217 |
<File |
|
218 |
RelativePath=".\zlib114\zutil.c"> |
|
219 |
</File> |
|
220 |
</Filter> |
|
221 |
<Filter |
|
222 |
Name="Header Files" |
|
223 |
Filter="h;hpp;hxx;hm;inl"> |
|
224 |
<File |
|
225 |
RelativePath=".\zlib114\deflate.h"> |
|
226 |
</File> |
|
227 |
<File |
|
228 |
RelativePath=".\zlib114\infblock.h"> |
|
229 |
</File> |
|
230 |
<File |
|
231 |
RelativePath=".\zlib114\infcodes.h"> |
|
232 |
</File> |
|
233 |
<File |
|
234 |
RelativePath=".\zlib114\inffast.h"> |
|
235 |
</File> |
|
236 |
<File |
|
237 |
RelativePath=".\zlib114\inffixed.h"> |
|
238 |
</File> |
|
239 |
<File |
|
240 |
RelativePath=".\zlib114\inftrees.h"> |
|
241 |
</File> |
|
242 |
<File |
|
243 |
RelativePath=".\zlib114\infutil.h"> |
|
244 |
</File> |
|
245 |
<File |
|
246 |
RelativePath=".\physfs.h"> |
|
247 |
</File> |
|
248 |
<File |
|
249 |
RelativePath=".\physfs_internal.h"> |
|
250 |
</File> |
|
251 |
<File |
|
252 |
RelativePath=".\zlib114\trees.h"> |
|
253 |
</File> |
|
254 |
<File |
|
255 |
RelativePath=".\zlib114\zconf.h"> |
|
256 |
</File> |
|
257 |
<File |
|
258 |
RelativePath=".\zlib114\zlib.h"> |
|
259 |
</File> |
|
260 |
<File |
|
261 |
RelativePath=".\zlib114\zutil.h"> |
|
262 |
</File> |
|
263 |
</Filter> |
|
264 |
<Filter |
|
265 |
Name="Resource Files" |
|
266 |
Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"> |
|
267 |
</Filter> |
|
268 |
</Files> |
|
269 |
<Globals> |
|
270 |
</Globals> |
|
271 |
</VisualStudioProject> |