root/vcproj-7.1/map-server_sql.vcproj @ 15

Revision 1, 10.5 kB (checked in by jinshiro, 17 years ago)
Line 
1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3        ProjectType="Visual C++"
4        Version="7.10"
5        Name="map-server_sql"
6        ProjectGUID="{D356871D-58E1-450B-967A-E6E9646175AF}"
7        Keyword="Win32Proj">
8        <Platforms>
9                <Platform
10                        Name="Win32"/>
11        </Platforms>
12        <Configurations>
13                <Configuration
14                        Name="Debug|Win32"
15                        OutputDirectory=".."
16                        IntermediateDirectory="$(ProjectName)\$(ConfigurationName)"
17                        ConfigurationType="1"
18                        CharacterSet="2">
19                        <Tool
20                                Name="VCCLCompilerTool"
21                                AdditionalOptions="/wd4018
22/wd4100"
23                                Optimization="0"
24                                AdditionalIncludeDirectories="..\src\common;..\src\zlib;..\src\mysql"
25                                PreprocessorDefinitions="WIN32;_WIN32;__WIN32;_DEBUG;PCRE_SUPPORT;MAPREGSQL;FD_SETSIZE=4096;DB_MANUAL_CAST_TO_UNION"
26                                GeneratePreprocessedFile="0"
27                                MinimalRebuild="TRUE"
28                                ExceptionHandling="FALSE"
29                                BasicRuntimeChecks="3"
30                                RuntimeLibrary="3"
31                                BufferSecurityCheck="TRUE"
32                                EnableFunctionLevelLinking="TRUE"
33                                DefaultCharIsUnsigned="FALSE"
34                                ForceConformanceInForLoopScope="FALSE"
35                                UsePrecompiledHeader="0"
36                                WarningLevel="3"
37                                Detect64BitPortabilityProblems="FALSE"
38                                DebugInformationFormat="4"
39                                CompileAs="1"/>
40                        <Tool
41                                Name="VCCustomBuildTool"/>
42                        <Tool
43                                Name="VCLinkerTool"
44                                AdditionalDependencies="msvcrtd.lib oldnames.lib ws2_32.lib libmysql.lib pcre.lib zdll.lib"
45                                OutputFile="$(OutDir)\map-server_sql.exe"
46                                LinkIncremental="2"
47                                AdditionalLibraryDirectories="..\lib"
48                                IgnoreAllDefaultLibraries="TRUE"
49                                IgnoreDefaultLibraryNames=""
50                                GenerateDebugInformation="TRUE"
51                                ProgramDatabaseFile="$(OutDir)\$(ProjectName).pdb"
52                                SubSystem="1"
53                                TargetMachine="1"/>
54                        <Tool
55                                Name="VCMIDLTool"/>
56                        <Tool
57                                Name="VCPostBuildEventTool"/>
58                        <Tool
59                                Name="VCPreBuildEventTool"/>
60                        <Tool
61                                Name="VCPreLinkEventTool"/>
62                        <Tool
63                                Name="VCResourceCompilerTool"/>
64                        <Tool
65                                Name="VCWebServiceProxyGeneratorTool"/>
66                        <Tool
67                                Name="VCXMLDataGeneratorTool"/>
68                        <Tool
69                                Name="VCWebDeploymentTool"/>
70                        <Tool
71                                Name="VCManagedWrapperGeneratorTool"/>
72                        <Tool
73                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
74                </Configuration>
75                <Configuration
76                        Name="Release|Win32"
77                        OutputDirectory=".."
78                        IntermediateDirectory="$(ProjectName)\$(ConfigurationName)"
79                        ConfigurationType="1"
80                        CharacterSet="2"
81                        WholeProgramOptimization="TRUE">
82                        <Tool
83                                Name="VCCLCompilerTool"
84                                AdditionalOptions="/wd4018
85/wd4100"
86                                Optimization="2"
87                                GlobalOptimizations="TRUE"
88                                InlineFunctionExpansion="2"
89                                EnableIntrinsicFunctions="TRUE"
90                                ImproveFloatingPointConsistency="TRUE"
91                                FavorSizeOrSpeed="1"
92                                OmitFramePointers="TRUE"
93                                EnableFiberSafeOptimizations="TRUE"
94                                OptimizeForProcessor="2"
95                                OptimizeForWindowsApplication="TRUE"
96                                AdditionalIncludeDirectories="..\src\common;..\src\zlib;..\src\mysql"
97                                PreprocessorDefinitions="WIN32;_WIN32;__WIN32;NDEBUG;PCRE_SUPPORT;MAPREGSQL;FD_SETSIZE=4096;DB_MANUAL_CAST_TO_UNION"
98                                StringPooling="TRUE"
99                                RuntimeLibrary="3"
100                                DefaultCharIsUnsigned="FALSE"
101                                UsePrecompiledHeader="0"
102                                WarningLevel="3"
103                                Detect64BitPortabilityProblems="FALSE"
104                                DebugInformationFormat="3"
105                                CompileAs="1"/>
106                        <Tool
107                                Name="VCCustomBuildTool"/>
108                        <Tool
109                                Name="VCLinkerTool"
110                                AdditionalDependencies="msvcrt.lib oldnames.lib ws2_32.lib libmysql.lib pcre.lib zdll.lib"
111                                OutputFile="$(OutDir)\map-server_sql.exe"
112                                LinkIncremental="1"
113                                AdditionalLibraryDirectories="..\lib"
114                                IgnoreAllDefaultLibraries="TRUE"
115                                IgnoreDefaultLibraryNames=""
116                                GenerateDebugInformation="TRUE"
117                                ProgramDatabaseFile="$(OutDir)\$(ProjectName).pdb"
118                                SubSystem="1"
119                                OptimizeReferences="2"
120                                EnableCOMDATFolding="2"
121                                OptimizeForWindows98="1"
122                                TargetMachine="1"/>
123                        <Tool
124                                Name="VCMIDLTool"/>
125                        <Tool
126                                Name="VCPostBuildEventTool"/>
127                        <Tool
128                                Name="VCPreBuildEventTool"/>
129                        <Tool
130                                Name="VCPreLinkEventTool"/>
131                        <Tool
132                                Name="VCResourceCompilerTool"/>
133                        <Tool
134                                Name="VCWebServiceProxyGeneratorTool"/>
135                        <Tool
136                                Name="VCXMLDataGeneratorTool"/>
137                        <Tool
138                                Name="VCWebDeploymentTool"/>
139                        <Tool
140                                Name="VCManagedWrapperGeneratorTool"/>
141                        <Tool
142                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
143                </Configuration>
144        </Configurations>
145        <References>
146        </References>
147        <Files>
148                <Filter
149                        Name="map_sql"
150                        Filter="">
151                        <File
152                                RelativePath="..\src\map\atcommand.c">
153                        </File>
154                        <File
155                                RelativePath="..\src\map\atcommand.h">
156                        </File>
157                        <File
158                                RelativePath="..\src\map\battle.c">
159                        </File>
160                        <File
161                                RelativePath="..\src\map\battle.h">
162                        </File>
163                        <File
164                                RelativePath="..\src\map\charcommand.c">
165                        </File>
166                        <File
167                                RelativePath="..\src\map\charcommand.h">
168                        </File>
169                        <File
170                                RelativePath="..\src\map\chat.c">
171                        </File>
172                        <File
173                                RelativePath="..\src\map\chat.h">
174                        </File>
175                        <File
176                                RelativePath="..\src\map\chrif.c">
177                        </File>
178                        <File
179                                RelativePath="..\src\map\chrif.h">
180                        </File>
181                        <File
182                                RelativePath="..\src\map\clif.c">
183                        </File>
184                        <File
185                                RelativePath="..\src\map\clif.h">
186                        </File>
187                        <File
188                                RelativePath="..\src\map\date.c">
189                        </File>
190                        <File
191                                RelativePath="..\src\map\date.h">
192                        </File>
193                        <File
194                                RelativePath="..\src\map\guild.c">
195                        </File>
196                        <File
197                                RelativePath="..\src\map\guild.h">
198                        </File>
199                        <File
200                                RelativePath="..\src\map\intif.c">
201                        </File>
202                        <File
203                                RelativePath="..\src\map\intif.h">
204                        </File>
205                        <File
206                                RelativePath="..\src\map\irc.c">
207                        </File>
208                        <File
209                                RelativePath="..\src\map\irc.h">
210                        </File>
211                        <File
212                                RelativePath="..\src\map\itemdb.c">
213                        </File>
214                        <File
215                                RelativePath="..\src\map\itemdb.h">
216                        </File>
217                        <File
218                                RelativePath="..\src\map\log.c">
219                        </File>
220                        <File
221                                RelativePath="..\src\map\log.h">
222                        </File>
223                        <File
224                                RelativePath="..\src\map\mail.c">
225                        </File>
226                        <File
227                                RelativePath="..\src\map\mail.h">
228                        </File>
229                        <File
230                                RelativePath="..\src\map\map.c">
231                        </File>
232                        <File
233                                RelativePath="..\src\map\map.h">
234                        </File>
235                        <File
236                                RelativePath="..\src\map\mercenary.c">
237                        </File>
238                        <File
239                                RelativePath="..\src\map\mercenary.h">
240                        </File>
241                        <File
242                                RelativePath="..\src\map\mob.c">
243                        </File>
244                        <File
245                                RelativePath="..\src\map\mob.h">
246                        </File>
247                        <File
248                                RelativePath="..\src\map\npc.c">
249                        </File>
250                        <File
251                                RelativePath="..\src\map\npc.h">
252                        </File>
253                        <File
254                                RelativePath="..\src\map\npc_chat.c">
255                        </File>
256                        <File
257                                RelativePath="..\src\map\party.c">
258                        </File>
259                        <File
260                                RelativePath="..\src\map\party.h">
261                        </File>
262                        <File
263                                RelativePath="..\src\map\path.c">
264                        </File>
265                        <File
266                                RelativePath="..\src\map\path.h">
267                        </File>
268                        <File
269                                RelativePath="..\src\map\pc.c">
270                        </File>
271                        <File
272                                RelativePath="..\src\map\pc.h">
273                        </File>
274                        <File
275                                RelativePath="..\src\map\pcre.h">
276                        </File>
277                        <File
278                                RelativePath="..\src\map\pet.c">
279                        </File>
280                        <File
281                                RelativePath="..\src\map\pet.h">
282                        </File>
283                        <File
284                                RelativePath="..\src\map\script.c">
285                        </File>
286                        <File
287                                RelativePath="..\src\map\script.h">
288                        </File>
289                        <File
290                                RelativePath="..\src\map\skill.c">
291                        </File>
292                        <File
293                                RelativePath="..\src\map\skill.h">
294                        </File>
295                        <File
296                                RelativePath="..\src\map\status.c">
297                        </File>
298                        <File
299                                RelativePath="..\src\map\status.h">
300                        </File>
301                        <File
302                                RelativePath="..\src\map\storage.c">
303                        </File>
304                        <File
305                                RelativePath="..\src\map\storage.h">
306                        </File>
307                        <File
308                                RelativePath="..\src\map\trade.c">
309                        </File>
310                        <File
311                                RelativePath="..\src\map\trade.h">
312                        </File>
313                        <File
314                                RelativePath="..\src\map\unit.c">
315                        </File>
316                        <File
317                                RelativePath="..\src\map\unit.h">
318                        </File>
319                        <File
320                                RelativePath="..\src\map\vending.c">
321                        </File>
322                        <File
323                                RelativePath="..\src\map\vending.h">
324                        </File>
325                        <File
326                                RelativePath="..\src\map\quest.c">
327                        </File>
328                        <File
329                                RelativePath="..\src\map\quest.h">
330                        </File>
331                </Filter>
332                <Filter
333                        Name="common"
334                        Filter="">
335                        <File
336                                RelativePath="..\src\common\cbasetypes.h">
337                        </File>
338                        <File
339                                RelativePath="..\src\common\core.c">
340                        </File>
341                        <File
342                                RelativePath="..\src\common\core.h">
343                        </File>
344                        <File
345                                RelativePath="..\src\common\db.c">
346                        </File>
347                        <File
348                                RelativePath="..\src\common\db.h">
349                        </File>
350                        <File
351                                RelativePath="..\src\common\ers.c">
352                        </File>
353                        <File
354                                RelativePath="..\src\common\ers.h">
355                        </File>
356                        <File
357                                RelativePath="..\src\common\grfio.c">
358                        </File>
359                        <File
360                                RelativePath="..\src\common\grfio.h">
361                        </File>
362                        <File
363                                RelativePath="..\src\common\lock.c">
364                        </File>
365                        <File
366                                RelativePath="..\src\common\lock.h">
367                        </File>
368                        <File
369                                RelativePath="..\src\common\malloc.c">
370                        </File>
371                        <File
372                                RelativePath="..\src\common\malloc.h">
373                        </File>
374                        <File
375                                RelativePath="..\src\common\mapindex.c">
376                        </File>
377                        <File
378                                RelativePath="..\src\common\mapindex.h">
379                        </File>
380                        <File
381                                RelativePath="..\src\common\mmo.h">
382                        </File>
383                        <File
384                                RelativePath="..\src\common\nullpo.c">
385                        </File>
386                        <File
387                                RelativePath="..\src\common\nullpo.h">
388                        </File>
389                        <File
390                                RelativePath="..\src\common\plugin.h">
391                        </File>
392                        <File
393                                RelativePath="..\src\common\plugins.c">
394                        </File>
395                        <File
396                                RelativePath="..\src\common\plugins.h">
397                        </File>
398                        <File
399                                RelativePath="..\src\common\showmsg.c">
400                        </File>
401                        <File
402                                RelativePath="..\src\common\showmsg.h">
403                        </File>
404                        <File
405                                RelativePath="..\src\common\socket.c">
406                        </File>
407                        <File
408                                RelativePath="..\src\common\socket.h">
409                        </File>
410                        <File
411                                RelativePath="..\src\common\sql.c">
412                        </File>
413                        <File
414                                RelativePath="..\src\common\sql.h">
415                        </File>
416                        <File
417                                RelativePath="..\src\common\strlib.c">
418                        </File>
419                        <File
420                                RelativePath="..\src\common\strlib.h">
421                        </File>
422                        <File
423                                RelativePath="..\src\common\timer.c">
424                        </File>
425                        <File
426                                RelativePath="..\src\common\timer.h">
427                        </File>
428                        <File
429                                RelativePath="..\src\common\utils.c">
430                        </File>
431                        <File
432                                RelativePath="..\src\common\utils.h">
433                        </File>
434                        <File
435                                RelativePath="..\src\common\version.h">
436                        </File>
437                </Filter>
438                <Filter
439                        Name="zlib"
440                        Filter="">
441                        <File
442                                RelativePath="..\src\zlib\zconf.h">
443                        </File>
444                        <File
445                                RelativePath="..\src\zlib\zlib.h">
446                        </File>
447                </Filter>
448        </Files>
449        <Globals>
450        </Globals>
451</VisualStudioProject>
Note: See TracBrowser for help on using the browser.