Ticket #7407: pennmush.vcproj

File pennmush.vcproj, 16.6 KB (added by intrevis, 18 months ago)
Line 
1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3    ProjectType="Visual C++"
4    Version="8.00"
5    Name="pennmush"
6    ProjectGUID="{AAEA21B3-8882-4126-AD7D-F45587CA777F}"
7    RootNamespace="pennmush"
8    >
9    <Platforms>
10        <Platform
11            Name="Win32"
12        />
13    </Platforms>
14    <ToolFiles>
15    </ToolFiles>
16    <Configurations>
17        <Configuration
18            Name="Release|Win32"
19            OutputDirectory=".\./game"
20            IntermediateDirectory=".\./src"
21            ConfigurationType="1"
22            InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
23            UseOfMFC="0"
24            ATLMinimizesCRunTimeLibraryUsage="false"
25            CharacterSet="2"
26            >
27            <Tool
28                Name="VCPreBuildEventTool"
29                Description="Copy necessary files"
30                CommandLine="IF NOT EXIST &quot;$(ProjectDir)\src\cmdlocal.c&quot; copy &quot;$(ProjectDir)\src\cmdlocal.dst&quot; &quot;$(ProjectDir)\src\cmdlocal.c&quot;&#x0D;&#x0A;IF NOT EXIST &quot;$(ProjectDir)\src\flaglocal.c&quot; copy &quot;$(ProjectDir)\src\flaglocal.dst&quot; &quot;$(ProjectDir)\src\flaglocal.c&quot;&#x0D;&#x0A;IF NOT EXIST &quot;$(ProjectDir)\src\funlocal.c&quot; copy &quot;$(ProjectDir)\src\funlocal.dst&quot; &quot;$(ProjectDir)\src\funlocal.c&quot;&#x0D;&#x0A;IF NOT EXIST &quot;$(ProjectDir)\src\local.c&quot; copy &quot;$(ProjectDir)\src\local.dst&quot; &quot;$(ProjectDir)\src\local.c&quot;&#x0D;&#x0A;copy &quot;$(ProjectDir)\win32\config.h&quot; &quot;$(ProjectDir)\config.h&quot;&#x0D;&#x0A;copy &quot;$(ProjectDir)\win32\confmagic.h&quot; &quot;$(ProjectDir)\confmagic.h&quot;&#x0D;&#x0A;copy &quot;$(ProjectDir)\win32\cmds.h&quot; &quot;$(ProjectDir)\hdrs\cmds.h&quot;&#x0D;&#x0A;copy &quot;$(ProjectDir)\win32\funs.h&quot; &quot;$(ProjectDir)\hdrs\funs.h&quot;&#x0D;&#x0A;copy &quot;$(ProjectDir)\win32\patches.h&quot; &quot;$(ProjectDir)\hdrs\patches.h&quot;&#x0D;&#x0A;echo If any *local.c files failed to build, run build again.&#x0D;&#x0A;"
31            />
32            <Tool
33                Name="VCCustomBuildTool"
34            />
35            <Tool
36                Name="VCXMLDataGeneratorTool"
37            />
38            <Tool
39                Name="VCWebServiceProxyGeneratorTool"
40            />
41            <Tool
42                Name="VCMIDLTool"
43                TypeLibraryName=".\./game/pennmush.tlb"
44            />
45            <Tool
46                Name="VCCLCompilerTool"
47                InlineFunctionExpansion="0"
48                AdditionalIncludeDirectories="./hdrs,./"
49                PreprocessorDefinitions="WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_USE_32BIT_TIME_T"
50                StringPooling="true"
51                RuntimeLibrary="0"
52                EnableFunctionLevelLinking="true"
53                DefaultCharIsUnsigned="true"
54                UsePrecompiledHeader="0"
55                PrecompiledHeaderFile=".\./src/pennmush.pch"
56                AssemblerListingLocation=".\./src/"
57                ObjectFile=".\./src/"
58                ProgramDataBaseFileName=".\./src/"
59                WarningLevel="3"
60                SuppressStartupBanner="true"
61                CompileAs="1"
62            />
63            <Tool
64                Name="VCManagedResourceCompilerTool"
65            />
66            <Tool
67                Name="VCResourceCompilerTool"
68                PreprocessorDefinitions="NDEBUG"
69                Culture="3081"
70            />
71            <Tool
72                Name="VCPreLinkEventTool"
73            />
74            <Tool
75                Name="VCLinkerTool"
76                AdditionalOptions="/MACHINE:I386"
77                AdditionalDependencies="user32.lib winmm.lib wsock32.lib"
78                OutputFile=".\./game/pennmush.exe"
79                LinkIncremental="1"
80                SuppressStartupBanner="true"
81                ProgramDatabaseFile=".\./game/pennmush.pdb"
82                SubSystem="1"
83                StackReserveSize="8388608"
84                TargetMachine="1"
85            />
86            <Tool
87                Name="VCALinkTool"
88            />
89            <Tool
90                Name="VCManifestTool"
91            />
92            <Tool
93                Name="VCXDCMakeTool"
94            />
95            <Tool
96                Name="VCBscMakeTool"
97            />
98            <Tool
99                Name="VCFxCopTool"
100            />
101            <Tool
102                Name="VCAppVerifierTool"
103            />
104            <Tool
105                Name="VCWebDeploymentTool"
106            />
107            <Tool
108                Name="VCPostBuildEventTool"
109                Description="Copy config files if they don&apos;t exist"
110                CommandLine="IF NOT EXIST &quot;$(ProjectDir)\game\mush.cnf&quot; copy &quot;$(ProjectDir)\game\mushcnf.dst&quot; &quot;$(ProjectDir)\game\mush.cnf&quot;&#x0D;&#x0A;IF NOT EXIST &quot;$(ProjectDir)\game\alias.cnf&quot; copy &quot;$(ProjectDir)\game\aliascnf.dst&quot; &quot;$(ProjectDir)\game\alias.cnf&quot;&#x0D;&#x0A;IF NOT EXIST &quot;$(ProjectDir)\game\names.cnf&quot; copy &quot;$(ProjectDir)\game\namescnf.dst&quot; &quot;$(ProjectDir)\game\names.cnf&quot;&#x0D;&#x0A;IF NOT EXIST &quot;$(ProjectDir)\game\restrict.cnf&quot; copy &quot;$(ProjectDir)\game\restrictcnf.dst&quot; &quot;$(ProjectDir)\game\restrict.cnf&quot;&#x0D;&#x0A;IF NOT EXIST &quot;$(ProjectDir)\game\mush.cnf&quot; echo Don&apos;t forget to customize mush.cnf!&#x0D;&#x0A;"
111            />
112        </Configuration>
113        <Configuration
114            Name="Debug|Win32"
115            OutputDirectory=".\./game"
116            IntermediateDirectory=".\./src"
117            ConfigurationType="1"
118            InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
119            UseOfMFC="0"
120            ATLMinimizesCRunTimeLibraryUsage="false"
121            CharacterSet="2"
122            >
123            <Tool
124                Name="VCPreBuildEventTool"
125                Description="Copy necessary files"
126                CommandLine="IF NOT EXIST &quot;$(ProjectDir)\src\cmdlocal.c&quot; copy &quot;$(ProjectDir)\src\cmdlocal.dst&quot; &quot;$(ProjectDir)\src\cmdlocal.c&quot;&#x0D;&#x0A;IF NOT EXIST &quot;$(ProjectDir)\src\flaglocal.c&quot; copy &quot;$(ProjectDir)\src\flaglocal.dst&quot; &quot;$(ProjectDir)\src\flaglocal.c&quot;&#x0D;&#x0A;IF NOT EXIST &quot;$(ProjectDir)\src\funlocal.c&quot; copy &quot;$(ProjectDir)\src\funlocal.dst&quot; &quot;$(ProjectDir)\src\funlocal.c&quot;&#x0D;&#x0A;IF NOT EXIST &quot;$(ProjectDir)\src\local.c&quot; copy &quot;$(ProjectDir)\src\local.dst&quot; &quot;$(ProjectDir)\src\local.c&quot;&#x0D;&#x0A;copy &quot;$(ProjectDir)\win32\config.h&quot; &quot;$(ProjectDir)\config.h&quot;&#x0D;&#x0A;copy &quot;$(ProjectDir)\win32\confmagic.h&quot; &quot;$(ProjectDir)\confmagic.h&quot;&#x0D;&#x0A;copy &quot;$(ProjectDir)\win32\cmds.h&quot; &quot;$(ProjectDir)\hdrs\cmds.h&quot;&#x0D;&#x0A;copy &quot;$(ProjectDir)\win32\funs.h&quot; &quot;$(ProjectDir)\hdrs\funs.h&quot;&#x0D;&#x0A;copy &quot;$(ProjectDir)\win32\patches.h&quot; &quot;$(ProjectDir)\hdrs\patches.h&quot;&#x0D;&#x0A;echo If any *local.c files failed to build, run build again.&#x0D;&#x0A;"
127            />
128            <Tool
129                Name="VCCustomBuildTool"
130            />
131            <Tool
132                Name="VCXMLDataGeneratorTool"
133            />
134            <Tool
135                Name="VCWebServiceProxyGeneratorTool"
136            />
137            <Tool
138                Name="VCMIDLTool"
139                TypeLibraryName=".\./game/pennmush.tlb"
140            />
141            <Tool
142                Name="VCCLCompilerTool"
143                Optimization="0"
144                AdditionalIncludeDirectories="./hdrs,./"
145                PreprocessorDefinitions="WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_USE_32BIT_TIME_T"
146                RuntimeLibrary="1"
147                DefaultCharIsUnsigned="true"
148                UsePrecompiledHeader="0"
149                PrecompiledHeaderFile=".\./src/pennmush.pch"
150                AssemblerListingLocation=".\./src/"
151                ObjectFile=".\./src/"
152                ProgramDataBaseFileName=".\./src/"
153                WarningLevel="3"
154                SuppressStartupBanner="true"
155                DebugInformationFormat="4"
156                CompileAs="1"
157            />
158            <Tool
159                Name="VCManagedResourceCompilerTool"
160            />
161            <Tool
162                Name="VCResourceCompilerTool"
163                PreprocessorDefinitions="_DEBUG"
164                Culture="3081"
165            />
166            <Tool
167                Name="VCPreLinkEventTool"
168            />
169            <Tool
170                Name="VCLinkerTool"
171                AdditionalOptions="/MACHINE:I386"
172                AdditionalDependencies="user32.lib winmm.lib wsock32.lib"
173                OutputFile=".\./game/pennmush.exe"
174                LinkIncremental="2"
175                SuppressStartupBanner="true"
176                GenerateDebugInformation="true"
177                ProgramDatabaseFile=".\./game/pennmush.pdb"
178                SubSystem="1"
179                StackReserveSize="8388608"
180                TargetMachine="1"
181            />
182            <Tool
183                Name="VCALinkTool"
184            />
185            <Tool
186                Name="VCManifestTool"
187            />
188            <Tool
189                Name="VCXDCMakeTool"
190            />
191            <Tool
192                Name="VCBscMakeTool"
193            />
194            <Tool
195                Name="VCFxCopTool"
196            />
197            <Tool
198                Name="VCAppVerifierTool"
199            />
200            <Tool
201                Name="VCWebDeploymentTool"
202            />
203            <Tool
204                Name="VCPostBuildEventTool"
205                Description="Copy config files if they don&apos;t exist"
206                CommandLine="IF NOT EXIST &quot;$(ProjectDir)\game\mush.cnf&quot; copy &quot;$(ProjectDir)\game\mushcnf.dst&quot; &quot;$(ProjectDir)\game\mush.cnf&quot;&#x0D;&#x0A;IF NOT EXIST &quot;$(ProjectDir)\game\alias.cnf&quot; copy &quot;$(ProjectDir)\game\aliascnf.dst&quot; &quot;$(ProjectDir)\game\alias.cnf&quot;&#x0D;&#x0A;IF NOT EXIST &quot;$(ProjectDir)\game\names.cnf&quot; copy &quot;$(ProjectDir)\game\namescnf.dst&quot; &quot;$(ProjectDir)\game\names.cnf&quot;&#x0D;&#x0A;IF NOT EXIST &quot;$(ProjectDir)\game\restrict.cnf&quot; copy &quot;$(ProjectDir)\game\restrictcnf.dst&quot; &quot;$(ProjectDir)\game\restrict.cnf&quot;&#x0D;&#x0A;IF NOT EXIST &quot;$(ProjectDir)\game\mush.cnf&quot; echo Don&apos;t forget to customize mush.cnf!&#x0D;&#x0A;"
207            />
208        </Configuration>
209    </Configurations>
210    <References>
211    </References>
212    <Files>
213        <Filter
214            Name="src"
215            >
216            <File
217                RelativePath=".\src\access.c"
218                >
219            </File>
220            <File
221                RelativePath=".\src\atr_tab.c"
222                >
223            </File>
224            <File
225                RelativePath=".\src\attrib.c"
226                >
227            </File>
228            <File
229                RelativePath=".\src\boolexp.c"
230                >
231            </File>
232            <File
233                RelativePath=".\src\bsd.c"
234                >
235            </File>
236            <File
237                RelativePath=".\src\bufferq.c"
238                >
239            </File>
240            <File
241                RelativePath=".\src\chunk.c"
242                >
243            </File>
244            <File
245                RelativePath=".\src\cmdlocal.c"
246                >
247            </File>
248            <File
249                RelativePath=".\src\cmds.c"
250                >
251            </File>
252            <File
253                RelativePath=".\src\command.c"
254                >
255            </File>
256            <File
257                RelativePath=".\src\compress.c"
258                >
259            </File>
260            <File
261                RelativePath=".\src\conf.c"
262                >
263            </File>
264            <File
265                RelativePath=".\src\cque.c"
266                >
267            </File>
268            <File
269                RelativePath=".\src\create.c"
270                >
271            </File>
272            <File
273                RelativePath=".\src\db.c"
274                >
275            </File>
276            <File
277                RelativePath=".\src\destroy.c"
278                >
279            </File>
280            <File
281                RelativePath=".\src\extchat.c"
282                >
283            </File>
284            <File
285                RelativePath=".\src\extmail.c"
286                >
287            </File>
288            <File
289                RelativePath=".\src\filecopy.c"
290                >
291            </File>
292            <File
293                RelativePath=".\src\flaglocal.c"
294                >
295            </File>
296            <File
297                RelativePath=".\src\flags.c"
298                >
299            </File>
300            <File
301                RelativePath=".\src\funcrypt.c"
302                >
303            </File>
304            <File
305                RelativePath=".\src\function.c"
306                >
307            </File>
308            <File
309                RelativePath=".\src\fundb.c"
310                >
311            </File>
312            <File
313                RelativePath=".\src\funlist.c"
314                >
315            </File>
316            <File
317                RelativePath=".\src\funlocal.c"
318                >
319            </File>
320            <File
321                RelativePath=".\src\funmath.c"
322                >
323            </File>
324            <File
325                RelativePath=".\src\funmisc.c"
326                >
327            </File>
328            <File
329                RelativePath=".\src\funstr.c"
330                >
331            </File>
332            <File
333                RelativePath=".\src\funtime.c"
334                >
335            </File>
336            <File
337                RelativePath=".\src\funufun.c"
338                >
339            </File>
340            <File
341                RelativePath=".\src\game.c"
342                >
343            </File>
344            <File
345                RelativePath=".\src\help.c"
346                >
347            </File>
348            <File
349                RelativePath=".\src\htab.c"
350                >
351            </File>
352            <File
353                RelativePath=".\src\ident.c"
354                >
355            </File>
356            <File
357                RelativePath=".\src\local.c"
358                >
359            </File>
360            <File
361                RelativePath=".\src\lock.c"
362                >
363            </File>
364            <File
365                RelativePath=".\src\log.c"
366                >
367            </File>
368            <File
369                RelativePath=".\src\look.c"
370                >
371            </File>
372            <File
373                RelativePath=".\src\malias.c"
374                >
375            </File>
376            <File
377                RelativePath=".\src\match.c"
378                >
379            </File>
380            <File
381                RelativePath=".\src\memcheck.c"
382                >
383            </File>
384            <File
385                RelativePath=".\src\move.c"
386                >
387            </File>
388            <File
389                RelativePath=".\src\mycrypt.c"
390                >
391            </File>
392            <File
393                RelativePath=".\src\mymalloc.c"
394                >
395            </File>
396            <File
397                RelativePath=".\src\myrlimit.c"
398                >
399            </File>
400            <File
401                RelativePath=".\src\mysocket.c"
402                >
403            </File>
404            <File
405                RelativePath=".\src\myssl.c"
406                >
407            </File>
408            <File
409                RelativePath=".\src\notify.c"
410                >
411            </File>
412            <File
413                RelativePath=".\src\parse.c"
414                >
415            </File>
416            <File
417                RelativePath=".\src\pcre.c"
418                >
419            </File>
420            <File
421                RelativePath=".\src\player.c"
422                >
423            </File>
424            <File
425                RelativePath=".\src\plyrlist.c"
426                >
427            </File>
428            <File
429                RelativePath=".\src\predicat.c"
430                >
431            </File>
432            <File
433                RelativePath=".\src\privtab.c"
434                >
435            </File>
436            <File
437                RelativePath=".\src\ptab.c"
438                >
439            </File>
440            <File
441                RelativePath=".\src\rob.c"
442                >
443            </File>
444            <File
445                RelativePath=".\src\services.c"
446                >
447            </File>
448            <File
449                RelativePath=".\src\set.c"
450                >
451            </File>
452            <File
453                RelativePath=".\src\shs.c"
454                >
455            </File>
456            <File
457                RelativePath=".\src\sig.c"
458                >
459            </File>
460            <File
461                RelativePath=".\src\speech.c"
462                >
463            </File>
464            <File
465                RelativePath=".\src\sql.c"
466                >
467            </File>
468            <File
469                RelativePath=".\src\strdup.c"
470                >
471            </File>
472            <File
473                RelativePath=".\src\strtree.c"
474                >
475            </File>
476            <File
477                RelativePath=".\src\strutil.c"
478                >
479            </File>
480            <File
481                RelativePath=".\src\tables.c"
482                >
483            </File>
484            <File
485                RelativePath=".\src\timer.c"
486                >
487            </File>
488            <File
489                RelativePath=".\src\unparse.c"
490                >
491            </File>
492            <File
493                RelativePath=".\src\utils.c"
494                >
495            </File>
496            <File
497                RelativePath=".\src\version.c"
498                >
499            </File>
500            <File
501                RelativePath=".\src\warnings.c"
502                >
503            </File>
504            <File
505                RelativePath=".\src\wild.c"
506                >
507            </File>
508            <File
509                RelativePath=".\src\wiz.c"
510                >
511            </File>
512        </Filter>
513        <Filter
514            Name="hdrs"
515            >
516            <File
517                RelativePath="hdrs\access.h"
518                >
519            </File>
520            <File
521                RelativePath="hdrs\ansi.h"
522                >
523            </File>
524            <File
525                RelativePath="hdrs\atr_tab.h"
526                >
527            </File>
528            <File
529                RelativePath="hdrs\attrib.h"
530                >
531            </File>
532            <File
533                RelativePath="hdrs\boolexp.h"
534                >
535            </File>
536            <File
537                RelativePath="hdrs\bufferq.h"
538                >
539            </File>
540            <File
541                RelativePath="hdrs\case.h"
542                >
543            </File>
544            <File
545                RelativePath="hdrs\chunk.h"
546                >
547            </File>
548            <File
549                RelativePath="hdrs\cmds.h"
550                >
551            </File>
552            <File
553                RelativePath="hdrs\command.h"
554                >
555            </File>
556            <File
557                RelativePath="hdrs\conf.h"
558                >
559            </File>
560            <File
561                RelativePath="hdrs\copyrite.h"
562                >
563            </File>
564            <File
565                RelativePath="hdrs\csrimalloc.h"
566                >
567            </File>
568            <File
569                RelativePath="hdrs\dbdefs.h"
570                >
571            </File>
572            <File
573                RelativePath="hdrs\extchat.h"
574                >
575            </File>
576            <File
577                RelativePath="hdrs\externs.h"
578                >
579            </File>
580            <File
581                RelativePath="hdrs\extmail.h"
582                >
583            </File>
584            <File
585                RelativePath="hdrs\flags.h"
586                >
587            </File>
588            <File
589                RelativePath="hdrs\function.h"
590                >
591            </File>
592            <File
593                RelativePath="hdrs\funs.h"
594                >
595            </File>
596            <File
597                RelativePath="hdrs\game.h"
598                >
599            </File>
600            <File
601                RelativePath="hdrs\getpgsiz.h"
602                >
603            </File>
604            <File
605                RelativePath="hdrs\help.h"
606                >
607            </File>
608            <File
609                RelativePath="hdrs\htab.h"
610                >
611            </File>
612            <File
613                RelativePath="hdrs\ident.h"
614                >
615            </File>
616            <File
617                RelativePath="hdrs\intrface.h"
618                >
619            </File>
620            <File
621                RelativePath="hdrs\lock.h"
622                >
623            </File>
624            <File
625                RelativePath="hdrs\log.h"
626                >
627            </File>
628            <File
629                RelativePath="hdrs\malias.h"
630                >
631            </File>
632            <File
633                RelativePath="hdrs\match.h"
634                >
635            </File>
636            <File
637                RelativePath="hdrs\memcheck.h"
638                >
639            </File>
640            <File
641                RelativePath="hdrs\mushdb.h"
642                >
643            </File>
644            <File
645                RelativePath="hdrs\mushtype.h"
646                >
647            </File>
648            <File
649                RelativePath="hdrs\mymalloc.h"
650                >
651            </File>
652            <File
653                RelativePath="hdrs\mysocket.h"
654                >
655            </File>
656            <File
657                RelativePath=".\hdrs\myssl.h"
658                >
659            </File>
660            <File
661                RelativePath="hdrs\oldflags.h"
662                >
663            </File>
664            <File
665                RelativePath="hdrs\parse.h"
666                >
667            </File>
668            <File
669                RelativePath="hdrs\patches.h"
670                >
671            </File>
672            <File
673                RelativePath="hdrs\pcre.h"
674                >
675            </File>
676            <File
677                RelativePath="hdrs\privtab.h"
678                >
679            </File>
680            <File
681                RelativePath="hdrs\ptab.h"
682                >
683            </File>
684            <File
685                RelativePath="hdrs\pueblo.h"
686                >
687            </File>
688            <File
689                RelativePath="hdrs\shs.h"
690                >
691            </File>
692            <File
693                RelativePath="hdrs\sql.h"
694                >
695            </File>
696            <File
697                RelativePath="hdrs\strtree.h"
698                >
699            </File>
700            <File
701                RelativePath="hdrs\switches.h"
702                >
703            </File>
704            <File
705                RelativePath="hdrs\version.h"
706                >
707            </File>
708        </Filter>
709        <File
710            RelativePath="config.h"
711            >
712        </File>
713        <File
714            RelativePath="confmagic.h"
715            >
716        </File>
717        <File
718            RelativePath=".\src\markup.c"
719            >
720        </File>
721        <File
722            RelativePath="options.h"
723            >
724        </File>
725        <File
726            RelativePath=".\src\sort.c"
727            >
728        </File>
729    </Files>
730    <Globals>
731    </Globals>
732</VisualStudioProject>