ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/make_win32/crossfire32.dsp
Revision: 1.2
Committed: Thu Sep 7 19:50:57 2006 UTC (17 years, 8 months ago) by pippijn
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +0 -0 lines
State: FILE REMOVED
Log Message:
removed visual studio project files. native win32 will not be supported

File Contents

# User Rev Content
1 root 1.1 # Microsoft Developer Studio Project File - Name="crossfire32" - Package Owner=<4>
2     # Microsoft Developer Studio Generated Build File, Format Version 6.00
3     # ** DO NOT EDIT **
4    
5     # TARGTYPE "Win32 (x86) Console Application" 0x0103
6    
7     CFG=crossfire32 - Win32 FullDebug
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 "crossfire32.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 "crossfire32.mak" CFG="crossfire32 - Win32 FullDebug"
17     !MESSAGE
18     !MESSAGE Possible choices for configuration are:
19     !MESSAGE
20     !MESSAGE "crossfire32 - Win32 FullDebug" (based on "Win32 (x86) Console Application")
21     !MESSAGE "crossfire32 - Win32 ReleaseQuit" (based on "Win32 (x86) Console Application")
22     !MESSAGE "crossfire32 - Win32 ReleaseLog" (based on "Win32 (x86) Console Application")
23     !MESSAGE
24    
25     # Begin Project
26     # PROP AllowPerConfigDependencies 0
27     # PROP Scc_ProjName ""
28     # PROP Scc_LocalPath ""
29     CPP=cl.exe
30     RSC=rc.exe
31    
32     !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
33    
34     # PROP BASE Use_MFC 0
35     # PROP BASE Use_Debug_Libraries 1
36     # PROP BASE Output_Dir "crossfire32___Win32_FullDebug"
37     # PROP BASE Intermediate_Dir "crossfire32___Win32_FullDebug"
38     # PROP BASE Ignore_Export_Lib 0
39     # PROP BASE Target_Dir ""
40     # PROP Use_MFC 0
41     # PROP Use_Debug_Libraries 1
42     # PROP Output_Dir "FullDebug"
43     # PROP Intermediate_Dir "FullDebug"
44     # PROP Ignore_Export_Lib 0
45     # PROP Target_Dir ""
46     # ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "DEBUG" /D "TIME_ARCH_LOAD" /D "CS_LOGSTATS" /D "ESRV_DEBUG" /FD /GZ /I./include /I./random_maps /c
47     # ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\include" /I "..\random_maps" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "DEBUG" /D "ESRV_DEBUG" /FR /FD /GZ /I./include /I./random_maps /c
48     # ADD BASE RSC /l 0x407 /i "../include" /d "_DEBUG"
49     # ADD RSC /l 0x407 /i "../include" /d "_DEBUG"
50     BSC32=bscmake.exe
51     # ADD BASE BSC32 /nologo
52     # ADD BSC32 /nologo
53     LINK32=link.exe
54     # 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 wsock32.lib winmm.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept
55     # 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 wsock32.lib winmm.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept /libpath:"d:\python21\libs"
56     # Begin Special Build Tool
57     SOURCE="$(InputPath)"
58     PostBuild_Cmds=copy FullDebug\crossfire32.exe ..\crossfire32.exe
59     # End Special Build Tool
60    
61     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
62    
63     # PROP BASE Use_MFC 0
64     # PROP BASE Use_Debug_Libraries 0
65     # PROP BASE Output_Dir "crossfire32___Win32_ReleaseQuit"
66     # PROP BASE Intermediate_Dir "crossfire32___Win32_ReleaseQuit"
67     # PROP BASE Ignore_Export_Lib 0
68     # PROP BASE Target_Dir ""
69     # PROP Use_MFC 0
70     # PROP Use_Debug_Libraries 0
71     # PROP Output_Dir "ReleaseQuit"
72     # PROP Intermediate_Dir "ReleaseQuit"
73     # PROP Ignore_Export_Lib 0
74     # PROP Target_Dir ""
75     # ADD BASE CPP /nologo /MT /W3 /Gi /GX /O2 /I ".\include" /I ".\random_maps" /I ".\\" /I ".\plugin\include" /I "..\include" /I "..\random_maps" /I "..\\" /I "..\plugin\include" /I "d:\Python21\include" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /FD /c
76     # SUBTRACT BASE CPP /YX /Yc /Yu
77     # ADD CPP /nologo /MT /W3 /Gi /GX /O2 /I ".\include" /I ".\random_maps" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /FD /c
78     # SUBTRACT CPP /YX /Yc /Yu
79     # ADD BASE RSC /l 0x407 /d "NDEBUG"
80     # ADD RSC /l 0x407 /d "NDEBUG"
81     BSC32=bscmake.exe
82     # ADD BASE BSC32 /nologo
83     # ADD BSC32 /nologo
84     LINK32=link.exe
85     # 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 wsock32.lib winmm.lib /nologo /subsystem:console /machine:I386 /libpath:"d:\python21\libs"
86     # 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 wsock32.lib winmm.lib /nologo /subsystem:console /machine:I386 /libpath:"d:\python21\libs"
87     # Begin Special Build Tool
88     SOURCE="$(InputPath)"
89     PostBuild_Cmds=copy ReleaseQuit\crossfire32.exe ..\crossfire32.exe
90     # End Special Build Tool
91    
92     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
93    
94     # PROP BASE Use_MFC 0
95     # PROP BASE Use_Debug_Libraries 0
96     # PROP BASE Output_Dir "crossfire32___Win32_ReleaseLog"
97     # PROP BASE Intermediate_Dir "crossfire32___Win32_ReleaseLog"
98     # PROP BASE Ignore_Export_Lib 0
99     # PROP BASE Target_Dir ""
100     # PROP Use_MFC 0
101     # PROP Use_Debug_Libraries 0
102     # PROP Output_Dir "ReleaseLog"
103     # PROP Intermediate_Dir "ReleaseLog"
104     # PROP Ignore_Export_Lib 0
105     # PROP Target_Dir ""
106     # ADD BASE CPP /nologo /MT /W3 /Gi /GX /O2 /Ob2 /I "..\include" /I "..\random_maps" /I "..\\" /I "..\plugin\include" /I "d:\Python21\include" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /D "DEBUG" /YX"preheader.pch" /FD /c
107     # ADD CPP /nologo /MD /W3 /Gi /GX /O2 /Ob2 /I "..\include" /I "..\random_maps" /D "_CONSOLE" /D "DEBUG" /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "DEBUG_MOVEATTACK" /YX"preheader.pch" /FD /c
108     # ADD BASE RSC /l 0x407 /d "NDEBUG"
109     # ADD RSC /l 0x407 /d "NDEBUG"
110     BSC32=bscmake.exe
111     # ADD BASE BSC32 /nologo
112     # ADD BSC32 /nologo
113     LINK32=link.exe
114     # 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 wsock32.lib winmm.lib /nologo /subsystem:console /pdb:none /machine:I386 /libpath:"d:\python21\libs"
115     # 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 wsock32.lib winmm.lib /nologo /subsystem:console /pdb:none /machine:I386 /libpath:"d:\python21\libs"
116     # SUBTRACT LINK32 /debug
117     # Begin Special Build Tool
118     SOURCE="$(InputPath)"
119     PostBuild_Cmds=copy ReleaseLog\crossfire32.exe ..\crossfire32.exe
120     # End Special Build Tool
121    
122     !ENDIF
123    
124     # Begin Target
125    
126     # Name "crossfire32 - Win32 FullDebug"
127     # Name "crossfire32 - Win32 ReleaseQuit"
128     # Name "crossfire32 - Win32 ReleaseLog"
129     # Begin Group "Quellcodedateien"
130    
131     # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
132     # Begin Group "socket"
133    
134     # PROP Default_Filter ""
135     # Begin Source File
136    
137     SOURCE=..\socket\image.c
138     # End Source File
139     # Begin Source File
140    
141     SOURCE=..\socket\info.c
142    
143     !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
144    
145     # PROP Intermediate_Dir "FullDebug\socket"
146    
147     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
148    
149     # PROP BASE Intermediate_Dir "Win32_Release\socket"
150     # PROP Intermediate_Dir "ReleaseQuit\socket"
151    
152     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
153    
154     # PROP BASE Intermediate_Dir "Win32_ReleaseNormal\socket"
155     # PROP Intermediate_Dir "ReleaseLog\socket"
156     # ADD BASE CPP /YX"crossfire32.pch"
157     # ADD CPP /YX"crossfire32.pch"
158    
159     !ENDIF
160    
161     # End Source File
162     # Begin Source File
163    
164     SOURCE=..\socket\init.c
165    
166     !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
167    
168     # PROP Intermediate_Dir "FullDebug\socket"
169    
170     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
171    
172     # PROP BASE Intermediate_Dir "Win32_Release\socket"
173     # PROP Intermediate_Dir "ReleaseQuit\socket"
174    
175     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
176    
177     # PROP BASE Intermediate_Dir "Win32_ReleaseNormal\socket"
178     # PROP Intermediate_Dir "ReleaseLog\socket"
179     # ADD BASE CPP /YX"crossfire32.pch"
180     # ADD CPP /YX"crossfire32.pch"
181    
182     !ENDIF
183    
184     # End Source File
185     # Begin Source File
186    
187     SOURCE=..\socket\item.c
188    
189     !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
190    
191     # PROP Intermediate_Dir "FullDebug\socket"
192    
193     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
194    
195     # PROP BASE Intermediate_Dir "Win32_Release\socket"
196     # PROP Intermediate_Dir "ReleaseQuit\socket"
197    
198     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
199    
200     # PROP BASE Intermediate_Dir "Win32_ReleaseNormal\socket"
201     # PROP Intermediate_Dir "ReleaseLog\socket"
202     # ADD BASE CPP /YX"crossfire32.pch"
203     # ADD CPP /YX"crossfire32.pch"
204    
205     !ENDIF
206    
207     # End Source File
208     # Begin Source File
209    
210     SOURCE=..\socket\loop.c
211    
212     !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
213    
214     # PROP Intermediate_Dir "FullDebug\socket"
215    
216     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
217    
218     # PROP BASE Intermediate_Dir "Win32_Release\socket"
219     # PROP Intermediate_Dir "ReleaseQuit\socket"
220    
221     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
222    
223     # PROP BASE Intermediate_Dir "Win32_ReleaseNormal\socket"
224     # PROP Intermediate_Dir "ReleaseLog\socket"
225     # ADD BASE CPP /YX"crossfire32.pch"
226     # ADD CPP /YX"crossfire32.pch"
227    
228     !ENDIF
229    
230     # End Source File
231     # Begin Source File
232    
233     SOURCE=..\socket\lowlevel.c
234    
235     !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
236    
237     # PROP Intermediate_Dir "FullDebug\socket"
238    
239     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
240    
241     # PROP BASE Intermediate_Dir "Win32_Release\socket"
242     # PROP Intermediate_Dir "ReleaseQuit\socket"
243    
244     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
245    
246     # PROP BASE Intermediate_Dir "Win32_ReleaseNormal\socket"
247     # PROP Intermediate_Dir "ReleaseLog\socket"
248     # ADD BASE CPP /YX"crossfire32.pch"
249     # ADD CPP /YX"crossfire32.pch"
250    
251     !ENDIF
252    
253     # End Source File
254     # Begin Source File
255    
256     SOURCE=..\socket\metaserver.c
257    
258     !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
259    
260     # PROP Intermediate_Dir "FullDebug\socket"
261    
262     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
263    
264     # PROP BASE Intermediate_Dir "Win32_Release\socket"
265     # PROP Intermediate_Dir "ReleaseQuit\socket"
266    
267     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
268    
269     # PROP BASE Intermediate_Dir "Win32_ReleaseNormal\socket"
270     # PROP Intermediate_Dir "ReleaseLog\socket"
271     # ADD BASE CPP /YX"crossfire32.pch"
272     # ADD CPP /YX"crossfire32.pch"
273    
274     !ENDIF
275    
276     # End Source File
277     # Begin Source File
278    
279     SOURCE=..\socket\request.c
280    
281     !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
282    
283     # PROP Intermediate_Dir "FullDebug\socket"
284    
285     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
286    
287     # PROP BASE Intermediate_Dir "Win32_Release\socket"
288     # PROP Intermediate_Dir "ReleaseQuit\socket"
289    
290     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
291    
292     # PROP BASE Intermediate_Dir "Win32_ReleaseNormal\socket"
293     # PROP Intermediate_Dir "ReleaseLog\socket"
294     # ADD BASE CPP /YX"crossfire32.pch"
295     # ADD CPP /YX"crossfire32.pch"
296    
297     !ENDIF
298    
299     # End Source File
300     # Begin Source File
301    
302     SOURCE=..\socket\sounds.c
303    
304     !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
305    
306     # PROP Intermediate_Dir "FullDebug\socket"
307    
308     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
309    
310     # PROP BASE Intermediate_Dir "Win32_Release\socket"
311     # PROP Intermediate_Dir "ReleaseQuit\socket"
312    
313     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
314    
315     # PROP BASE Intermediate_Dir "Win32_ReleaseNormal\socket"
316     # PROP Intermediate_Dir "ReleaseLog\socket"
317     # ADD BASE CPP /YX"crossfire32.pch"
318     # ADD CPP /YX"crossfire32.pch"
319    
320     !ENDIF
321    
322     # End Source File
323     # End Group
324     # Begin Group "server"
325    
326     # PROP Default_Filter ""
327     # Begin Source File
328    
329     SOURCE=..\server\alchemy.c
330    
331     !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
332    
333     # PROP Intermediate_Dir "FullDebug\server"
334    
335     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
336    
337     # PROP BASE Intermediate_Dir "Win32_Release\server"
338     # PROP Intermediate_Dir "ReleaseQuit\server"
339    
340     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
341    
342     # PROP BASE Intermediate_Dir "Win32_ReleaseNormal\server"
343     # PROP Intermediate_Dir "ReleaseLog\server"
344     # ADD BASE CPP /YX"crossfire32.pch"
345     # ADD CPP /YX"crossfire32.pch"
346    
347     !ENDIF
348    
349     # End Source File
350     # Begin Source File
351    
352     SOURCE=..\server\apply.c
353    
354     !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
355    
356     # PROP Intermediate_Dir "FullDebug\server"
357    
358     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
359    
360     # PROP BASE Intermediate_Dir "Win32_Release\server"
361     # PROP Intermediate_Dir "ReleaseQuit\server"
362    
363     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
364    
365     # PROP BASE Intermediate_Dir "Win32_ReleaseNormal\server"
366     # PROP Intermediate_Dir "ReleaseLog\server"
367     # ADD BASE CPP /YX"crossfire32.pch"
368     # ADD CPP /YX"crossfire32.pch"
369    
370     !ENDIF
371    
372     # End Source File
373     # Begin Source File
374    
375     SOURCE=..\server\attack.c
376    
377     !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
378    
379     # PROP Intermediate_Dir "FullDebug\server"
380    
381     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
382    
383     # PROP BASE Intermediate_Dir "Win32_Release\server"
384     # PROP Intermediate_Dir "ReleaseQuit\server"
385    
386     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
387    
388     # PROP BASE Intermediate_Dir "Win32_ReleaseNormal\server"
389     # PROP Intermediate_Dir "ReleaseLog\server"
390     # ADD BASE CPP /YX"crossfire32.pch"
391     # ADD CPP /YX"crossfire32.pch"
392    
393     !ENDIF
394    
395     # End Source File
396     # Begin Source File
397    
398     SOURCE=..\server\ban.c
399    
400     !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
401    
402     # PROP Intermediate_Dir "FullDebug\server"
403    
404     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
405    
406     # PROP BASE Intermediate_Dir "Win32_Release\server"
407     # PROP Intermediate_Dir "ReleaseQuit\server"
408    
409     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
410    
411     # PROP BASE Intermediate_Dir "Win32_ReleaseNormal\server"
412     # PROP Intermediate_Dir "ReleaseLog\server"
413     # ADD BASE CPP /YX"crossfire32.pch"
414     # ADD CPP /YX"crossfire32.pch"
415    
416     !ENDIF
417    
418     # End Source File
419     # Begin Source File
420    
421     SOURCE=..\server\build_map.c
422     # End Source File
423     # Begin Source File
424    
425     SOURCE=..\server\c_chat.c
426    
427     !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
428    
429     # PROP Intermediate_Dir "FullDebug\server"
430    
431     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
432    
433     # PROP BASE Intermediate_Dir "Win32_Release\server"
434     # PROP Intermediate_Dir "ReleaseQuit\server"
435    
436     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
437    
438     # PROP BASE Intermediate_Dir "Win32_ReleaseNormal\server"
439     # PROP Intermediate_Dir "ReleaseLog\server"
440     # ADD BASE CPP /YX"crossfire32.pch"
441     # ADD CPP /YX"crossfire32.pch"
442    
443     !ENDIF
444    
445     # End Source File
446     # Begin Source File
447    
448     SOURCE=..\server\c_misc.c
449    
450     !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
451    
452     # PROP Intermediate_Dir "FullDebug\server"
453    
454     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
455    
456     # PROP BASE Intermediate_Dir "Win32_Release\server"
457     # PROP Intermediate_Dir "ReleaseQuit\server"
458    
459     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
460    
461     # PROP BASE Intermediate_Dir "Win32_ReleaseNormal\server"
462     # PROP Intermediate_Dir "ReleaseLog\server"
463     # ADD BASE CPP /YX"crossfire32.pch"
464     # ADD CPP /YX"crossfire32.pch"
465    
466     !ENDIF
467    
468     # End Source File
469     # Begin Source File
470    
471     SOURCE=..\server\c_move.c
472    
473     !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
474    
475     # PROP Intermediate_Dir "FullDebug\server"
476    
477     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
478    
479     # PROP BASE Intermediate_Dir "Win32_Release\server"
480     # PROP Intermediate_Dir "ReleaseQuit\server"
481    
482     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
483    
484     # PROP BASE Intermediate_Dir "Win32_ReleaseNormal\server"
485     # PROP Intermediate_Dir "ReleaseLog\server"
486     # ADD BASE CPP /YX"crossfire32.pch"
487     # ADD CPP /YX"crossfire32.pch"
488    
489     !ENDIF
490    
491     # End Source File
492     # Begin Source File
493    
494     SOURCE=..\server\c_new.c
495    
496     !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
497    
498     # PROP Intermediate_Dir "FullDebug\server"
499    
500     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
501    
502     # PROP BASE Intermediate_Dir "Win32_Release\server"
503     # PROP Intermediate_Dir "ReleaseQuit\server"
504    
505     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
506    
507     # PROP BASE Intermediate_Dir "Win32_ReleaseNormal\server"
508     # PROP Intermediate_Dir "ReleaseLog\server"
509     # ADD BASE CPP /YX"crossfire32.pch"
510     # ADD CPP /YX"crossfire32.pch"
511    
512     !ENDIF
513    
514     # End Source File
515     # Begin Source File
516    
517     SOURCE=..\server\c_object.c
518    
519     !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
520    
521     # PROP Intermediate_Dir "FullDebug\server"
522    
523     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
524    
525     # PROP BASE Intermediate_Dir "Win32_Release\server"
526     # PROP Intermediate_Dir "ReleaseQuit\server"
527    
528     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
529    
530     # PROP BASE Intermediate_Dir "Win32_ReleaseNormal\server"
531     # PROP Intermediate_Dir "ReleaseLog\server"
532     # ADD BASE CPP /YX"crossfire32.pch"
533     # ADD CPP /YX"crossfire32.pch"
534    
535     !ENDIF
536    
537     # End Source File
538     # Begin Source File
539    
540     SOURCE=..\server\c_party.c
541    
542     !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
543    
544     # PROP Intermediate_Dir "FullDebug\server"
545    
546     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
547    
548     # PROP BASE Intermediate_Dir "Win32_Release\server"
549     # PROP Intermediate_Dir "ReleaseQuit\server"
550    
551     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
552    
553     # PROP BASE Intermediate_Dir "Win32_ReleaseNormal\server"
554     # PROP Intermediate_Dir "ReleaseLog\server"
555     # ADD BASE CPP /YX"crossfire32.pch"
556     # ADD CPP /YX"crossfire32.pch"
557    
558     !ENDIF
559    
560     # End Source File
561     # Begin Source File
562    
563     SOURCE=..\server\c_range.c
564    
565     !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
566    
567     # PROP Intermediate_Dir "FullDebug\server"
568    
569     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
570    
571     # PROP BASE Intermediate_Dir "Win32_Release\server"
572     # PROP Intermediate_Dir "ReleaseQuit\server"
573    
574     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
575    
576     # PROP BASE Intermediate_Dir "Win32_ReleaseNormal\server"
577     # PROP Intermediate_Dir "ReleaseLog\server"
578     # ADD BASE CPP /YX"crossfire32.pch"
579     # ADD CPP /YX"crossfire32.pch"
580    
581     !ENDIF
582    
583     # End Source File
584     # Begin Source File
585    
586     SOURCE=..\server\c_wiz.c
587    
588     !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
589    
590     # PROP Intermediate_Dir "FullDebug\server"
591    
592     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
593    
594     # PROP BASE Intermediate_Dir "Win32_Release\server"
595     # PROP Intermediate_Dir "ReleaseQuit\server"
596    
597     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
598    
599     # PROP BASE Intermediate_Dir "Win32_ReleaseNormal\server"
600     # PROP Intermediate_Dir "ReleaseLog\server"
601     # ADD BASE CPP /YX"crossfire32.pch"
602     # ADD CPP /YX"crossfire32.pch"
603    
604     !ENDIF
605    
606     # End Source File
607     # Begin Source File
608    
609     SOURCE=..\server\commands.c
610    
611     !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
612    
613     # PROP Intermediate_Dir "FullDebug\server"
614    
615     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
616    
617     # PROP BASE Intermediate_Dir "Win32_Release\server"
618     # PROP Intermediate_Dir "ReleaseQuit\server"
619    
620     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
621    
622     # PROP BASE Intermediate_Dir "Win32_ReleaseNormal\server"
623     # PROP Intermediate_Dir "ReleaseLog\server"
624     # ADD BASE CPP /YX"crossfire32.pch"
625     # ADD CPP /YX"crossfire32.pch"
626    
627     !ENDIF
628    
629     # End Source File
630     # Begin Source File
631    
632     SOURCE=..\server\disease.c
633    
634     !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
635    
636     # PROP Intermediate_Dir "FullDebug\server"
637    
638     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
639    
640     # PROP BASE Intermediate_Dir "Win32_Release\server"
641     # PROP Intermediate_Dir "ReleaseQuit\server"
642    
643     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
644    
645     # PROP BASE Intermediate_Dir "Win32_ReleaseNormal\server"
646     # PROP Intermediate_Dir "ReleaseLog\server"
647     # ADD BASE CPP /YX"crossfire32.pch"
648     # ADD CPP /YX"crossfire32.pch"
649    
650     !ENDIF
651    
652     # End Source File
653     # Begin Source File
654    
655     SOURCE=..\server\egoitem.c
656    
657     !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
658    
659     # PROP Intermediate_Dir "FullDebug\server"
660    
661     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
662    
663     # PROP BASE Intermediate_Dir "Win32_Release\server"
664     # PROP Intermediate_Dir "ReleaseQuit\server"
665    
666     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
667    
668     # PROP BASE Intermediate_Dir "Win32_ReleaseNormal\server"
669     # PROP Intermediate_Dir "ReleaseLog\server"
670     # ADD BASE CPP /YX"crossfire32.pch"
671     # ADD CPP /YX"crossfire32.pch"
672    
673     !ENDIF
674    
675     # End Source File
676     # Begin Source File
677    
678     SOURCE=..\server\gods.c
679    
680     !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
681    
682     # PROP Intermediate_Dir "FullDebug\server"
683    
684     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
685    
686     # PROP BASE Intermediate_Dir "Win32_Release\server"
687     # PROP Intermediate_Dir "ReleaseQuit\server"
688    
689     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
690    
691     # PROP BASE Intermediate_Dir "Win32_ReleaseNormal\server"
692     # PROP Intermediate_Dir "ReleaseLog\server"
693     # ADD BASE CPP /YX"crossfire32.pch"
694     # ADD CPP /YX"crossfire32.pch"
695    
696     !ENDIF
697    
698     # End Source File
699     # Begin Source File
700    
701     SOURCE=..\server\hiscore.c
702    
703     !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
704    
705     # PROP Intermediate_Dir "FullDebug\server"
706    
707     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
708    
709     # PROP BASE Intermediate_Dir "Win32_Release\server"
710     # PROP Intermediate_Dir "ReleaseQuit\server"
711    
712     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
713    
714     # PROP BASE Intermediate_Dir "Win32_ReleaseNormal\server"
715     # PROP Intermediate_Dir "ReleaseLog\server"
716     # ADD BASE CPP /YX"crossfire32.pch"
717     # ADD CPP /YX"crossfire32.pch"
718    
719     !ENDIF
720    
721     # End Source File
722     # Begin Source File
723    
724     SOURCE=..\server\init.c
725    
726     !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
727    
728     # PROP Intermediate_Dir "FullDebug\server"
729    
730     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
731    
732     # PROP BASE Intermediate_Dir "Win32_Release\server"
733     # PROP Intermediate_Dir "ReleaseQuit\server"
734    
735     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
736    
737     # PROP BASE Intermediate_Dir "Win32_ReleaseNormal\server"
738     # PROP Intermediate_Dir "ReleaseLog\server"
739     # ADD BASE CPP /YX"crossfire32.pch"
740     # ADD CPP /YX"crossfire32.pch"
741    
742     !ENDIF
743    
744     # End Source File
745     # Begin Source File
746    
747     SOURCE=..\server\login.c
748    
749     !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
750    
751     # PROP Intermediate_Dir "FullDebug\server"
752    
753     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
754    
755     # PROP BASE Intermediate_Dir "Win32_Release\server"
756     # PROP Intermediate_Dir "ReleaseQuit\server"
757    
758     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
759    
760     # PROP BASE Intermediate_Dir "Win32_ReleaseNormal\server"
761     # PROP Intermediate_Dir "ReleaseLog\server"
762     # ADD BASE CPP /YX"crossfire32.pch"
763     # ADD CPP /YX"crossfire32.pch"
764    
765     !ENDIF
766    
767     # End Source File
768     # Begin Source File
769    
770     SOURCE=..\server\main.c
771    
772     !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
773    
774     # PROP Intermediate_Dir "FullDebug\server"
775    
776     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
777    
778     # PROP BASE Intermediate_Dir "Win32_Release\server"
779     # PROP Intermediate_Dir "ReleaseQuit\server"
780    
781     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
782    
783     # PROP BASE Intermediate_Dir "Win32_ReleaseNormal\server"
784     # PROP Intermediate_Dir "ReleaseLog\server"
785     # ADD BASE CPP /YX"crossfire32.pch"
786     # ADD CPP /YX"crossfire32.pch"
787    
788     !ENDIF
789    
790     # End Source File
791     # Begin Source File
792    
793     SOURCE=..\server\monster.c
794    
795     !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
796    
797     # PROP Intermediate_Dir "FullDebug\server"
798    
799     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
800    
801     # PROP BASE Intermediate_Dir "Win32_Release\server"
802     # PROP Intermediate_Dir "ReleaseQuit\server"
803    
804     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
805    
806     # PROP BASE Intermediate_Dir "Win32_ReleaseNormal\server"
807     # PROP Intermediate_Dir "ReleaseLog\server"
808     # ADD BASE CPP /YX"crossfire32.pch"
809     # ADD CPP /YX"crossfire32.pch"
810    
811     !ENDIF
812    
813     # End Source File
814     # Begin Source File
815    
816     SOURCE=..\server\move.c
817    
818     !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
819    
820     # PROP Intermediate_Dir "FullDebug\server"
821    
822     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
823    
824     # PROP BASE Intermediate_Dir "Win32_Release\server"
825     # PROP Intermediate_Dir "ReleaseQuit\server"
826    
827     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
828    
829     # PROP BASE Intermediate_Dir "Win32_ReleaseNormal\server"
830     # PROP Intermediate_Dir "ReleaseLog\server"
831     # ADD BASE CPP /YX"crossfire32.pch"
832     # ADD CPP /YX"crossfire32.pch"
833    
834     !ENDIF
835    
836     # End Source File
837     # Begin Source File
838    
839     SOURCE=..\server\pets.c
840    
841     !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
842    
843     # PROP Intermediate_Dir "FullDebug\server"
844    
845     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
846    
847     # PROP BASE Intermediate_Dir "Win32_Release\server"
848     # PROP Intermediate_Dir "ReleaseQuit\server"
849    
850     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
851    
852     # PROP BASE Intermediate_Dir "Win32_ReleaseNormal\server"
853     # PROP Intermediate_Dir "ReleaseLog\server"
854     # ADD BASE CPP /YX"crossfire32.pch"
855     # ADD CPP /YX"crossfire32.pch"
856    
857     !ENDIF
858    
859     # End Source File
860     # Begin Source File
861    
862     SOURCE=..\server\player.c
863    
864     !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
865    
866     # PROP Intermediate_Dir "FullDebug\server"
867    
868     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
869    
870     # PROP BASE Intermediate_Dir "Win32_Release\server"
871     # PROP Intermediate_Dir "ReleaseQuit\server"
872    
873     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
874    
875     # PROP BASE Intermediate_Dir "Win32_ReleaseNormal\server"
876     # PROP Intermediate_Dir "ReleaseLog\server"
877     # ADD BASE CPP /YX"crossfire32.pch"
878     # ADD CPP /YX"crossfire32.pch"
879    
880     !ENDIF
881    
882     # End Source File
883     # Begin Source File
884    
885     SOURCE=..\server\plugins.c
886    
887     !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
888    
889     # PROP Intermediate_Dir "FullDebug\server"
890    
891     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
892    
893     # PROP BASE Intermediate_Dir "Win32_Release\server"
894     # PROP Intermediate_Dir "ReleaseQuit\server"
895    
896     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
897    
898     # PROP BASE Intermediate_Dir "Win32_ReleaseNormal\server"
899     # PROP Intermediate_Dir "ReleaseLog\server"
900     # ADD BASE CPP /YX"crossfire32.pch"
901     # ADD CPP /YX"crossfire32.pch"
902    
903     !ENDIF
904    
905     # End Source File
906     # Begin Source File
907    
908     SOURCE=..\server\resurrection.c
909    
910     !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
911    
912     # PROP Intermediate_Dir "FullDebug\server"
913    
914     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
915    
916     # PROP BASE Intermediate_Dir "Win32_Release\server"
917     # PROP Intermediate_Dir "ReleaseQuit\server"
918    
919     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
920    
921     # PROP BASE Intermediate_Dir "Win32_ReleaseNormal\server"
922     # PROP Intermediate_Dir "ReleaseLog\server"
923     # ADD BASE CPP /YX"crossfire32.pch"
924     # ADD CPP /YX"crossfire32.pch"
925    
926     !ENDIF
927    
928     # End Source File
929     # Begin Source File
930    
931     SOURCE=..\server\rune.c
932    
933     !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
934    
935     # PROP Intermediate_Dir "FullDebug\server"
936    
937     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
938    
939     # PROP BASE Intermediate_Dir "Win32_Release\server"
940     # PROP Intermediate_Dir "ReleaseQuit\server"
941    
942     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
943    
944     # PROP BASE Intermediate_Dir "Win32_ReleaseNormal\server"
945     # PROP Intermediate_Dir "ReleaseLog\server"
946     # ADD BASE CPP /YX"crossfire32.pch"
947     # ADD CPP /YX"crossfire32.pch"
948    
949     !ENDIF
950    
951     # End Source File
952     # Begin Source File
953    
954     SOURCE=..\server\shop.c
955    
956     !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
957    
958     # PROP Intermediate_Dir "FullDebug\server"
959    
960     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
961    
962     # PROP BASE Intermediate_Dir "Win32_Release\server"
963     # PROP Intermediate_Dir "ReleaseQuit\server"
964    
965     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
966    
967     # PROP BASE Intermediate_Dir "Win32_ReleaseNormal\server"
968     # PROP Intermediate_Dir "ReleaseLog\server"
969     # ADD BASE CPP /YX"crossfire32.pch"
970     # ADD CPP /YX"crossfire32.pch"
971    
972     !ENDIF
973    
974     # End Source File
975     # Begin Source File
976    
977     SOURCE=..\server\skill_util.c
978    
979     !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
980    
981     # PROP Intermediate_Dir "FullDebug\server"
982    
983     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
984    
985     # PROP BASE Intermediate_Dir "Win32_Release\server"
986     # PROP Intermediate_Dir "ReleaseQuit\server"
987    
988     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
989    
990     # PROP BASE Intermediate_Dir "Win32_ReleaseNormal\server"
991     # PROP Intermediate_Dir "ReleaseLog\server"
992     # ADD BASE CPP /YX"crossfire32.pch"
993     # ADD CPP /YX"crossfire32.pch"
994    
995     !ENDIF
996    
997     # End Source File
998     # Begin Source File
999    
1000     SOURCE=..\server\skills.c
1001    
1002     !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
1003    
1004     # PROP Intermediate_Dir "FullDebug\server"
1005    
1006     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
1007    
1008     # PROP BASE Intermediate_Dir "Win32_Release\server"
1009     # PROP Intermediate_Dir "ReleaseQuit\server"
1010    
1011     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
1012    
1013     # PROP BASE Intermediate_Dir "Win32_ReleaseNormal\server"
1014     # PROP Intermediate_Dir "ReleaseLog\server"
1015     # ADD BASE CPP /YX"crossfire32.pch"
1016     # ADD CPP /YX"crossfire32.pch"
1017    
1018     !ENDIF
1019    
1020     # End Source File
1021     # Begin Source File
1022    
1023     SOURCE=..\server\spell_attack.c
1024     # End Source File
1025     # Begin Source File
1026    
1027     SOURCE=..\server\spell_effect.c
1028    
1029     !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
1030    
1031     # PROP Intermediate_Dir "FullDebug\server"
1032    
1033     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
1034    
1035     # PROP BASE Intermediate_Dir "Win32_Release\server"
1036     # PROP Intermediate_Dir "ReleaseQuit\server"
1037    
1038     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
1039    
1040     # PROP BASE Intermediate_Dir "Win32_ReleaseNormal\server"
1041     # PROP Intermediate_Dir "ReleaseLog\server"
1042     # ADD BASE CPP /YX"crossfire32.pch"
1043     # ADD CPP /YX"crossfire32.pch"
1044    
1045     !ENDIF
1046    
1047     # End Source File
1048     # Begin Source File
1049    
1050     SOURCE=..\server\spell_util.c
1051    
1052     !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
1053    
1054     # PROP Intermediate_Dir "FullDebug\server"
1055    
1056     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
1057    
1058     # PROP BASE Intermediate_Dir "Win32_Release\server"
1059     # PROP Intermediate_Dir "ReleaseQuit\server"
1060    
1061     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
1062    
1063     # PROP BASE Intermediate_Dir "Win32_ReleaseNormal\server"
1064     # PROP Intermediate_Dir "ReleaseLog\server"
1065     # ADD BASE CPP /YX"crossfire32.pch"
1066     # ADD CPP /YX"crossfire32.pch"
1067    
1068     !ENDIF
1069    
1070     # End Source File
1071     # Begin Source File
1072    
1073     SOURCE=..\server\swamp.c
1074    
1075     !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
1076    
1077     # PROP Intermediate_Dir "FullDebug\server"
1078    
1079     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
1080    
1081     # PROP BASE Intermediate_Dir "Win32_Release\server"
1082     # PROP Intermediate_Dir "ReleaseQuit\server"
1083    
1084     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
1085    
1086     # PROP BASE Intermediate_Dir "Win32_ReleaseNormal\server"
1087     # PROP Intermediate_Dir "ReleaseLog\server"
1088     # ADD BASE CPP /YX"crossfire32.pch"
1089     # ADD CPP /YX"crossfire32.pch"
1090    
1091     !ENDIF
1092    
1093     # End Source File
1094     # Begin Source File
1095    
1096     SOURCE=..\server\swap.c
1097    
1098     !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
1099    
1100     # PROP Intermediate_Dir "FullDebug\server"
1101    
1102     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
1103    
1104     # PROP BASE Intermediate_Dir "Win32_Release\server"
1105     # PROP Intermediate_Dir "ReleaseQuit\server"
1106    
1107     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
1108    
1109     # PROP BASE Intermediate_Dir "Win32_ReleaseNormal\server"
1110     # PROP Intermediate_Dir "ReleaseLog\server"
1111     # ADD BASE CPP /YX"crossfire32.pch"
1112     # ADD CPP /YX"crossfire32.pch"
1113    
1114     !ENDIF
1115    
1116     # End Source File
1117     # Begin Source File
1118    
1119     SOURCE=..\server\time.c
1120    
1121     !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
1122    
1123     # PROP Intermediate_Dir "FullDebug\server"
1124    
1125     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
1126    
1127     # PROP BASE Intermediate_Dir "Win32_Release\server"
1128     # PROP Intermediate_Dir "ReleaseQuit\server"
1129    
1130     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
1131    
1132     # PROP BASE Intermediate_Dir "Win32_ReleaseNormal\server"
1133     # PROP Intermediate_Dir "ReleaseLog\server"
1134     # ADD BASE CPP /YX"crossfire32.pch"
1135     # ADD CPP /YX"crossfire32.pch"
1136    
1137     !ENDIF
1138    
1139     # End Source File
1140     # Begin Source File
1141    
1142     SOURCE=..\server\timers.c
1143    
1144     !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
1145    
1146     # PROP Intermediate_Dir "FullDebug\server"
1147    
1148     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
1149    
1150     # PROP BASE Intermediate_Dir "Win32_Release\server"
1151     # PROP Intermediate_Dir "ReleaseQuit\server"
1152    
1153     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
1154    
1155     # PROP Intermediate_Dir "ReleaseLog\server"
1156    
1157     !ENDIF
1158    
1159     # End Source File
1160     # Begin Source File
1161    
1162     SOURCE=..\server\weather.c
1163     # End Source File
1164     # Begin Source File
1165    
1166     SOURCE=..\server\win32.c
1167    
1168     !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
1169    
1170     # PROP Intermediate_Dir "FullDebug\server"
1171    
1172     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
1173    
1174     # PROP BASE Intermediate_Dir "Win32_Release\server"
1175     # PROP Intermediate_Dir "ReleaseQuit\server"
1176    
1177     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
1178    
1179     # PROP BASE Intermediate_Dir "Win32_ReleaseNormal\server"
1180     # PROP Intermediate_Dir "ReleaseLog\server"
1181     # ADD BASE CPP /YX"crossfire32.pch"
1182     # ADD CPP /YX"crossfire32.pch"
1183    
1184     !ENDIF
1185    
1186     # End Source File
1187     # End Group
1188     # Begin Group "random_maps"
1189    
1190     # PROP Default_Filter ""
1191     # Begin Source File
1192    
1193     SOURCE=..\random_maps\decor.c
1194    
1195     !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
1196    
1197     # PROP Intermediate_Dir "FullDebug\random_maps"
1198    
1199     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
1200    
1201     # PROP BASE Intermediate_Dir "Win32_Release\random_maps"
1202     # PROP Intermediate_Dir "ReleaseQuit\random_maps"
1203    
1204     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
1205    
1206     # PROP BASE Intermediate_Dir "Win32_ReleaseNormal\random_maps"
1207     # PROP Intermediate_Dir "ReleaseLog\random_maps"
1208    
1209     !ENDIF
1210    
1211     # End Source File
1212     # Begin Source File
1213    
1214     SOURCE=..\random_maps\door.c
1215    
1216     !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
1217    
1218     # PROP Intermediate_Dir "FullDebug\random_maps"
1219    
1220     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
1221    
1222     # PROP BASE Intermediate_Dir "Win32_Release\random_maps"
1223     # PROP Intermediate_Dir "ReleaseQuit\random_maps"
1224    
1225     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
1226    
1227     # PROP BASE Intermediate_Dir "Win32_ReleaseNormal\random_maps"
1228     # PROP Intermediate_Dir "ReleaseLog\random_maps"
1229    
1230     !ENDIF
1231    
1232     # End Source File
1233     # Begin Source File
1234    
1235     SOURCE=..\random_maps\exit.c
1236    
1237     !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
1238    
1239     # PROP Intermediate_Dir "FullDebug\random_maps"
1240    
1241     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
1242    
1243     # PROP BASE Intermediate_Dir "Win32_Release\random_maps"
1244     # PROP Intermediate_Dir "ReleaseQuit\random_maps"
1245    
1246     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
1247    
1248     # PROP BASE Intermediate_Dir "Win32_ReleaseNormal\random_maps"
1249     # PROP Intermediate_Dir "ReleaseLog\random_maps"
1250    
1251     !ENDIF
1252    
1253     # End Source File
1254     # Begin Source File
1255    
1256     SOURCE=..\random_maps\expand2x.c
1257    
1258     !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
1259    
1260     # PROP Intermediate_Dir "FullDebug\random_maps"
1261    
1262     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
1263    
1264     # PROP BASE Intermediate_Dir "Win32_Release\random_maps"
1265     # PROP Intermediate_Dir "ReleaseQuit\random_maps"
1266    
1267     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
1268    
1269     # PROP BASE Intermediate_Dir "Win32_ReleaseNormal\random_maps"
1270     # PROP Intermediate_Dir "ReleaseLog\random_maps"
1271    
1272     !ENDIF
1273    
1274     # End Source File
1275     # Begin Source File
1276    
1277     SOURCE=..\random_maps\floor.c
1278    
1279     !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
1280    
1281     # PROP Intermediate_Dir "FullDebug\random_maps"
1282    
1283     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
1284    
1285     # PROP BASE Intermediate_Dir "Win32_Release\random_maps"
1286     # PROP Intermediate_Dir "ReleaseQuit\random_maps"
1287    
1288     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
1289    
1290     # PROP BASE Intermediate_Dir "Win32_ReleaseNormal\random_maps"
1291     # PROP Intermediate_Dir "ReleaseLog\random_maps"
1292    
1293     !ENDIF
1294    
1295     # End Source File
1296     # Begin Source File
1297    
1298     SOURCE=..\random_maps\maze_gen.c
1299    
1300     !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
1301    
1302     # PROP Intermediate_Dir "FullDebug\random_maps"
1303    
1304     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
1305    
1306     # PROP BASE Intermediate_Dir "Win32_Release\random_maps"
1307     # PROP Intermediate_Dir "ReleaseQuit\random_maps"
1308    
1309     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
1310    
1311     # PROP BASE Intermediate_Dir "Win32_ReleaseNormal\random_maps"
1312     # PROP Intermediate_Dir "ReleaseLog\random_maps"
1313    
1314     !ENDIF
1315    
1316     # End Source File
1317     # Begin Source File
1318    
1319     SOURCE=..\random_maps\monster.c
1320    
1321     !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
1322    
1323     # PROP Intermediate_Dir "FullDebug\random_maps"
1324    
1325     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
1326    
1327     # PROP BASE Intermediate_Dir "Win32_Release\random_maps"
1328     # PROP Intermediate_Dir "ReleaseQuit\random_maps"
1329    
1330     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
1331    
1332     # PROP BASE Intermediate_Dir "Win32_ReleaseNormal\random_maps"
1333     # PROP Intermediate_Dir "ReleaseLog\random_maps"
1334    
1335     !ENDIF
1336    
1337     # End Source File
1338     # Begin Source File
1339    
1340     SOURCE=..\random_maps\random_map.c
1341    
1342     !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
1343    
1344     # PROP Intermediate_Dir "FullDebug\random_maps"
1345    
1346     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
1347    
1348     # PROP BASE Intermediate_Dir "Win32_Release\random_maps"
1349     # PROP Intermediate_Dir "ReleaseQuit\random_maps"
1350    
1351     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
1352    
1353     # PROP BASE Intermediate_Dir "Win32_ReleaseNormal\random_maps"
1354     # PROP Intermediate_Dir "ReleaseLog\random_maps"
1355    
1356     !ENDIF
1357    
1358     # End Source File
1359     # Begin Source File
1360    
1361     SOURCE=..\random_maps\reader.c
1362    
1363     !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
1364    
1365     # PROP Intermediate_Dir "FullDebug\random_maps"
1366     # ADD CPP /D "YY_NO_UNISTD_H" /D "YY_USE_CONST"
1367    
1368     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
1369    
1370     # PROP BASE Intermediate_Dir "Win32_Release\random_maps"
1371     # PROP Intermediate_Dir "ReleaseQuit\random_maps"
1372    
1373     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
1374    
1375     # PROP BASE Intermediate_Dir "Win32_ReleaseNormal\random_maps"
1376     # PROP Intermediate_Dir "ReleaseLog\random_maps"
1377     # ADD CPP /D "YY_NO_UNISTD_H" /D "YY_USE_CONST"
1378    
1379     !ENDIF
1380    
1381     # End Source File
1382     # Begin Source File
1383    
1384     SOURCE=..\random_maps\rogue_layout.c
1385    
1386     !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
1387    
1388     # PROP Intermediate_Dir "FullDebug\random_maps"
1389    
1390     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
1391    
1392     # PROP BASE Intermediate_Dir "Win32_Release\random_maps"
1393     # PROP Intermediate_Dir "ReleaseQuit\random_maps"
1394    
1395     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
1396    
1397     # PROP BASE Intermediate_Dir "Win32_ReleaseNormal\random_maps"
1398     # PROP Intermediate_Dir "ReleaseLog\random_maps"
1399    
1400     !ENDIF
1401    
1402     # End Source File
1403     # Begin Source File
1404    
1405     SOURCE=..\random_maps\room_gen_onion.c
1406    
1407     !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
1408    
1409     # PROP Intermediate_Dir "FullDebug\random_maps"
1410    
1411     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
1412    
1413     # PROP BASE Intermediate_Dir "Win32_Release\random_maps"
1414     # PROP Intermediate_Dir "ReleaseQuit\random_maps"
1415    
1416     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
1417    
1418     # PROP BASE Intermediate_Dir "Win32_ReleaseNormal\random_maps"
1419     # PROP Intermediate_Dir "ReleaseLog\random_maps"
1420    
1421     !ENDIF
1422    
1423     # End Source File
1424     # Begin Source File
1425    
1426     SOURCE=..\random_maps\room_gen_spiral.c
1427    
1428     !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
1429    
1430     # PROP Intermediate_Dir "FullDebug\random_maps"
1431    
1432     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
1433    
1434     # PROP BASE Intermediate_Dir "Win32_Release\random_maps"
1435     # PROP Intermediate_Dir "ReleaseQuit\random_maps"
1436    
1437     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
1438    
1439     # PROP BASE Intermediate_Dir "Win32_ReleaseNormal\random_maps"
1440     # PROP Intermediate_Dir "ReleaseLog\random_maps"
1441    
1442     !ENDIF
1443    
1444     # End Source File
1445     # Begin Source File
1446    
1447     SOURCE=..\random_maps\snake.c
1448    
1449     !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
1450    
1451     # PROP Intermediate_Dir "FullDebug\random_maps"
1452    
1453     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
1454    
1455     # PROP BASE Intermediate_Dir "Win32_Release\random_maps"
1456     # PROP Intermediate_Dir "ReleaseQuit\random_maps"
1457    
1458     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
1459    
1460     # PROP BASE Intermediate_Dir "Win32_ReleaseNormal\random_maps"
1461     # PROP Intermediate_Dir "ReleaseLog\random_maps"
1462    
1463     !ENDIF
1464    
1465     # End Source File
1466     # Begin Source File
1467    
1468     SOURCE=..\random_maps\special.c
1469    
1470     !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
1471    
1472     # PROP Intermediate_Dir "FullDebug\random_maps"
1473    
1474     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
1475    
1476     # PROP BASE Intermediate_Dir "Win32_Release\random_maps"
1477     # PROP Intermediate_Dir "ReleaseQuit\random_maps"
1478    
1479     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
1480    
1481     # PROP BASE Intermediate_Dir "Win32_ReleaseNormal\random_maps"
1482     # PROP Intermediate_Dir "ReleaseLog\random_maps"
1483    
1484     !ENDIF
1485    
1486     # End Source File
1487     # Begin Source File
1488    
1489     SOURCE=..\random_maps\square_spiral.c
1490    
1491     !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
1492    
1493     # PROP Intermediate_Dir "FullDebug\random_maps"
1494    
1495     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
1496    
1497     # PROP BASE Intermediate_Dir "Win32_Release\random_maps"
1498     # PROP Intermediate_Dir "ReleaseQuit\random_maps"
1499    
1500     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
1501    
1502     # PROP BASE Intermediate_Dir "Win32_ReleaseNormal\random_maps"
1503     # PROP Intermediate_Dir "ReleaseLog\random_maps"
1504    
1505     !ENDIF
1506    
1507     # End Source File
1508     # Begin Source File
1509    
1510     SOURCE=..\random_maps\style.c
1511    
1512     !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
1513    
1514     # PROP Intermediate_Dir "FullDebug\random_maps"
1515    
1516     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
1517    
1518     # PROP BASE Intermediate_Dir "Win32_Release\random_maps"
1519     # PROP Intermediate_Dir "ReleaseQuit\random_maps"
1520    
1521     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
1522    
1523     # PROP BASE Intermediate_Dir "Win32_ReleaseNormal\random_maps"
1524     # PROP Intermediate_Dir "ReleaseLog\random_maps"
1525    
1526     !ENDIF
1527    
1528     # End Source File
1529     # Begin Source File
1530    
1531     SOURCE=..\random_maps\treasure.c
1532    
1533     !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
1534    
1535     # PROP Intermediate_Dir "FullDebug\random_maps"
1536    
1537     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
1538    
1539     # PROP BASE Intermediate_Dir "Win32_Release\random_maps"
1540     # PROP Intermediate_Dir "ReleaseQuit\random_maps"
1541    
1542     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
1543    
1544     # PROP BASE Intermediate_Dir "Win32_ReleaseNormal\random_maps"
1545     # PROP Intermediate_Dir "ReleaseLog\random_maps"
1546    
1547     !ENDIF
1548    
1549     # End Source File
1550     # Begin Source File
1551    
1552     SOURCE=..\random_maps\wall.c
1553    
1554     !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
1555    
1556     # PROP Intermediate_Dir "FullDebug\random_maps"
1557    
1558     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
1559    
1560     # PROP BASE Intermediate_Dir "Win32_Release\random_maps"
1561     # PROP Intermediate_Dir "ReleaseQuit\random_maps"
1562    
1563     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
1564    
1565     # PROP BASE Intermediate_Dir "Win32_ReleaseNormal\random_maps"
1566     # PROP Intermediate_Dir "ReleaseLog\random_maps"
1567    
1568     !ENDIF
1569    
1570     # End Source File
1571     # End Group
1572     # Begin Group "common"
1573    
1574     # PROP Default_Filter ""
1575     # Begin Source File
1576    
1577     SOURCE=..\common\anim.c
1578    
1579     !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
1580    
1581     # PROP Intermediate_Dir "FullDebug\common"
1582    
1583     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
1584    
1585     # PROP BASE Intermediate_Dir "Win32_Release\common"
1586     # PROP Intermediate_Dir "ReleaseQuit\common"
1587    
1588     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
1589    
1590     # PROP Intermediate_Dir "ReleaseLog\common"
1591    
1592     !ENDIF
1593    
1594     # End Source File
1595     # Begin Source File
1596    
1597     SOURCE=..\common\arch.c
1598    
1599     !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
1600    
1601     # PROP Intermediate_Dir "FullDebug\common"
1602    
1603     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
1604    
1605     # PROP BASE Intermediate_Dir "Win32_Release\common"
1606     # PROP Intermediate_Dir "ReleaseQuit\common"
1607    
1608     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
1609    
1610     # PROP Intermediate_Dir "ReleaseLog\common"
1611    
1612     !ENDIF
1613    
1614     # End Source File
1615     # Begin Source File
1616    
1617     SOURCE=..\common\button.c
1618    
1619     !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
1620    
1621     # PROP Intermediate_Dir "FullDebug\common"
1622    
1623     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
1624    
1625     # PROP BASE Intermediate_Dir "Win32_Release\common"
1626     # PROP Intermediate_Dir "ReleaseQuit\common"
1627    
1628     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
1629    
1630     # PROP Intermediate_Dir "ReleaseLog\common"
1631    
1632     !ENDIF
1633    
1634     # End Source File
1635     # Begin Source File
1636    
1637     SOURCE=..\common\exp.c
1638    
1639     !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
1640    
1641     # PROP Intermediate_Dir "FullDebug\common"
1642    
1643     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
1644    
1645     # PROP BASE Intermediate_Dir "Win32_Release\common"
1646     # PROP Intermediate_Dir "ReleaseQuit\common"
1647    
1648     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
1649    
1650     # PROP Intermediate_Dir "ReleaseLog\common"
1651    
1652     !ENDIF
1653    
1654     # End Source File
1655     # Begin Source File
1656    
1657     SOURCE=..\common\friend.c
1658    
1659     !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
1660    
1661     # PROP Intermediate_Dir "FullDebug\common"
1662    
1663     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
1664    
1665     # PROP BASE Intermediate_Dir "Win32_Release\common"
1666     # PROP Intermediate_Dir "ReleaseQuit\common"
1667    
1668     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
1669    
1670     # PROP Intermediate_Dir "ReleaseLog\common"
1671    
1672     !ENDIF
1673    
1674     # End Source File
1675     # Begin Source File
1676    
1677     SOURCE=..\common\glue.c
1678    
1679     !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
1680    
1681     # PROP Intermediate_Dir "FullDebug\common"
1682    
1683     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
1684    
1685     # PROP BASE Intermediate_Dir "Win32_Release\common"
1686     # PROP Intermediate_Dir "ReleaseQuit\common"
1687    
1688     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
1689    
1690     # PROP Intermediate_Dir "ReleaseLog\common"
1691    
1692     !ENDIF
1693    
1694     # End Source File
1695     # Begin Source File
1696    
1697     SOURCE=..\common\holy.c
1698    
1699     !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
1700    
1701     # PROP Intermediate_Dir "FullDebug\common"
1702    
1703     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
1704    
1705     # PROP BASE Intermediate_Dir "Win32_Release\common"
1706     # PROP Intermediate_Dir "ReleaseQuit\common"
1707    
1708     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
1709    
1710     # PROP Intermediate_Dir "ReleaseLog\common"
1711    
1712     !ENDIF
1713    
1714     # End Source File
1715     # Begin Source File
1716    
1717     SOURCE=..\common\image.c
1718    
1719     !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
1720    
1721     # PROP Intermediate_Dir "FullDebug\common"
1722    
1723     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
1724    
1725     # PROP BASE Intermediate_Dir "Win32_Release\common"
1726     # PROP Intermediate_Dir "ReleaseQuit\common"
1727    
1728     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
1729    
1730     # PROP Intermediate_Dir "ReleaseLog\common"
1731    
1732     !ENDIF
1733    
1734     # End Source File
1735     # Begin Source File
1736    
1737     SOURCE=..\common\info.c
1738    
1739     !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
1740    
1741     # PROP Intermediate_Dir "FullDebug\common"
1742    
1743     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
1744    
1745     # PROP BASE Intermediate_Dir "Win32_Release\common"
1746     # PROP Intermediate_Dir "ReleaseQuit\common"
1747    
1748     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
1749    
1750     # PROP Intermediate_Dir "ReleaseLog\common"
1751    
1752     !ENDIF
1753    
1754     # End Source File
1755     # Begin Source File
1756    
1757     SOURCE=..\common\init.c
1758    
1759     !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
1760    
1761     # PROP Intermediate_Dir "FullDebug\common"
1762    
1763     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
1764    
1765     # PROP BASE Intermediate_Dir "Win32_Release\common"
1766     # PROP Intermediate_Dir "ReleaseQuit\common"
1767    
1768     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
1769    
1770     # PROP Intermediate_Dir "ReleaseLog\common"
1771    
1772     !ENDIF
1773    
1774     # End Source File
1775     # Begin Source File
1776    
1777     SOURCE=..\common\item.c
1778    
1779     !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
1780    
1781     # PROP Intermediate_Dir "FullDebug\common"
1782    
1783     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
1784    
1785     # PROP BASE Intermediate_Dir "Win32_Release\common"
1786     # PROP Intermediate_Dir "ReleaseQuit\common"
1787    
1788     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
1789    
1790     # PROP Intermediate_Dir "ReleaseLog\common"
1791    
1792     !ENDIF
1793    
1794     # End Source File
1795     # Begin Source File
1796    
1797     SOURCE=..\common\links.c
1798    
1799     !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
1800    
1801     # PROP Intermediate_Dir "FullDebug\common"
1802    
1803     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
1804    
1805     # PROP BASE Intermediate_Dir "Win32_Release\common"
1806     # PROP Intermediate_Dir "ReleaseQuit\common"
1807    
1808     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
1809    
1810     # PROP Intermediate_Dir "ReleaseLog\common"
1811    
1812     !ENDIF
1813    
1814     # End Source File
1815     # Begin Source File
1816    
1817     SOURCE=..\common\living.c
1818    
1819     !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
1820    
1821     # PROP Intermediate_Dir "FullDebug\common"
1822    
1823     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
1824    
1825     # PROP BASE Intermediate_Dir "Win32_Release\common"
1826     # PROP Intermediate_Dir "ReleaseQuit\common"
1827    
1828     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
1829    
1830     # PROP Intermediate_Dir "ReleaseLog\common"
1831    
1832     !ENDIF
1833    
1834     # End Source File
1835     # Begin Source File
1836    
1837     SOURCE=..\common\loader.c
1838    
1839     !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
1840    
1841     # PROP Intermediate_Dir "FullDebug\common"
1842     # ADD CPP /D "YY_NO_UNISTD_H" /D "YY_USE_CONST" /D "YY_NEVER_INTERACTIVE"
1843    
1844     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
1845    
1846     # PROP BASE Intermediate_Dir "Win32_Release\common"
1847     # PROP Intermediate_Dir "ReleaseQuit\common"
1848     # ADD CPP /D "YY_NO_UNISTD_H"
1849    
1850     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
1851    
1852     # PROP Intermediate_Dir "ReleaseLog\common"
1853     # ADD CPP /D "YY_NO_UNISTD_H" /D "YY_USE_CONST" /D "YY_NEVER_INTERACTIVE"
1854    
1855     !ENDIF
1856    
1857     # End Source File
1858     # Begin Source File
1859    
1860     SOURCE=..\common\logger.c
1861    
1862     !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
1863    
1864     # PROP Intermediate_Dir "FullDebug\common"
1865    
1866     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
1867    
1868     # PROP BASE Intermediate_Dir "Win32_Release\common"
1869     # PROP Intermediate_Dir "ReleaseQuit\common"
1870    
1871     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
1872    
1873     # PROP Intermediate_Dir "ReleaseLog\common"
1874    
1875     !ENDIF
1876    
1877     # End Source File
1878     # Begin Source File
1879    
1880     SOURCE=..\common\los.c
1881    
1882     !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
1883    
1884     # PROP Intermediate_Dir "FullDebug\common"
1885    
1886     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
1887    
1888     # PROP BASE Intermediate_Dir "Win32_Release\common"
1889     # PROP Intermediate_Dir "ReleaseQuit\common"
1890    
1891     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
1892    
1893     # PROP Intermediate_Dir "ReleaseLog\common"
1894    
1895     !ENDIF
1896    
1897     # End Source File
1898     # Begin Source File
1899    
1900     SOURCE=..\common\map.c
1901    
1902     !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
1903    
1904     # PROP Intermediate_Dir "FullDebug\common"
1905    
1906     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
1907    
1908     # PROP BASE Intermediate_Dir "Win32_Release\common"
1909     # PROP Intermediate_Dir "ReleaseQuit\common"
1910    
1911     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
1912    
1913     # PROP Intermediate_Dir "ReleaseLog\common"
1914    
1915     !ENDIF
1916    
1917     # End Source File
1918     # Begin Source File
1919    
1920     SOURCE=..\common\object.c
1921    
1922     !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
1923    
1924     # PROP Intermediate_Dir "FullDebug\common"
1925    
1926     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
1927    
1928     # PROP BASE Intermediate_Dir "Win32_Release\common"
1929     # PROP Intermediate_Dir "ReleaseQuit\common"
1930    
1931     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
1932    
1933     # PROP Intermediate_Dir "ReleaseLog\common"
1934    
1935     !ENDIF
1936    
1937     # End Source File
1938     # Begin Source File
1939    
1940     SOURCE=..\common\path.c
1941     # End Source File
1942     # Begin Source File
1943    
1944     SOURCE=..\common\player.c
1945    
1946     !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
1947    
1948     # PROP Intermediate_Dir "FullDebug\common"
1949    
1950     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
1951    
1952     # PROP BASE Intermediate_Dir "Win32_Release\common"
1953     # PROP Intermediate_Dir "ReleaseQuit\common"
1954    
1955     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
1956    
1957     # PROP Intermediate_Dir "ReleaseLog\common"
1958    
1959     !ENDIF
1960    
1961     # End Source File
1962     # Begin Source File
1963    
1964     SOURCE=..\common\porting.c
1965    
1966     !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
1967    
1968     # PROP Intermediate_Dir "FullDebug\common"
1969    
1970     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
1971    
1972     # PROP BASE Intermediate_Dir "Win32_Release\common"
1973     # PROP Intermediate_Dir "ReleaseQuit\common"
1974    
1975     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
1976    
1977     # PROP Intermediate_Dir "ReleaseLog\common"
1978    
1979     !ENDIF
1980    
1981     # End Source File
1982     # Begin Source File
1983    
1984     SOURCE=..\common\quest.c
1985     # End Source File
1986     # Begin Source File
1987    
1988     SOURCE="..\common\re-cmp.c"
1989    
1990     !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
1991    
1992     # PROP Intermediate_Dir "FullDebug\common"
1993    
1994     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
1995    
1996     # PROP BASE Intermediate_Dir "Win32_Release\common"
1997     # PROP Intermediate_Dir "ReleaseQuit\common"
1998    
1999     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
2000    
2001     # PROP Intermediate_Dir "ReleaseLog\common"
2002    
2003     !ENDIF
2004    
2005     # End Source File
2006     # Begin Source File
2007    
2008     SOURCE=..\common\readable.c
2009    
2010     !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
2011    
2012     # PROP Intermediate_Dir "FullDebug\common"
2013    
2014     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
2015    
2016     # PROP BASE Intermediate_Dir "Win32_Release\common"
2017     # PROP Intermediate_Dir "ReleaseQuit\common"
2018    
2019     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
2020    
2021     # PROP Intermediate_Dir "ReleaseLog\common"
2022    
2023     !ENDIF
2024    
2025     # End Source File
2026     # Begin Source File
2027    
2028     SOURCE=..\common\recipe.c
2029    
2030     !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
2031    
2032     # PROP Intermediate_Dir "FullDebug\common"
2033    
2034     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
2035    
2036     # PROP BASE Intermediate_Dir "Win32_Release\common"
2037     # PROP Intermediate_Dir "ReleaseQuit\common"
2038    
2039     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
2040    
2041     # PROP Intermediate_Dir "ReleaseLog\common"
2042    
2043     !ENDIF
2044    
2045     # End Source File
2046     # Begin Source File
2047    
2048     SOURCE=..\common\region.c
2049     # End Source File
2050     # Begin Source File
2051    
2052     SOURCE=..\common\shstr.c
2053    
2054     !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
2055    
2056     # PROP Intermediate_Dir "FullDebug\common"
2057    
2058     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
2059    
2060     # PROP BASE Intermediate_Dir "Win32_Release\common"
2061     # PROP Intermediate_Dir "ReleaseQuit\common"
2062    
2063     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
2064    
2065     # PROP Intermediate_Dir "ReleaseLog\common"
2066    
2067     !ENDIF
2068    
2069     # End Source File
2070     # Begin Source File
2071    
2072     SOURCE=..\common\time.c
2073    
2074     !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
2075    
2076     # PROP Intermediate_Dir "FullDebug\common"
2077    
2078     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
2079    
2080     # PROP BASE Intermediate_Dir "Win32_Release\common"
2081     # PROP Intermediate_Dir "ReleaseQuit\common"
2082    
2083     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
2084    
2085     # PROP Intermediate_Dir "ReleaseLog\common"
2086    
2087     !ENDIF
2088    
2089     # End Source File
2090     # Begin Source File
2091    
2092     SOURCE=..\common\treasure.c
2093    
2094     !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
2095    
2096     # PROP Intermediate_Dir "FullDebug\common"
2097    
2098     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
2099    
2100     # PROP BASE Intermediate_Dir "Win32_Release\common"
2101     # PROP Intermediate_Dir "ReleaseQuit\common"
2102    
2103     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
2104    
2105     # PROP Intermediate_Dir "ReleaseLog\common"
2106    
2107     !ENDIF
2108    
2109     # End Source File
2110     # Begin Source File
2111    
2112     SOURCE=..\common\utils.c
2113    
2114     !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
2115    
2116     # PROP Intermediate_Dir "FullDebug\common"
2117    
2118     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
2119    
2120     # PROP BASE Intermediate_Dir "Win32_Release\common"
2121     # PROP Intermediate_Dir "ReleaseQuit\common"
2122    
2123     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
2124    
2125     # PROP Intermediate_Dir "ReleaseLog\common"
2126    
2127     !ENDIF
2128    
2129     # End Source File
2130     # End Group
2131     # End Group
2132     # Begin Group "Header-Dateien"
2133    
2134     # PROP Default_Filter "h;hpp;hxx;hm;inl"
2135     # Begin Source File
2136    
2137     SOURCE=..\include\arch.h
2138    
2139     !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
2140    
2141     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
2142    
2143     # PROP Intermediate_Dir "ReleaseQuit"
2144    
2145     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
2146    
2147     !ENDIF
2148    
2149     # End Source File
2150     # Begin Source File
2151    
2152     SOURCE=..\include\artifact.h
2153    
2154     !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
2155    
2156     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
2157    
2158     # PROP Intermediate_Dir "ReleaseQuit"
2159    
2160     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
2161    
2162     !ENDIF
2163    
2164     # End Source File
2165     # Begin Source File
2166    
2167     SOURCE=..\include\attack.h
2168    
2169     !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
2170    
2171     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
2172    
2173     # PROP Intermediate_Dir "ReleaseQuit"
2174    
2175     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
2176    
2177     !ENDIF
2178    
2179     # End Source File
2180     # Begin Source File
2181    
2182     SOURCE=..\include\book.h
2183    
2184     !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
2185    
2186     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
2187    
2188     # PROP Intermediate_Dir "ReleaseQuit"
2189    
2190     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
2191    
2192     !ENDIF
2193    
2194     # End Source File
2195     # Begin Source File
2196    
2197     SOURCE=..\include\commands.h
2198    
2199     !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
2200    
2201     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
2202    
2203     # PROP Intermediate_Dir "ReleaseQuit"
2204    
2205     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
2206    
2207     !ENDIF
2208    
2209     # End Source File
2210     # Begin Source File
2211    
2212     SOURCE=..\include\config.h
2213    
2214     !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
2215    
2216     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
2217    
2218     # PROP Intermediate_Dir "ReleaseQuit"
2219    
2220     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
2221    
2222     !ENDIF
2223    
2224     # End Source File
2225     # Begin Source File
2226    
2227     SOURCE=..\include\define.h
2228    
2229     !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
2230    
2231     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
2232    
2233     # PROP Intermediate_Dir "ReleaseQuit"
2234    
2235     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
2236    
2237     !ENDIF
2238    
2239     # End Source File
2240     # Begin Source File
2241    
2242     SOURCE=..\random_maps\expand2x.h
2243    
2244     !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
2245    
2246     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
2247    
2248     # PROP Intermediate_Dir "ReleaseQuit"
2249    
2250     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
2251    
2252     !ENDIF
2253    
2254     # End Source File
2255     # Begin Source File
2256    
2257     SOURCE=..\include\face.h
2258    
2259     !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
2260    
2261     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
2262    
2263     # PROP Intermediate_Dir "ReleaseQuit"
2264    
2265     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
2266    
2267     !ENDIF
2268    
2269     # End Source File
2270     # Begin Source File
2271    
2272     SOURCE=..\include\funcpoint.h
2273    
2274     !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
2275    
2276     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
2277    
2278     # PROP Intermediate_Dir "ReleaseQuit"
2279    
2280     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
2281    
2282     !ENDIF
2283    
2284     # End Source File
2285     # Begin Source File
2286    
2287     SOURCE=..\include\global.h
2288    
2289     !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
2290    
2291     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
2292    
2293     # PROP Intermediate_Dir "ReleaseQuit"
2294    
2295     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
2296    
2297     !ENDIF
2298    
2299     # End Source File
2300     # Begin Source File
2301    
2302     SOURCE=..\include\god.h
2303    
2304     !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
2305    
2306     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
2307    
2308     # PROP Intermediate_Dir "ReleaseQuit"
2309    
2310     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
2311    
2312     !ENDIF
2313    
2314     # End Source File
2315     # Begin Source File
2316    
2317     SOURCE=..\include\includes.h
2318    
2319     !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
2320    
2321     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
2322    
2323     # PROP Intermediate_Dir "ReleaseQuit"
2324    
2325     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
2326    
2327     !ENDIF
2328    
2329     # End Source File
2330     # Begin Source File
2331    
2332     SOURCE=..\include\libproto.h
2333    
2334     !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
2335    
2336     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
2337    
2338     # PROP Intermediate_Dir "ReleaseQuit"
2339    
2340     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
2341    
2342     !ENDIF
2343    
2344     # End Source File
2345     # Begin Source File
2346    
2347     SOURCE=..\include\living.h
2348    
2349     !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
2350    
2351     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
2352    
2353     # PROP Intermediate_Dir "ReleaseQuit"
2354    
2355     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
2356    
2357     !ENDIF
2358    
2359     # End Source File
2360     # Begin Source File
2361    
2362     SOURCE=..\include\loader.h
2363    
2364     !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
2365    
2366     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
2367    
2368     # PROP Intermediate_Dir "ReleaseQuit"
2369    
2370     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
2371    
2372     !ENDIF
2373    
2374     # End Source File
2375     # Begin Source File
2376    
2377     SOURCE=..\include\logger.h
2378    
2379     !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
2380    
2381     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
2382    
2383     # PROP Intermediate_Dir "ReleaseQuit"
2384    
2385     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
2386    
2387     !ENDIF
2388    
2389     # End Source File
2390     # Begin Source File
2391    
2392     SOURCE=..\include\map.h
2393    
2394     !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
2395    
2396     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
2397    
2398     # PROP Intermediate_Dir "ReleaseQuit"
2399    
2400     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
2401    
2402     !ENDIF
2403    
2404     # End Source File
2405     # Begin Source File
2406    
2407     SOURCE=..\include\material.h
2408    
2409     !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
2410    
2411     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
2412    
2413     # PROP Intermediate_Dir "ReleaseQuit"
2414    
2415     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
2416    
2417     !ENDIF
2418    
2419     # End Source File
2420     # Begin Source File
2421    
2422     SOURCE=..\random_maps\maze_gen.h
2423    
2424     !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
2425    
2426     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
2427    
2428     # PROP Intermediate_Dir "ReleaseQuit"
2429    
2430     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
2431    
2432     !ENDIF
2433    
2434     # End Source File
2435     # Begin Source File
2436    
2437     SOURCE=..\include\newclient.h
2438    
2439     !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
2440    
2441     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
2442    
2443     # PROP Intermediate_Dir "ReleaseQuit"
2444    
2445     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
2446    
2447     !ENDIF
2448    
2449     # End Source File
2450     # Begin Source File
2451    
2452     SOURCE=..\include\newserver.h
2453    
2454     !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
2455    
2456     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
2457    
2458     # PROP Intermediate_Dir "ReleaseQuit"
2459    
2460     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
2461    
2462     !ENDIF
2463    
2464     # End Source File
2465     # Begin Source File
2466    
2467     SOURCE=..\include\object.h
2468    
2469     !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
2470    
2471     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
2472    
2473     # PROP Intermediate_Dir "ReleaseQuit"
2474    
2475     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
2476    
2477     !ENDIF
2478    
2479     # End Source File
2480     # Begin Source File
2481    
2482     SOURCE=..\include\path.h
2483     # End Source File
2484     # Begin Source File
2485    
2486     SOURCE=..\include\player.h
2487    
2488     !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
2489    
2490     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
2491    
2492     # PROP Intermediate_Dir "ReleaseQuit"
2493    
2494     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
2495    
2496     !ENDIF
2497    
2498     # End Source File
2499     # Begin Source File
2500    
2501     SOURCE=..\include\plugin.h
2502    
2503     !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
2504    
2505     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
2506    
2507     # PROP Intermediate_Dir "ReleaseQuit"
2508    
2509     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
2510    
2511     !ENDIF
2512    
2513     # End Source File
2514     # Begin Source File
2515    
2516     SOURCE=..\include\plugproto.h
2517    
2518     !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
2519    
2520     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
2521    
2522     # PROP Intermediate_Dir "ReleaseQuit"
2523    
2524     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
2525    
2526     !ENDIF
2527    
2528     # End Source File
2529     # Begin Source File
2530    
2531     SOURCE=..\include\quest.h
2532     # End Source File
2533     # Begin Source File
2534    
2535     SOURCE=..\include\race.h
2536    
2537     !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
2538    
2539     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
2540    
2541     # PROP Intermediate_Dir "ReleaseQuit"
2542    
2543     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
2544    
2545     !ENDIF
2546    
2547     # End Source File
2548     # Begin Source File
2549    
2550     SOURCE=..\random_maps\random_map.h
2551    
2552     !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
2553    
2554     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
2555    
2556     # PROP Intermediate_Dir "ReleaseQuit"
2557    
2558     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
2559    
2560     !ENDIF
2561    
2562     # End Source File
2563     # Begin Source File
2564    
2565     SOURCE="..\include\re-cmp.h"
2566    
2567     !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
2568    
2569     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
2570    
2571     # PROP Intermediate_Dir "ReleaseQuit"
2572    
2573     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
2574    
2575     !ENDIF
2576    
2577     # End Source File
2578     # Begin Source File
2579    
2580     SOURCE=..\include\recipe.h
2581    
2582     !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
2583    
2584     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
2585    
2586     # PROP Intermediate_Dir "ReleaseQuit"
2587    
2588     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
2589    
2590     !ENDIF
2591    
2592     # End Source File
2593     # Begin Source File
2594    
2595     SOURCE=..\random_maps\room_gen.h
2596    
2597     !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
2598    
2599     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
2600    
2601     # PROP Intermediate_Dir "ReleaseQuit"
2602    
2603     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
2604    
2605     !ENDIF
2606    
2607     # End Source File
2608     # Begin Source File
2609    
2610     SOURCE=..\random_maps\rproto.h
2611    
2612     !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
2613    
2614     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
2615    
2616     # PROP Intermediate_Dir "ReleaseQuit"
2617    
2618     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
2619    
2620     !ENDIF
2621    
2622     # End Source File
2623     # Begin Source File
2624    
2625     SOURCE=..\include\shstr.h
2626    
2627     !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
2628    
2629     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
2630    
2631     # PROP Intermediate_Dir "ReleaseQuit"
2632    
2633     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
2634    
2635     !ENDIF
2636    
2637     # End Source File
2638     # Begin Source File
2639    
2640     SOURCE=..\include\skillist.h
2641    
2642     !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
2643    
2644     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
2645    
2646     # PROP Intermediate_Dir "ReleaseQuit"
2647    
2648     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
2649    
2650     !ENDIF
2651    
2652     # End Source File
2653     # Begin Source File
2654    
2655     SOURCE=..\include\skills.h
2656    
2657     !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
2658    
2659     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
2660    
2661     # PROP Intermediate_Dir "ReleaseQuit"
2662    
2663     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
2664    
2665     !ENDIF
2666    
2667     # End Source File
2668     # Begin Source File
2669    
2670     SOURCE=..\include\sockproto.h
2671    
2672     !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
2673    
2674     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
2675    
2676     # PROP Intermediate_Dir "ReleaseQuit"
2677    
2678     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
2679    
2680     !ENDIF
2681    
2682     # End Source File
2683     # Begin Source File
2684    
2685     SOURCE=..\include\sounds.h
2686    
2687     !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
2688    
2689     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
2690    
2691     # PROP Intermediate_Dir "ReleaseQuit"
2692    
2693     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
2694    
2695     !ENDIF
2696    
2697     # End Source File
2698     # Begin Source File
2699    
2700     SOURCE=..\include\spellist.h
2701    
2702     !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
2703    
2704     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
2705    
2706     # PROP Intermediate_Dir "ReleaseQuit"
2707    
2708     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
2709    
2710     !ENDIF
2711    
2712     # End Source File
2713     # Begin Source File
2714    
2715     SOURCE=..\include\spells.h
2716    
2717     !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
2718    
2719     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
2720    
2721     # PROP Intermediate_Dir "ReleaseQuit"
2722    
2723     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
2724    
2725     !ENDIF
2726    
2727     # End Source File
2728     # Begin Source File
2729    
2730     SOURCE=..\include\sproto.h
2731    
2732     !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
2733    
2734     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
2735    
2736     # PROP Intermediate_Dir "ReleaseQuit"
2737    
2738     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
2739    
2740     !ENDIF
2741    
2742     # End Source File
2743     # Begin Source File
2744    
2745     SOURCE=..\include\tod.h
2746     # End Source File
2747     # Begin Source File
2748    
2749     SOURCE=..\include\treasure.h
2750    
2751     !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
2752    
2753     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
2754    
2755     # PROP Intermediate_Dir "ReleaseQuit"
2756    
2757     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
2758    
2759     !ENDIF
2760    
2761     # End Source File
2762     # Begin Source File
2763    
2764     SOURCE=..\include\version.h
2765    
2766     !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
2767    
2768     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
2769    
2770     # PROP Intermediate_Dir "ReleaseQuit"
2771    
2772     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
2773    
2774     !ENDIF
2775    
2776     # End Source File
2777     # Begin Source File
2778    
2779     SOURCE=..\include\win32.h
2780    
2781     !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
2782    
2783     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
2784    
2785     # PROP Intermediate_Dir "ReleaseQuit"
2786    
2787     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
2788    
2789     !ENDIF
2790    
2791     # End Source File
2792     # Begin Source File
2793    
2794     SOURCE=..\include\xdir.h
2795    
2796     !IF "$(CFG)" == "crossfire32 - Win32 FullDebug"
2797    
2798     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseQuit"
2799    
2800     # PROP Intermediate_Dir "ReleaseQuit"
2801    
2802     !ELSEIF "$(CFG)" == "crossfire32 - Win32 ReleaseLog"
2803    
2804     !ENDIF
2805    
2806     # End Source File
2807     # End Group
2808     # Begin Group "resources"
2809    
2810     # PROP Default_Filter ""
2811     # Begin Source File
2812    
2813     SOURCE=.\crossfire.rc
2814     # End Source File
2815     # Begin Source File
2816    
2817     SOURCE=.\resource.h
2818     # End Source File
2819     # End Group
2820     # Begin Source File
2821    
2822     SOURCE=..\ChangeLog
2823     # End Source File
2824     # Begin Source File
2825    
2826     SOURCE=..\common\loader.l
2827     # End Source File
2828     # Begin Source File
2829    
2830     SOURCE=..\random_maps\reader.l
2831     # End Source File
2832     # Begin Source File
2833    
2834     SOURCE=..\share\settings
2835     # End Source File
2836     # End Target
2837     # End Project