]> icculus.org git repositories - icculus/iodoom3.git/blob - neo/curl/lib/curllib.vcproj
Various Mac OS X tweaks to get this to build. Probably breaking things.
[icculus/iodoom3.git] / neo / curl / lib / curllib.vcproj
1 <?xml version="1.0" encoding = "Windows-1252"?>
2 <VisualStudioProject
3         ProjectType="Visual C++"
4         Version="7.00"
5         Name="curllib"
6         ProjectGUID="{F46F5D4E-C1D4-4ADE-9FAA-5F0CE3AA07F1}"
7         SccProjectName=""
8         SccAuxPath=""
9         SccLocalPath=""
10         SccProvider="">
11         <Platforms>
12                 <Platform
13                         Name="Win32"/>
14         </Platforms>
15         <Configurations>
16                 <Configuration
17                         Name="Debug|Win32"
18                         OutputDirectory=".\Debug"
19                         IntermediateDirectory=".\Debug"
20                         ConfigurationType="4"
21                         UseOfMFC="0"
22                         ATLMinimizesCRunTimeLibraryUsage="FALSE"
23                         CharacterSet="2">
24                         <Tool
25                                 Name="VCCLCompilerTool"
26                                 Optimization="0"
27                                 AdditionalIncludeDirectories="..\include"
28                                 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;CURLLIB_EXPORTS"
29                                 BasicRuntimeChecks="3"
30                                 RuntimeLibrary="5"
31                                 PrecompiledHeaderFile=".\Debug/curllib.pch"
32                                 AssemblerListingLocation=".\Debug/"
33                                 ObjectFile=".\Debug/"
34                                 ProgramDataBaseFileName=".\Debug/"
35                                 BrowseInformation="1"
36                                 WarningLevel="3"
37                                 SuppressStartupBanner="TRUE"
38                                 DebugInformationFormat="3"
39                                 CompileAs="0"/>
40                         <Tool
41                                 Name="VCCustomBuildTool"/>
42                         <Tool
43                                 Name="VCLibrarianTool"
44                                 OutputFile="$(OutDir)/curl.lib"/>
45                         <Tool
46                                 Name="VCMIDLTool"
47                                 PreprocessorDefinitions="_DEBUG"
48                                 MkTypLibCompatible="TRUE"
49                                 SuppressStartupBanner="TRUE"
50                                 TargetEnvironment="1"
51                                 TypeLibraryName=".\Debug/curllib.tlb"/>
52                         <Tool
53                                 Name="VCPostBuildEventTool"/>
54                         <Tool
55                                 Name="VCPreBuildEventTool"/>
56                         <Tool
57                                 Name="VCPreLinkEventTool"/>
58                         <Tool
59                                 Name="VCResourceCompilerTool"
60                                 PreprocessorDefinitions="_DEBUG"
61                                 Culture="1033"/>
62                         <Tool
63                                 Name="VCWebServiceProxyGeneratorTool"/>
64                 </Configuration>
65                 <Configuration
66                         Name="Release|Win32"
67                         OutputDirectory=".\Release"
68                         IntermediateDirectory=".\Release"
69                         ConfigurationType="4"
70                         UseOfMFC="0"
71                         ATLMinimizesCRunTimeLibraryUsage="FALSE"
72                         CharacterSet="2">
73                         <Tool
74                                 Name="VCCLCompilerTool"
75                                 InlineFunctionExpansion="1"
76                                 AdditionalIncludeDirectories="..\include"
77                                 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;CURLLIB_EXPORTS"
78                                 StringPooling="TRUE"
79                                 RuntimeLibrary="4"
80                                 EnableFunctionLevelLinking="TRUE"
81                                 PrecompiledHeaderFile=".\Release/curllib.pch"
82                                 AssemblerListingLocation=".\Release/"
83                                 ObjectFile=".\Release/"
84                                 ProgramDataBaseFileName=".\Release/"
85                                 BrowseInformation="1"
86                                 WarningLevel="3"
87                                 SuppressStartupBanner="TRUE"
88                                 DebugInformationFormat="3"
89                                 CompileAs="0"/>
90                         <Tool
91                                 Name="VCCustomBuildTool"/>
92                         <Tool
93                                 Name="VCLibrarianTool"
94                                 OutputFile="$(OutDir)/curl.lib"/>
95                         <Tool
96                                 Name="VCMIDLTool"
97                                 PreprocessorDefinitions="NDEBUG"
98                                 MkTypLibCompatible="TRUE"
99                                 SuppressStartupBanner="TRUE"
100                                 TargetEnvironment="1"
101                                 TypeLibraryName=".\Release/curllib.tlb"/>
102                         <Tool
103                                 Name="VCPostBuildEventTool"/>
104                         <Tool
105                                 Name="VCPreBuildEventTool"/>
106                         <Tool
107                                 Name="VCPreLinkEventTool"/>
108                         <Tool
109                                 Name="VCResourceCompilerTool"
110                                 PreprocessorDefinitions="NDEBUG"
111                                 Culture="1033"/>
112                         <Tool
113                                 Name="VCWebServiceProxyGeneratorTool"/>
114                 </Configuration>
115         </Configurations>
116         <Files>
117                 <Filter
118                         Name="Source Files"
119                         Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
120                         <File
121                                 RelativePath=".\base64.c">
122                         </File>
123                         <File
124                                 RelativePath=".\connect.c">
125                         </File>
126                         <File
127                                 RelativePath=".\cookie.c">
128                         </File>
129                         <File
130                                 RelativePath=".\dict.c">
131                         </File>
132                         <File
133                                 RelativePath=".\easy.c">
134                         </File>
135                         <File
136                                 RelativePath=".\escape.c">
137                         </File>
138                         <File
139                                 RelativePath=".\file.c">
140                         </File>
141                         <File
142                                 RelativePath=".\formdata.c">
143                         </File>
144                         <File
145                                 RelativePath=".\ftp.c">
146                         </File>
147                         <File
148                                 RelativePath=".\getdate.c">
149                         </File>
150                         <File
151                                 RelativePath=".\getenv.c">
152                         </File>
153                         <File
154                                 RelativePath=".\getinfo.c">
155                         </File>
156                         <File
157                                 RelativePath=".\hash.c">
158                         </File>
159                         <File
160                                 RelativePath=".\hostip.c">
161                         </File>
162                         <File
163                                 RelativePath=".\http.c">
164                         </File>
165                         <File
166                                 RelativePath=".\http_chunks.c">
167                         </File>
168                         <File
169                                 RelativePath=".\if2ip.c">
170                         </File>
171                         <File
172                                 RelativePath=".\krb4.c">
173                         </File>
174                         <File
175                                 RelativePath=".\ldap.c">
176                         </File>
177                         <File
178                                 RelativePath=".\libcurl.def">
179                         </File>
180                         <File
181                                 RelativePath=".\llist.c">
182                         </File>
183                         <File
184                                 RelativePath=".\memdebug.c">
185                         </File>
186                         <File
187                                 RelativePath=".\mprintf.c">
188                         </File>
189                         <File
190                                 RelativePath=".\multi.c">
191                         </File>
192                         <File
193                                 RelativePath=".\netrc.c">
194                         </File>
195                         <File
196                                 RelativePath=".\progress.c">
197                         </File>
198                         <File
199                                 RelativePath=".\security.c">
200                         </File>
201                         <File
202                                 RelativePath=".\sendf.c">
203                         </File>
204                         <File
205                                 RelativePath=".\share.c">
206                         </File>
207                         <File
208                                 RelativePath=".\speedcheck.c">
209                         </File>
210                         <File
211                                 RelativePath=".\ssluse.c">
212                         </File>
213                         <File
214                                 RelativePath=".\strequal.c">
215                         </File>
216                         <File
217                                 RelativePath=".\strtok.c">
218                         </File>
219                         <File
220                                 RelativePath=".\telnet.c">
221                         </File>
222                         <File
223                                 RelativePath=".\timeval.c">
224                         </File>
225                         <File
226                                 RelativePath=".\transfer.c">
227                         </File>
228                         <File
229                                 RelativePath=".\url.c">
230                         </File>
231                         <File
232                                 RelativePath=".\version.c">
233                         </File>
234                 </Filter>
235                 <Filter
236                         Name="Header Files"
237                         Filter="h;hpp;hxx;hm;inl">
238                         <File
239                                 RelativePath=".\arpa_telnet.h">
240                         </File>
241                         <File
242                                 RelativePath=".\base64.h">
243                         </File>
244                         <File
245                                 RelativePath=".\connect.h">
246                         </File>
247                         <File
248                                 RelativePath=".\cookie.h">
249                         </File>
250                         <File
251                                 RelativePath=".\dict.h">
252                         </File>
253                         <File
254                                 RelativePath=".\escape.h">
255                         </File>
256                         <File
257                                 RelativePath=".\file.h">
258                         </File>
259                         <File
260                                 RelativePath=".\formdata.h">
261                         </File>
262                         <File
263                                 RelativePath=".\ftp.h">
264                         </File>
265                         <File
266                                 RelativePath=".\getdate.h">
267                         </File>
268                         <File
269                                 RelativePath=".\hostip.h">
270                         </File>
271                         <File
272                                 RelativePath=".\http.h">
273                         </File>
274                         <File
275                                 RelativePath=".\http_chunks.h">
276                         </File>
277                         <File
278                                 RelativePath=".\http_digest.c">
279                         </File>
280                         <File
281                                 RelativePath=".\http_digest.h">
282                         </File>
283                         <File
284                                 RelativePath=".\http_ntlm.c">
285                         </File>
286                         <File
287                                 RelativePath=".\http_ntlm.h">
288                         </File>
289                         <File
290                                 RelativePath=".\if2ip.h">
291                         </File>
292                         <File
293                                 RelativePath=".\inet_ntoa_r.h">
294                         </File>
295                         <File
296                                 RelativePath=".\inet_pton.c">
297                         </File>
298                         <File
299                                 RelativePath=".\inet_pton.h">
300                         </File>
301                         <File
302                                 RelativePath=".\krb4.h">
303                         </File>
304                         <File
305                                 RelativePath=".\ldap.h">
306                         </File>
307                         <File
308                                 RelativePath=".\md5.c">
309                         </File>
310                         <File
311                                 RelativePath=".\md5.h">
312                         </File>
313                         <File
314                                 RelativePath=".\memdebug.h">
315                         </File>
316                         <File
317                                 RelativePath=".\netrc.h">
318                         </File>
319                         <File
320                                 RelativePath=".\progress.h">
321                         </File>
322                         <File
323                                 RelativePath=".\security.h">
324                         </File>
325                         <File
326                                 RelativePath=".\sendf.h">
327                         </File>
328                         <File
329                                 RelativePath=".\setup.h">
330                         </File>
331                         <File
332                                 RelativePath=".\speedcheck.h">
333                         </File>
334                         <File
335                                 RelativePath=".\ssluse.h">
336                         </File>
337                         <File
338                                 RelativePath=".\strequal.h">
339                         </File>
340                         <File
341                                 RelativePath=".\strtok.h">
342                         </File>
343                         <File
344                                 RelativePath=".\telnet.h">
345                         </File>
346                         <File
347                                 RelativePath=".\timeval.h">
348                         </File>
349                         <File
350                                 RelativePath=".\transfer.h">
351                         </File>
352                         <File
353                                 RelativePath=".\url.h">
354                         </File>
355                         <File
356                                 RelativePath=".\urldata.h">
357                         </File>
358                 </Filter>
359         </Files>
360         <Globals>
361         </Globals>
362 </VisualStudioProject>