1# Microsoft Developer Studio Generated NMAKE File, Format Version 40001
2# ** DO NOT EDIT **
3
4# TARGTYPE "Win32 (x86) Application" 0x0101
5# TARGTYPE "Win32 (x86) Console Application" 0x0103
6
7!IF "$(CFG)" == ""
8CFG=lcserver - Win32 Debug
9!MESSAGE No configuration specified.  Defaulting to lcserver - Win32 Debug.
10!ENDIF
11
12!IF "$(CFG)" != "lc12 - Win32 Release" && "$(CFG)" != "lc12 - Win32 Debug" &&\
13 "$(CFG)" != "lincity - Win32 Release" && "$(CFG)" != "lincity - Win32 Debug" &&\
14 "$(CFG)" != "lcserver - Win32 Release" && "$(CFG)" != "lcserver - Win32 Debug"
15!MESSAGE Invalid configuration "$(CFG)" specified.
16!MESSAGE You can specify a configuration when running NMAKE on this makefile
17!MESSAGE by defining the macro CFG on the command line.  For example:
18!MESSAGE
19!MESSAGE NMAKE /f "lc12.mak" CFG="lcserver - Win32 Debug"
20!MESSAGE
21!MESSAGE Possible choices for configuration are:
22!MESSAGE
23!MESSAGE "lc12 - Win32 Release" (based on "Win32 (x86) Application")
24!MESSAGE "lc12 - Win32 Debug" (based on "Win32 (x86) Application")
25!MESSAGE "lincity - Win32 Release" (based on "Win32 (x86) Application")
26!MESSAGE "lincity - Win32 Debug" (based on "Win32 (x86) Application")
27!MESSAGE "lcserver - Win32 Release" (based on\
28 "Win32 (x86) Console Application")
29!MESSAGE "lcserver - Win32 Debug" (based on "Win32 (x86) Console Application")
30!MESSAGE
31!ERROR An invalid configuration is specified.
32!ENDIF
33
34!IF "$(OS)" == "Windows_NT"
35NULL=
36!ELSE
37NULL=nul
38!ENDIF
39################################################################################
40# Begin Project
41# PROP Target_Last_Scanned "lincity - Win32 Debug"
42
43!IF  "$(CFG)" == "lc12 - Win32 Release"
44
45# PROP BASE Use_MFC 0
46# PROP BASE Use_Debug_Libraries 0
47# PROP BASE Output_Dir "Release"
48# PROP BASE Intermediate_Dir "Release"
49# PROP BASE Target_Dir ""
50# PROP Use_MFC 0
51# PROP Use_Debug_Libraries 0
52# PROP Output_Dir "Release"
53# PROP Intermediate_Dir "Release"
54# PROP Target_Dir ""
55OUTDIR=.\Release
56INTDIR=.\Release
57
58ALL :
59
60CLEAN :
61	-@erase
62
63"$(OUTDIR)" :
64    if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
65
66CPP=cl.exe
67# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /c
68# ADD CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /c
69CPP_PROJ=/nologo /ML /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS"\
70 /Fp"$(INTDIR)/lc12.pch" /YX /Fo"$(INTDIR)/" /c
71CPP_OBJS=.\Release/
72CPP_SBRS=
73
74.c{$(CPP_OBJS)}.obj:
75   $(CPP) $(CPP_PROJ) $<
76
77.cpp{$(CPP_OBJS)}.obj:
78   $(CPP) $(CPP_PROJ) $<
79
80.cxx{$(CPP_OBJS)}.obj:
81   $(CPP) $(CPP_PROJ) $<
82
83.c{$(CPP_SBRS)}.sbr:
84   $(CPP) $(CPP_PROJ) $<
85
86.cpp{$(CPP_SBRS)}.sbr:
87   $(CPP) $(CPP_PROJ) $<
88
89.cxx{$(CPP_SBRS)}.sbr:
90   $(CPP) $(CPP_PROJ) $<
91
92MTL=mktyplib.exe
93# ADD BASE MTL /nologo /D "NDEBUG" /win32
94# ADD MTL /nologo /D "NDEBUG" /win32
95MTL_PROJ=/nologo /D "NDEBUG" /win32
96RSC=rc.exe
97# ADD BASE RSC /l 0x409 /d "NDEBUG"
98# ADD RSC /l 0x409 /d "NDEBUG"
99BSC32=bscmake.exe
100# ADD BASE BSC32 /nologo
101# ADD BSC32 /nologo
102BSC32_FLAGS=/nologo /o"$(OUTDIR)/lc12.bsc"
103BSC32_SBRS=
104LINK32=link.exe
105# 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 /nologo /subsystem:windows /machine:I386
106# 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 version.lib wsock32.lib /nologo /subsystem:windows /machine:I386
107LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib\
108 advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib\
109 odbccp32.lib version.lib wsock32.lib /nologo /subsystem:windows /incremental:no\
110 /pdb:"$(OUTDIR)/lc12.pdb" /machine:I386 /out:"$(OUTDIR)/lc12.exe"
111LINK32_OBJS=
112
113!ELSEIF  "$(CFG)" == "lc12 - Win32 Debug"
114
115# PROP BASE Use_MFC 0
116# PROP BASE Use_Debug_Libraries 1
117# PROP BASE Output_Dir "Debug"
118# PROP BASE Intermediate_Dir "Debug"
119# PROP BASE Target_Dir ""
120# PROP Use_MFC 0
121# PROP Use_Debug_Libraries 1
122# PROP Output_Dir "Debug"
123# PROP Intermediate_Dir "Debug"
124# PROP Target_Dir ""
125OUTDIR=.\Debug
126INTDIR=.\Debug
127
128ALL :
129
130CLEAN :
131	-@erase
132
133"$(OUTDIR)" :
134    if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
135
136CPP=cl.exe
137# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /c
138# ADD CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /c
139CPP_PROJ=/nologo /MLd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS"\
140 /Fp"$(INTDIR)/lc12.pch" /YX /Fo"$(INTDIR)/" /Fd"$(INTDIR)/" /c
141CPP_OBJS=.\Debug/
142CPP_SBRS=
143
144.c{$(CPP_OBJS)}.obj:
145   $(CPP) $(CPP_PROJ) $<
146
147.cpp{$(CPP_OBJS)}.obj:
148   $(CPP) $(CPP_PROJ) $<
149
150.cxx{$(CPP_OBJS)}.obj:
151   $(CPP) $(CPP_PROJ) $<
152
153.c{$(CPP_SBRS)}.sbr:
154   $(CPP) $(CPP_PROJ) $<
155
156.cpp{$(CPP_SBRS)}.sbr:
157   $(CPP) $(CPP_PROJ) $<
158
159.cxx{$(CPP_SBRS)}.sbr:
160   $(CPP) $(CPP_PROJ) $<
161
162MTL=mktyplib.exe
163# ADD BASE MTL /nologo /D "_DEBUG" /win32
164# ADD MTL /nologo /D "_DEBUG" /win32
165MTL_PROJ=/nologo /D "_DEBUG" /win32
166RSC=rc.exe
167# ADD BASE RSC /l 0x409 /d "_DEBUG"
168# ADD RSC /l 0x409 /d "_DEBUG"
169BSC32=bscmake.exe
170# ADD BASE BSC32 /nologo
171# ADD BSC32 /nologo
172BSC32_FLAGS=/nologo /o"$(OUTDIR)/lc12.bsc"
173BSC32_SBRS=
174LINK32=link.exe
175# 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 /nologo /subsystem:windows /debug /machine:I386
176# 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 version.lib wsock32.lib /nologo /subsystem:windows /debug /machine:I386
177LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib\
178 advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib\
179 odbccp32.lib version.lib wsock32.lib /nologo /subsystem:windows\
180 /incremental:yes /pdb:"$(OUTDIR)/lc12.pdb" /debug /machine:I386\
181 /out:"$(OUTDIR)/lc12.exe"
182LINK32_OBJS=
183
184!ELSEIF  "$(CFG)" == "lincity - Win32 Release"
185
186# PROP BASE Use_MFC 0
187# PROP BASE Use_Debug_Libraries 0
188# PROP BASE Output_Dir "lincity\Release"
189# PROP BASE Intermediate_Dir "lincity\Release"
190# PROP BASE Target_Dir "lincity"
191# PROP Use_MFC 0
192# PROP Use_Debug_Libraries 0
193# PROP Output_Dir "lincity\Release"
194# PROP Intermediate_Dir "lincity\Release"
195# PROP Target_Dir "lincity"
196OUTDIR=.\lincity\Release
197INTDIR=.\lincity\Release
198
199ALL : "$(OUTDIR)\lincity.exe"
200
201CLEAN :
202	-@erase ".\lincity\Release\lincity.exe"
203	-@erase ".\lincity\Release\Mps.obj"
204	-@erase ".\lincity\Release\Lintypes.obj"
205	-@erase ".\lincity\Release\Clinet.obj"
206	-@erase ".\lincity\Release\Animate.obj"
207	-@erase ".\lincity\Release\Mouse.obj"
208	-@erase ".\lincity\Release\Splash.obj"
209	-@erase ".\lincity\Release\Screen.obj"
210	-@erase ".\lincity\Release\Climsg.obj"
211	-@erase ".\lincity\Release\Main.obj"
212	-@erase ".\lincity\Release\Clitypes.obj"
213	-@erase ".\lincity\Release\transport.obj"
214	-@erase ".\lincity\Release\Timer.obj"
215	-@erase ".\lincity\Release\Lcwin32.obj"
216	-@erase ".\lincity\Release\Geometry.obj"
217	-@erase ".\lincity\Release\Market.obj"
218	-@erase ".\lincity\Release\Ldsvgui.obj"
219	-@erase ".\lincity\Release\Fileutil.obj"
220	-@erase ".\lincity\Release\Shrnet.obj"
221	-@erase ".\lincity\Release\Lchelp.obj"
222	-@erase ".\lincity\Release\Simulate.obj"
223	-@erase ".\lincity\Release\Shrtypes.obj"
224	-@erase ".\lincity\Release\Winmain.obj"
225	-@erase ".\lincity\Release\Cliglobs.obj"
226	-@erase ".\lincity\Release\Shrglobs.obj"
227	-@erase ".\lincity\Release\Ldsvguts.obj"
228	-@erase ".\lincity\Release\Clistubs.obj"
229	-@erase ".\lincity\Release\Engine.obj"
230	-@erase ".\lincity\Release\Lincity.res"
231
232"$(OUTDIR)" :
233    if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
234
235CPP=cl.exe
236# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /c
237# ADD CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /c
238CPP_PROJ=/nologo /ML /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS"\
239 /Fp"$(INTDIR)/lincity.pch" /YX /Fo"$(INTDIR)/" /c
240CPP_OBJS=.\lincity\Release/
241CPP_SBRS=
242
243.c{$(CPP_OBJS)}.obj:
244   $(CPP) $(CPP_PROJ) $<
245
246.cpp{$(CPP_OBJS)}.obj:
247   $(CPP) $(CPP_PROJ) $<
248
249.cxx{$(CPP_OBJS)}.obj:
250   $(CPP) $(CPP_PROJ) $<
251
252.c{$(CPP_SBRS)}.sbr:
253   $(CPP) $(CPP_PROJ) $<
254
255.cpp{$(CPP_SBRS)}.sbr:
256   $(CPP) $(CPP_PROJ) $<
257
258.cxx{$(CPP_SBRS)}.sbr:
259   $(CPP) $(CPP_PROJ) $<
260
261MTL=mktyplib.exe
262# ADD BASE MTL /nologo /D "NDEBUG" /win32
263# ADD MTL /nologo /D "NDEBUG" /win32
264MTL_PROJ=/nologo /D "NDEBUG" /win32
265RSC=rc.exe
266# ADD BASE RSC /l 0x409 /d "NDEBUG"
267# ADD RSC /l 0x409 /d "NDEBUG"
268RSC_PROJ=/l 0x409 /fo"$(INTDIR)/Lincity.res" /d "NDEBUG"
269BSC32=bscmake.exe
270# ADD BASE BSC32 /nologo
271# ADD BSC32 /nologo
272BSC32_FLAGS=/nologo /o"$(OUTDIR)/lincity.bsc"
273BSC32_SBRS=
274LINK32=link.exe
275# 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 /nologo /subsystem:windows /machine:I386
276# 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 version.lib wsock32.lib /nologo /subsystem:windows /machine:I386
277LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib\
278 advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib\
279 odbccp32.lib version.lib wsock32.lib /nologo /subsystem:windows /incremental:no\
280 /pdb:"$(OUTDIR)/lincity.pdb" /machine:I386 /out:"$(OUTDIR)/lincity.exe"
281LINK32_OBJS= \
282	"$(INTDIR)/Mps.obj" \
283	"$(INTDIR)/Lintypes.obj" \
284	"$(INTDIR)/Clinet.obj" \
285	"$(INTDIR)/Animate.obj" \
286	"$(INTDIR)/Mouse.obj" \
287	"$(INTDIR)/Splash.obj" \
288	"$(INTDIR)/Screen.obj" \
289	"$(INTDIR)/Climsg.obj" \
290	"$(INTDIR)/Main.obj" \
291	"$(INTDIR)/Clitypes.obj" \
292	"$(INTDIR)/transport.obj" \
293	"$(INTDIR)/Timer.obj" \
294	"$(INTDIR)/Lcwin32.obj" \
295	"$(INTDIR)/Geometry.obj" \
296	"$(INTDIR)/Market.obj" \
297	"$(INTDIR)/Ldsvgui.obj" \
298	"$(INTDIR)/Fileutil.obj" \
299	"$(INTDIR)/Shrnet.obj" \
300	"$(INTDIR)/Lchelp.obj" \
301	"$(INTDIR)/Simulate.obj" \
302	"$(INTDIR)/Shrtypes.obj" \
303	"$(INTDIR)/Winmain.obj" \
304	"$(INTDIR)/Cliglobs.obj" \
305	"$(INTDIR)/Shrglobs.obj" \
306	"$(INTDIR)/Ldsvguts.obj" \
307	"$(INTDIR)/Clistubs.obj" \
308	"$(INTDIR)/Engine.obj" \
309	"$(INTDIR)/Lincity.res"
310
311"$(OUTDIR)\lincity.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
312    $(LINK32) @<<
313  $(LINK32_FLAGS) $(LINK32_OBJS)
314<<
315
316!ELSEIF  "$(CFG)" == "lincity - Win32 Debug"
317
318# PROP BASE Use_MFC 0
319# PROP BASE Use_Debug_Libraries 1
320# PROP BASE Output_Dir "lincity\Debug"
321# PROP BASE Intermediate_Dir "lincity\Debug"
322# PROP BASE Target_Dir "lincity"
323# PROP Use_MFC 0
324# PROP Use_Debug_Libraries 1
325# PROP Output_Dir "lincity\Debug"
326# PROP Intermediate_Dir "lincity\Debug"
327# PROP Target_Dir "lincity"
328OUTDIR=.\lincity\Debug
329INTDIR=.\lincity\Debug
330
331ALL : "$(OUTDIR)\lincity.exe"
332
333CLEAN :
334	-@erase ".\lincity\Debug\vc40.pdb"
335	-@erase ".\lincity\Debug\vc40.idb"
336	-@erase ".\lincity\Debug\lincity.exe"
337	-@erase ".\lincity\Debug\Shrglobs.obj"
338	-@erase ".\lincity\Debug\Lchelp.obj"
339	-@erase ".\lincity\Debug\Timer.obj"
340	-@erase ".\lincity\Debug\Main.obj"
341	-@erase ".\lincity\Debug\Lintypes.obj"
342	-@erase ".\lincity\Debug\Lcwin32.obj"
343	-@erase ".\lincity\Debug\Ldsvgui.obj"
344	-@erase ".\lincity\Debug\Fileutil.obj"
345	-@erase ".\lincity\Debug\Simulate.obj"
346	-@erase ".\lincity\Debug\Shrnet.obj"
347	-@erase ".\lincity\Debug\Clitypes.obj"
348	-@erase ".\lincity\Debug\Winmain.obj"
349	-@erase ".\lincity\Debug\Cliglobs.obj"
350	-@erase ".\lincity\Debug\Ldsvguts.obj"
351	-@erase ".\lincity\Debug\Clistubs.obj"
352	-@erase ".\lincity\Debug\Geometry.obj"
353	-@erase ".\lincity\Debug\Engine.obj"
354	-@erase ".\lincity\Debug\Mouse.obj"
355	-@erase ".\lincity\Debug\Clinet.obj"
356	-@erase ".\lincity\Debug\Animate.obj"
357	-@erase ".\lincity\Debug\transport.obj"
358	-@erase ".\lincity\Debug\Market.obj"
359	-@erase ".\lincity\Debug\Mps.obj"
360	-@erase ".\lincity\Debug\Shrtypes.obj"
361	-@erase ".\lincity\Debug\Splash.obj"
362	-@erase ".\lincity\Debug\Screen.obj"
363	-@erase ".\lincity\Debug\Climsg.obj"
364	-@erase ".\lincity\Debug\Lincity.res"
365	-@erase ".\lincity\Debug\lincity.ilk"
366	-@erase ".\lincity\Debug\lincity.pdb"
367
368"$(OUTDIR)" :
369    if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
370
371CPP=cl.exe
372# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /c
373# ADD CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /c
374CPP_PROJ=/nologo /MLd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS"\
375 /Fp"$(INTDIR)/lincity.pch" /YX /Fo"$(INTDIR)/" /Fd"$(INTDIR)/" /c
376CPP_OBJS=.\lincity\Debug/
377CPP_SBRS=
378
379.c{$(CPP_OBJS)}.obj:
380   $(CPP) $(CPP_PROJ) $<
381
382.cpp{$(CPP_OBJS)}.obj:
383   $(CPP) $(CPP_PROJ) $<
384
385.cxx{$(CPP_OBJS)}.obj:
386   $(CPP) $(CPP_PROJ) $<
387
388.c{$(CPP_SBRS)}.sbr:
389   $(CPP) $(CPP_PROJ) $<
390
391.cpp{$(CPP_SBRS)}.sbr:
392   $(CPP) $(CPP_PROJ) $<
393
394.cxx{$(CPP_SBRS)}.sbr:
395   $(CPP) $(CPP_PROJ) $<
396
397MTL=mktyplib.exe
398# ADD BASE MTL /nologo /D "_DEBUG" /win32
399# ADD MTL /nologo /D "_DEBUG" /win32
400MTL_PROJ=/nologo /D "_DEBUG" /win32
401RSC=rc.exe
402# ADD BASE RSC /l 0x409 /d "_DEBUG"
403# ADD RSC /l 0x409 /d "_DEBUG"
404RSC_PROJ=/l 0x409 /fo"$(INTDIR)/Lincity.res" /d "_DEBUG"
405BSC32=bscmake.exe
406# ADD BASE BSC32 /nologo
407# ADD BSC32 /nologo
408BSC32_FLAGS=/nologo /o"$(OUTDIR)/lincity.bsc"
409BSC32_SBRS=
410LINK32=link.exe
411# 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 /nologo /subsystem:windows /debug /machine:I386
412# 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 version.lib wsock32.lib /nologo /subsystem:windows /debug /machine:I386
413LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib\
414 advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib\
415 odbccp32.lib version.lib wsock32.lib /nologo /subsystem:windows\
416 /incremental:yes /pdb:"$(OUTDIR)/lincity.pdb" /debug /machine:I386\
417 /out:"$(OUTDIR)/lincity.exe"
418LINK32_OBJS= \
419	"$(INTDIR)/Shrglobs.obj" \
420	"$(INTDIR)/Lchelp.obj" \
421	"$(INTDIR)/Timer.obj" \
422	"$(INTDIR)/Main.obj" \
423	"$(INTDIR)/Lintypes.obj" \
424	"$(INTDIR)/Lcwin32.obj" \
425	"$(INTDIR)/Ldsvgui.obj" \
426	"$(INTDIR)/Fileutil.obj" \
427	"$(INTDIR)/Simulate.obj" \
428	"$(INTDIR)/Shrnet.obj" \
429	"$(INTDIR)/Clitypes.obj" \
430	"$(INTDIR)/Winmain.obj" \
431	"$(INTDIR)/Cliglobs.obj" \
432	"$(INTDIR)/Ldsvguts.obj" \
433	"$(INTDIR)/Clistubs.obj" \
434	"$(INTDIR)/Geometry.obj" \
435	"$(INTDIR)/Engine.obj" \
436	"$(INTDIR)/Mouse.obj" \
437	"$(INTDIR)/Clinet.obj" \
438	"$(INTDIR)/Animate.obj" \
439	"$(INTDIR)/transport.obj" \
440	"$(INTDIR)/Market.obj" \
441	"$(INTDIR)/Mps.obj" \
442	"$(INTDIR)/Shrtypes.obj" \
443	"$(INTDIR)/Splash.obj" \
444	"$(INTDIR)/Screen.obj" \
445	"$(INTDIR)/Climsg.obj" \
446	"$(INTDIR)/Lincity.res"
447
448"$(OUTDIR)\lincity.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
449    $(LINK32) @<<
450  $(LINK32_FLAGS) $(LINK32_OBJS)
451<<
452
453!ELSEIF  "$(CFG)" == "lcserver - Win32 Release"
454
455# PROP BASE Use_MFC 0
456# PROP BASE Use_Debug_Libraries 0
457# PROP BASE Output_Dir "lcserver\Release"
458# PROP BASE Intermediate_Dir "lcserver\Release"
459# PROP BASE Target_Dir "lcserver"
460# PROP Use_MFC 0
461# PROP Use_Debug_Libraries 0
462# PROP Output_Dir "lcserver\Release"
463# PROP Intermediate_Dir "lcserver\Release"
464# PROP Target_Dir "lcserver"
465OUTDIR=.\lcserver\Release
466INTDIR=.\lcserver\Release
467
468ALL : "$(OUTDIR)\lcserver.exe"
469
470CLEAN :
471	-@erase ".\lcserver\Release\lcserver.exe"
472	-@erase ".\lcserver\Release\transport.obj"
473	-@erase ".\lcserver\Release\Fileutil.obj"
474	-@erase ".\lcserver\Release\Ldsvguts.obj"
475	-@erase ".\lcserver\Release\Lintypes.obj"
476	-@erase ".\lcserver\Release\Market.obj"
477	-@erase ".\lcserver\Release\Sermain.obj"
478	-@erase ".\lcserver\Release\Sermsg.obj"
479	-@erase ".\lcserver\Release\Sernet.obj"
480	-@erase ".\lcserver\Release\Serstubs.obj"
481	-@erase ".\lcserver\Release\Shrglobs.obj"
482	-@erase ".\lcserver\Release\Shrnet.obj"
483	-@erase ".\lcserver\Release\Shrtypes.obj"
484	-@erase ".\lcserver\Release\Simulate.obj"
485	-@erase ".\lcserver\Release\Timer.obj"
486	-@erase ".\lcserver\Release\Engine.obj"
487
488"$(OUTDIR)" :
489    if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
490
491CPP=cl.exe
492# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /YX /c
493# ADD CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /YX /c
494CPP_PROJ=/nologo /ML /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE"\
495 /Fp"$(INTDIR)/lcserver.pch" /YX /Fo"$(INTDIR)/" /c
496CPP_OBJS=.\lcserver\Release/
497CPP_SBRS=
498
499.c{$(CPP_OBJS)}.obj:
500   $(CPP) $(CPP_PROJ) $<
501
502.cpp{$(CPP_OBJS)}.obj:
503   $(CPP) $(CPP_PROJ) $<
504
505.cxx{$(CPP_OBJS)}.obj:
506   $(CPP) $(CPP_PROJ) $<
507
508.c{$(CPP_SBRS)}.sbr:
509   $(CPP) $(CPP_PROJ) $<
510
511.cpp{$(CPP_SBRS)}.sbr:
512   $(CPP) $(CPP_PROJ) $<
513
514.cxx{$(CPP_SBRS)}.sbr:
515   $(CPP) $(CPP_PROJ) $<
516
517RSC=rc.exe
518# ADD BASE RSC /l 0x409 /d "NDEBUG"
519# ADD RSC /l 0x409 /d "NDEBUG"
520BSC32=bscmake.exe
521# ADD BASE BSC32 /nologo
522# ADD BSC32 /nologo
523BSC32_FLAGS=/nologo /o"$(OUTDIR)/lcserver.bsc"
524BSC32_SBRS=
525LINK32=link.exe
526# 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 /nologo /subsystem:console /machine:I386
527# 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 /nologo /subsystem:console /machine:I386
528LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib\
529 advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib\
530 odbccp32.lib wsock32.lib /nologo /subsystem:console /incremental:no\
531 /pdb:"$(OUTDIR)/lcserver.pdb" /machine:I386 /out:"$(OUTDIR)/lcserver.exe"
532LINK32_OBJS= \
533	"$(INTDIR)/transport.obj" \
534	"$(INTDIR)/Fileutil.obj" \
535	"$(INTDIR)/Ldsvguts.obj" \
536	"$(INTDIR)/Lintypes.obj" \
537	"$(INTDIR)/Market.obj" \
538	"$(INTDIR)/Sermain.obj" \
539	"$(INTDIR)/Sermsg.obj" \
540	"$(INTDIR)/Sernet.obj" \
541	"$(INTDIR)/Serstubs.obj" \
542	"$(INTDIR)/Shrglobs.obj" \
543	"$(INTDIR)/Shrnet.obj" \
544	"$(INTDIR)/Shrtypes.obj" \
545	"$(INTDIR)/Simulate.obj" \
546	"$(INTDIR)/Timer.obj" \
547	"$(INTDIR)/Engine.obj"
548
549"$(OUTDIR)\lcserver.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
550    $(LINK32) @<<
551  $(LINK32_FLAGS) $(LINK32_OBJS)
552<<
553
554!ELSEIF  "$(CFG)" == "lcserver - Win32 Debug"
555
556# PROP BASE Use_MFC 0
557# PROP BASE Use_Debug_Libraries 1
558# PROP BASE Output_Dir "lcserver\Debug"
559# PROP BASE Intermediate_Dir "lcserver\Debug"
560# PROP BASE Target_Dir "lcserver"
561# PROP Use_MFC 0
562# PROP Use_Debug_Libraries 1
563# PROP Output_Dir "lcserver\Debug"
564# PROP Intermediate_Dir "lcserver\Debug"
565# PROP Target_Dir "lcserver"
566OUTDIR=.\lcserver\Debug
567INTDIR=.\lcserver\Debug
568
569ALL : "$(OUTDIR)\lcserver.exe"
570
571CLEAN :
572	-@erase ".\lcserver\Debug\lcserver.exe"
573	-@erase ".\lcserver\Debug\transport.obj"
574	-@erase ".\lcserver\Debug\Fileutil.obj"
575	-@erase ".\lcserver\Debug\Ldsvguts.obj"
576	-@erase ".\lcserver\Debug\Lintypes.obj"
577	-@erase ".\lcserver\Debug\Market.obj"
578	-@erase ".\lcserver\Debug\Sermain.obj"
579	-@erase ".\lcserver\Debug\Sermsg.obj"
580	-@erase ".\lcserver\Debug\Sernet.obj"
581	-@erase ".\lcserver\Debug\Serstubs.obj"
582	-@erase ".\lcserver\Debug\Shrglobs.obj"
583	-@erase ".\lcserver\Debug\Shrnet.obj"
584	-@erase ".\lcserver\Debug\Shrtypes.obj"
585	-@erase ".\lcserver\Debug\Simulate.obj"
586	-@erase ".\lcserver\Debug\Timer.obj"
587	-@erase ".\lcserver\Debug\Engine.obj"
588	-@erase ".\lcserver\Debug\lcserver.ilk"
589	-@erase ".\lcserver\Debug\lcserver.pdb"
590	-@erase ".\lcserver\Debug\vc40.pdb"
591	-@erase ".\lcserver\Debug\vc40.idb"
592
593"$(OUTDIR)" :
594    if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
595
596CPP=cl.exe
597# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /YX /c
598# ADD CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /YX /c
599CPP_PROJ=/nologo /MLd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE"\
600 /Fp"$(INTDIR)/lcserver.pch" /YX /Fo"$(INTDIR)/" /Fd"$(INTDIR)/" /c
601CPP_OBJS=.\lcserver\Debug/
602CPP_SBRS=
603
604.c{$(CPP_OBJS)}.obj:
605   $(CPP) $(CPP_PROJ) $<
606
607.cpp{$(CPP_OBJS)}.obj:
608   $(CPP) $(CPP_PROJ) $<
609
610.cxx{$(CPP_OBJS)}.obj:
611   $(CPP) $(CPP_PROJ) $<
612
613.c{$(CPP_SBRS)}.sbr:
614   $(CPP) $(CPP_PROJ) $<
615
616.cpp{$(CPP_SBRS)}.sbr:
617   $(CPP) $(CPP_PROJ) $<
618
619.cxx{$(CPP_SBRS)}.sbr:
620   $(CPP) $(CPP_PROJ) $<
621
622RSC=rc.exe
623# ADD BASE RSC /l 0x409 /d "_DEBUG"
624# ADD RSC /l 0x409 /d "_DEBUG"
625BSC32=bscmake.exe
626# ADD BASE BSC32 /nologo
627# ADD BSC32 /nologo
628BSC32_FLAGS=/nologo /o"$(OUTDIR)/lcserver.bsc"
629BSC32_SBRS=
630LINK32=link.exe
631# 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 /nologo /subsystem:console /debug /machine:I386
632# 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 /nologo /subsystem:console /debug /machine:I386
633LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib\
634 advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib\
635 odbccp32.lib wsock32.lib /nologo /subsystem:console /incremental:yes\
636 /pdb:"$(OUTDIR)/lcserver.pdb" /debug /machine:I386\
637 /out:"$(OUTDIR)/lcserver.exe"
638LINK32_OBJS= \
639	"$(INTDIR)/transport.obj" \
640	"$(INTDIR)/Fileutil.obj" \
641	"$(INTDIR)/Ldsvguts.obj" \
642	"$(INTDIR)/Lintypes.obj" \
643	"$(INTDIR)/Market.obj" \
644	"$(INTDIR)/Sermain.obj" \
645	"$(INTDIR)/Sermsg.obj" \
646	"$(INTDIR)/Sernet.obj" \
647	"$(INTDIR)/Serstubs.obj" \
648	"$(INTDIR)/Shrglobs.obj" \
649	"$(INTDIR)/Shrnet.obj" \
650	"$(INTDIR)/Shrtypes.obj" \
651	"$(INTDIR)/Simulate.obj" \
652	"$(INTDIR)/Timer.obj" \
653	"$(INTDIR)/Engine.obj"
654
655"$(OUTDIR)\lcserver.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
656    $(LINK32) @<<
657  $(LINK32_FLAGS) $(LINK32_OBJS)
658<<
659
660!ENDIF
661
662################################################################################
663# Begin Target
664
665# Name "lc12 - Win32 Release"
666# Name "lc12 - Win32 Debug"
667
668!IF  "$(CFG)" == "lc12 - Win32 Release"
669
670!ELSEIF  "$(CFG)" == "lc12 - Win32 Debug"
671
672!ENDIF
673
674# End Target
675################################################################################
676# Begin Target
677
678# Name "lincity - Win32 Release"
679# Name "lincity - Win32 Debug"
680
681!IF  "$(CFG)" == "lincity - Win32 Release"
682
683!ELSEIF  "$(CFG)" == "lincity - Win32 Debug"
684
685!ENDIF
686
687################################################################################
688# Begin Source File
689
690SOURCE=.\Animate.c
691
692!IF  "$(CFG)" == "lincity - Win32 Release"
693
694DEP_CPP_ANIMA=\
695	".\lin-city.h"\
696	".\cliglobs.h"\
697	".\engglobs.h"\
698	".\lctypes.h"\
699	".\clinet.h"\
700	".\animate.h"\
701	".\lintypes.h"\
702	".\common.h"\
703	".\geometry.h"\
704	".\lcx11.h"\
705	".\lcwin32.h"\
706	".\shrnet.h"\
707	".\protocol.h"\
708	".\lcconfig.h"\
709	{$(INCLUDE)}"\sys\Types.h"\
710	".\config.h"\
711	".\confw32.h"\
712
713
714"$(INTDIR)\Animate.obj" : $(SOURCE) $(DEP_CPP_ANIMA) "$(INTDIR)"
715
716
717!ELSEIF  "$(CFG)" == "lincity - Win32 Debug"
718
719DEP_CPP_ANIMA=\
720	".\lin-city.h"\
721	".\cliglobs.h"\
722	".\engglobs.h"\
723	".\lctypes.h"\
724	".\clinet.h"\
725	".\animate.h"\
726	".\lintypes.h"\
727	".\common.h"\
728	".\geometry.h"\
729	".\shrnet.h"\
730	".\protocol.h"\
731	".\lcconfig.h"\
732	{$(INCLUDE)}"\sys\Types.h"\
733	".\config.h"\
734	".\confw32.h"\
735
736
737"$(INTDIR)\Animate.obj" : $(SOURCE) $(DEP_CPP_ANIMA) "$(INTDIR)"
738
739
740!ENDIF
741
742# End Source File
743################################################################################
744# Begin Source File
745
746SOURCE=.\Cliglobs.c
747
748!IF  "$(CFG)" == "lincity - Win32 Release"
749
750DEP_CPP_CLIGL=\
751	".\cliglobs.h"\
752	".\common.h"\
753	".\geometry.h"\
754	".\lin-city.h"\
755	".\lintypes.h"\
756	".\lcx11.h"\
757	".\lcwin32.h"\
758
759
760"$(INTDIR)\Cliglobs.obj" : $(SOURCE) $(DEP_CPP_CLIGL) "$(INTDIR)"
761
762
763!ELSEIF  "$(CFG)" == "lincity - Win32 Debug"
764
765DEP_CPP_CLIGL=\
766	".\cliglobs.h"\
767	".\common.h"\
768	".\geometry.h"\
769
770
771"$(INTDIR)\Cliglobs.obj" : $(SOURCE) $(DEP_CPP_CLIGL) "$(INTDIR)"
772
773
774!ENDIF
775
776# End Source File
777################################################################################
778# Begin Source File
779
780SOURCE=.\Climsg.c
781
782!IF  "$(CFG)" == "lincity - Win32 Release"
783
784DEP_CPP_CLIMS=\
785	".\lcconfig.h"\
786	".\lin-city.h"\
787	".\lctypes.h"\
788	".\engglobs.h"\
789	".\cliglobs.h"\
790	".\clinet.h"\
791	".\shrnet.h"\
792	".\config.h"\
793	".\confw32.h"\
794	".\lintypes.h"\
795	".\common.h"\
796	".\geometry.h"\
797	".\lcx11.h"\
798	".\lcwin32.h"\
799	".\protocol.h"\
800	{$(INCLUDE)}"\sys\Types.h"\
801
802
803"$(INTDIR)\Climsg.obj" : $(SOURCE) $(DEP_CPP_CLIMS) "$(INTDIR)"
804
805
806!ELSEIF  "$(CFG)" == "lincity - Win32 Debug"
807
808DEP_CPP_CLIMS=\
809	".\lcconfig.h"\
810	".\lin-city.h"\
811	".\lctypes.h"\
812	".\engglobs.h"\
813	".\cliglobs.h"\
814	".\clinet.h"\
815	".\shrnet.h"\
816	".\config.h"\
817	".\confw32.h"\
818	".\lintypes.h"\
819	".\common.h"\
820	".\geometry.h"\
821	".\protocol.h"\
822	{$(INCLUDE)}"\sys\Types.h"\
823
824
825"$(INTDIR)\Climsg.obj" : $(SOURCE) $(DEP_CPP_CLIMS) "$(INTDIR)"
826
827
828!ENDIF
829
830# End Source File
831################################################################################
832# Begin Source File
833
834SOURCE=.\Clinet.c
835DEP_CPP_CLINE=\
836	".\lcconfig.h"\
837	{$(INCLUDE)}"\sys\Types.h"\
838	".\shrnet.h"\
839	".\clinet.h"\
840	".\climsg.h"\
841	".\config.h"\
842	".\confw32.h"\
843	".\protocol.h"\
844	".\lin-city.h"\
845	".\lintypes.h"\
846
847
848"$(INTDIR)\Clinet.obj" : $(SOURCE) $(DEP_CPP_CLINE) "$(INTDIR)"
849
850
851# End Source File
852################################################################################
853# Begin Source File
854
855SOURCE=.\Clistubs.c
856
857!IF  "$(CFG)" == "lincity - Win32 Release"
858
859DEP_CPP_CLIST=\
860	".\lin-city.h"\
861	".\engglobs.h"\
862	".\lctypes.h"\
863	".\clinet.h"\
864	".\climsg.h"\
865	".\simulate.h"\
866	".\animate.h"\
867	".\engine.h"\
868	".\lintypes.h"\
869	".\common.h"\
870	".\geometry.h"\
871	".\lcx11.h"\
872	".\lcwin32.h"\
873	".\shrnet.h"\
874	".\protocol.h"\
875	".\lcconfig.h"\
876	{$(INCLUDE)}"\sys\Types.h"\
877	".\config.h"\
878	".\confw32.h"\
879
880
881"$(INTDIR)\Clistubs.obj" : $(SOURCE) $(DEP_CPP_CLIST) "$(INTDIR)"
882
883
884!ELSEIF  "$(CFG)" == "lincity - Win32 Debug"
885
886DEP_CPP_CLIST=\
887	".\lin-city.h"\
888	".\engglobs.h"\
889	".\lctypes.h"\
890	".\clinet.h"\
891	".\climsg.h"\
892	".\simulate.h"\
893	".\animate.h"\
894	".\engine.h"\
895	".\lintypes.h"\
896	".\common.h"\
897	".\geometry.h"\
898	".\shrnet.h"\
899	".\protocol.h"\
900	".\lcconfig.h"\
901	{$(INCLUDE)}"\sys\Types.h"\
902	".\config.h"\
903	".\confw32.h"\
904
905
906"$(INTDIR)\Clistubs.obj" : $(SOURCE) $(DEP_CPP_CLIST) "$(INTDIR)"
907
908
909!ENDIF
910
911# End Source File
912################################################################################
913# Begin Source File
914
915SOURCE=.\Clitypes.c
916
917!IF  "$(CFG)" == "lincity - Win32 Release"
918
919DEP_CPP_CLITY=\
920	".\config.h"\
921	".\confw32.h"\
922	".\common.h"\
923	".\lctypes.h"\
924	".\lin-city.h"\
925	".\typeinit.h"\
926	".\cliglobs.h"\
927	".\engglobs.h"\
928	".\lcx11.h"\
929	".\lcwin32.h"\
930	".\lintypes.h"\
931	".\geometry.h"\
932
933
934"$(INTDIR)\Clitypes.obj" : $(SOURCE) $(DEP_CPP_CLITY) "$(INTDIR)"
935
936
937!ELSEIF  "$(CFG)" == "lincity - Win32 Debug"
938
939DEP_CPP_CLITY=\
940	".\config.h"\
941	".\confw32.h"\
942	".\common.h"\
943	".\lctypes.h"\
944	".\lin-city.h"\
945	".\typeinit.h"\
946	".\cliglobs.h"\
947	".\engglobs.h"\
948	".\lintypes.h"\
949	".\geometry.h"\
950
951
952"$(INTDIR)\Clitypes.obj" : $(SOURCE) $(DEP_CPP_CLITY) "$(INTDIR)"
953
954
955!ENDIF
956
957# End Source File
958################################################################################
959# Begin Source File
960
961SOURCE=.\Engine.c
962
963!IF  "$(CFG)" == "lincity - Win32 Release"
964
965DEP_CPP_ENGIN=\
966	".\common.h"\
967	".\lctypes.h"\
968	".\lin-city.h"\
969	".\engine.h"\
970	".\engglobs.h"\
971	".\cliglobs.h"\
972	".\simulate.h"\
973	".\sernet.h"\
974	".\lcx11.h"\
975	".\lcwin32.h"\
976	".\lintypes.h"\
977	".\geometry.h"\
978	".\shrnet.h"\
979	".\protocol.h"\
980	".\lcconfig.h"\
981	{$(INCLUDE)}"\sys\Types.h"\
982	".\config.h"\
983	".\confw32.h"\
984
985
986"$(INTDIR)\Engine.obj" : $(SOURCE) $(DEP_CPP_ENGIN) "$(INTDIR)"
987
988
989!ELSEIF  "$(CFG)" == "lincity - Win32 Debug"
990
991DEP_CPP_ENGIN=\
992	".\common.h"\
993	".\lctypes.h"\
994	".\lin-city.h"\
995	".\engine.h"\
996	".\engglobs.h"\
997	".\cliglobs.h"\
998	".\simulate.h"\
999	".\sernet.h"\
1000	".\lintypes.h"\
1001	".\geometry.h"\
1002	".\shrnet.h"\
1003	".\protocol.h"\
1004	".\lcconfig.h"\
1005	{$(INCLUDE)}"\sys\Types.h"\
1006	".\config.h"\
1007	".\confw32.h"\
1008
1009
1010"$(INTDIR)\Engine.obj" : $(SOURCE) $(DEP_CPP_ENGIN) "$(INTDIR)"
1011
1012
1013!ENDIF
1014
1015# End Source File
1016################################################################################
1017# Begin Source File
1018
1019SOURCE=.\Fileutil.c
1020
1021!IF  "$(CFG)" == "lincity - Win32 Release"
1022
1023DEP_CPP_FILEU=\
1024	".\lcconfig.h"\
1025	{$(INCLUDE)}"\sys\Types.h"\
1026	{$(INCLUDE)}"\sys\Stat.h"\
1027	".\common.h"\
1028	".\lctypes.h"\
1029	".\lin-city.h"\
1030	".\cliglobs.h"\
1031	".\engglobs.h"\
1032	".\fileutil.h"\
1033	".\config.h"\
1034	".\confw32.h"\
1035	".\lcx11.h"\
1036	".\lcwin32.h"\
1037	".\lintypes.h"\
1038	".\geometry.h"\
1039
1040
1041"$(INTDIR)\Fileutil.obj" : $(SOURCE) $(DEP_CPP_FILEU) "$(INTDIR)"
1042
1043
1044!ELSEIF  "$(CFG)" == "lincity - Win32 Debug"
1045
1046DEP_CPP_FILEU=\
1047	".\lcconfig.h"\
1048	{$(INCLUDE)}"\sys\Types.h"\
1049	{$(INCLUDE)}"\sys\Stat.h"\
1050	".\common.h"\
1051	".\lctypes.h"\
1052	".\lin-city.h"\
1053	".\cliglobs.h"\
1054	".\engglobs.h"\
1055	".\fileutil.h"\
1056	".\config.h"\
1057	".\confw32.h"\
1058	".\lintypes.h"\
1059	".\geometry.h"\
1060
1061
1062"$(INTDIR)\Fileutil.obj" : $(SOURCE) $(DEP_CPP_FILEU) "$(INTDIR)"
1063
1064
1065!ENDIF
1066
1067# End Source File
1068################################################################################
1069# Begin Source File
1070
1071SOURCE=.\Geometry.c
1072
1073!IF  "$(CFG)" == "lincity - Win32 Release"
1074
1075DEP_CPP_GEOME=\
1076	".\config.h"\
1077	".\confw32.h"\
1078	".\lin-city.h"\
1079	".\common.h"\
1080	".\geometry.h"\
1081	".\cliglobs.h"\
1082	".\lintypes.h"\
1083	".\lcx11.h"\
1084	".\lcwin32.h"\
1085
1086
1087"$(INTDIR)\Geometry.obj" : $(SOURCE) $(DEP_CPP_GEOME) "$(INTDIR)"
1088
1089
1090!ELSEIF  "$(CFG)" == "lincity - Win32 Debug"
1091
1092DEP_CPP_GEOME=\
1093	".\config.h"\
1094	".\confw32.h"\
1095	".\lin-city.h"\
1096	".\common.h"\
1097	".\geometry.h"\
1098	".\cliglobs.h"\
1099	".\lintypes.h"\
1100
1101
1102"$(INTDIR)\Geometry.obj" : $(SOURCE) $(DEP_CPP_GEOME) "$(INTDIR)"
1103
1104
1105!ENDIF
1106
1107# End Source File
1108################################################################################
1109# Begin Source File
1110
1111SOURCE=.\Lchelp.c
1112
1113!IF  "$(CFG)" == "lincity - Win32 Release"
1114
1115DEP_CPP_LCHEL=\
1116	".\config.h"\
1117	".\confw32.h"\
1118	".\common.h"\
1119	".\lctypes.h"\
1120	".\lin-city.h"\
1121	".\help.h"\
1122	".\clistubs.h"\
1123	".\lcx11.h"\
1124	".\lcwin32.h"\
1125	".\lintypes.h"\
1126	".\cliglobs.h"\
1127	".\geometry.h"\
1128
1129
1130"$(INTDIR)\Lchelp.obj" : $(SOURCE) $(DEP_CPP_LCHEL) "$(INTDIR)"
1131
1132
1133!ELSEIF  "$(CFG)" == "lincity - Win32 Debug"
1134
1135DEP_CPP_LCHEL=\
1136	".\config.h"\
1137	".\confw32.h"\
1138	".\common.h"\
1139	".\lctypes.h"\
1140	".\lin-city.h"\
1141	".\help.h"\
1142	".\clistubs.h"\
1143	".\lintypes.h"\
1144	".\cliglobs.h"\
1145
1146
1147"$(INTDIR)\Lchelp.obj" : $(SOURCE) $(DEP_CPP_LCHEL) "$(INTDIR)"
1148
1149
1150!ENDIF
1151
1152# End Source File
1153################################################################################
1154# Begin Source File
1155
1156SOURCE=.\Lcwin32.c
1157
1158!IF  "$(CFG)" == "lincity - Win32 Release"
1159
1160DEP_CPP_LCWIN=\
1161	".\lin-city.h"\
1162	".\common.h"\
1163	".\lctypes.h"\
1164	".\lintypes.h"\
1165	".\lcx11.h"\
1166	".\lcwin32.h"\
1167
1168
1169"$(INTDIR)\Lcwin32.obj" : $(SOURCE) $(DEP_CPP_LCWIN) "$(INTDIR)"
1170
1171
1172!ELSEIF  "$(CFG)" == "lincity - Win32 Debug"
1173
1174DEP_CPP_LCWIN=\
1175	".\lin-city.h"\
1176	".\common.h"\
1177	".\lctypes.h"\
1178	".\lintypes.h"\
1179
1180
1181"$(INTDIR)\Lcwin32.obj" : $(SOURCE) $(DEP_CPP_LCWIN) "$(INTDIR)"
1182
1183
1184!ENDIF
1185
1186# End Source File
1187################################################################################
1188# Begin Source File
1189
1190SOURCE=.\Ldsvgui.c
1191
1192!IF  "$(CFG)" == "lincity - Win32 Release"
1193
1194DEP_CPP_LDSVG=\
1195	".\lcconfig.h"\
1196	{$(INCLUDE)}"\sys\Types.h"\
1197	{$(INCLUDE)}"\sys\Stat.h"\
1198	".\common.h"\
1199	".\lctypes.h"\
1200	".\lin-city.h"\
1201	".\cliglobs.h"\
1202	".\engglobs.h"\
1203	".\protocol.h"\
1204	".\clinet.h"\
1205	".\ldsvguts.h"\
1206	".\fileutil.h"\
1207	".\config.h"\
1208	".\confw32.h"\
1209	".\lcx11.h"\
1210	".\lcwin32.h"\
1211	".\lintypes.h"\
1212	".\geometry.h"\
1213	".\shrnet.h"\
1214
1215
1216"$(INTDIR)\Ldsvgui.obj" : $(SOURCE) $(DEP_CPP_LDSVG) "$(INTDIR)"
1217
1218
1219!ELSEIF  "$(CFG)" == "lincity - Win32 Debug"
1220
1221DEP_CPP_LDSVG=\
1222	".\lcconfig.h"\
1223	{$(INCLUDE)}"\sys\Types.h"\
1224	{$(INCLUDE)}"\sys\Stat.h"\
1225	".\common.h"\
1226	".\lctypes.h"\
1227	".\lin-city.h"\
1228	".\cliglobs.h"\
1229	".\engglobs.h"\
1230	".\protocol.h"\
1231	".\clinet.h"\
1232	".\ldsvguts.h"\
1233	".\fileutil.h"\
1234	".\config.h"\
1235	".\confw32.h"\
1236	".\lintypes.h"\
1237	".\geometry.h"\
1238	".\shrnet.h"\
1239
1240
1241"$(INTDIR)\Ldsvgui.obj" : $(SOURCE) $(DEP_CPP_LDSVG) "$(INTDIR)"
1242
1243
1244!ENDIF
1245
1246# End Source File
1247################################################################################
1248# Begin Source File
1249
1250SOURCE=.\Ldsvguts.c
1251
1252!IF  "$(CFG)" == "lincity - Win32 Release"
1253
1254DEP_CPP_LDSVGU=\
1255	".\config.h"\
1256	".\confw32.h"\
1257	{$(INCLUDE)}"\sys\Types.h"\
1258	{$(INCLUDE)}"\sys\Stat.h"\
1259	".\common.h"\
1260	".\lctypes.h"\
1261	".\lin-city.h"\
1262	".\cliglobs.h"\
1263	".\engglobs.h"\
1264	".\fileutil.h"\
1265	".\lcx11.h"\
1266	".\lcwin32.h"\
1267	".\lintypes.h"\
1268	".\geometry.h"\
1269
1270
1271"$(INTDIR)\Ldsvguts.obj" : $(SOURCE) $(DEP_CPP_LDSVGU) "$(INTDIR)"
1272
1273
1274!ELSEIF  "$(CFG)" == "lincity - Win32 Debug"
1275
1276DEP_CPP_LDSVGU=\
1277	".\config.h"\
1278	".\confw32.h"\
1279	{$(INCLUDE)}"\sys\Types.h"\
1280	{$(INCLUDE)}"\sys\Stat.h"\
1281	".\common.h"\
1282	".\lctypes.h"\
1283	".\lin-city.h"\
1284	".\cliglobs.h"\
1285	".\engglobs.h"\
1286	".\fileutil.h"\
1287	".\lintypes.h"\
1288	".\geometry.h"\
1289
1290
1291"$(INTDIR)\Ldsvguts.obj" : $(SOURCE) $(DEP_CPP_LDSVGU) "$(INTDIR)"
1292
1293
1294!ENDIF
1295
1296# End Source File
1297################################################################################
1298# Begin Source File
1299
1300SOURCE=.\Lintypes.c
1301
1302!IF  "$(CFG)" == "lincity - Win32 Release"
1303
1304DEP_CPP_LINTY=\
1305	".\lin-city.h"\
1306	".\engglobs.h"\
1307	".\lctypes.h"\
1308	".\lintypes.h"\
1309	".\common.h"\
1310	".\geometry.h"\
1311	".\lcx11.h"\
1312	".\lcwin32.h"\
1313
1314
1315"$(INTDIR)\Lintypes.obj" : $(SOURCE) $(DEP_CPP_LINTY) "$(INTDIR)"
1316
1317
1318!ELSEIF  "$(CFG)" == "lincity - Win32 Debug"
1319
1320DEP_CPP_LINTY=\
1321	".\lin-city.h"\
1322	".\engglobs.h"\
1323	".\lctypes.h"\
1324	".\lintypes.h"\
1325	".\common.h"\
1326	".\geometry.h"\
1327
1328
1329"$(INTDIR)\Lintypes.obj" : $(SOURCE) $(DEP_CPP_LINTY) "$(INTDIR)"
1330
1331
1332!ENDIF
1333
1334# End Source File
1335################################################################################
1336# Begin Source File
1337
1338SOURCE=.\Main.c
1339
1340!IF  "$(CFG)" == "lincity - Win32 Release"
1341
1342DEP_CPP_MAIN_=\
1343	".\lcconfig.h"\
1344	{$(INCLUDE)}"\sys\Types.h"\
1345	{$(INCLUDE)}"\sys\Stat.h"\
1346	".\common.h"\
1347	".\lctypes.h"\
1348	".\lin-city.h"\
1349	".\cliglobs.h"\
1350	".\engglobs.h"\
1351	".\animate.h"\
1352	".\timer.h"\
1353	".\clistubs.h"\
1354	".\ldsvgui.h"\
1355	".\simulate.h"\
1356	".\config.h"\
1357	".\confw32.h"\
1358	".\lcx11.h"\
1359	".\lcwin32.h"\
1360	".\lintypes.h"\
1361	".\geometry.h"\
1362
1363
1364"$(INTDIR)\Main.obj" : $(SOURCE) $(DEP_CPP_MAIN_) "$(INTDIR)"
1365
1366
1367!ELSEIF  "$(CFG)" == "lincity - Win32 Debug"
1368
1369DEP_CPP_MAIN_=\
1370	".\lcconfig.h"\
1371	{$(INCLUDE)}"\sys\Types.h"\
1372	{$(INCLUDE)}"\sys\Stat.h"\
1373	".\common.h"\
1374	".\lctypes.h"\
1375	".\lin-city.h"\
1376	".\cliglobs.h"\
1377	".\engglobs.h"\
1378	".\animate.h"\
1379	".\timer.h"\
1380	".\clistubs.h"\
1381	".\ldsvgui.h"\
1382	".\simulate.h"\
1383	".\config.h"\
1384	".\confw32.h"\
1385	".\lintypes.h"\
1386	".\geometry.h"\
1387
1388
1389"$(INTDIR)\Main.obj" : $(SOURCE) $(DEP_CPP_MAIN_) "$(INTDIR)"
1390
1391
1392!ENDIF
1393
1394# End Source File
1395################################################################################
1396# Begin Source File
1397
1398SOURCE=.\Market.c
1399
1400!IF  "$(CFG)" == "lincity - Win32 Release"
1401
1402DEP_CPP_MARKE=\
1403	".\common.h"\
1404	".\lctypes.h"\
1405	".\lin-city.h"\
1406	".\market.h"\
1407	".\lcx11.h"\
1408	".\lcwin32.h"\
1409	".\lintypes.h"\
1410	".\engglobs.h"\
1411	".\geometry.h"\
1412
1413
1414"$(INTDIR)\Market.obj" : $(SOURCE) $(DEP_CPP_MARKE) "$(INTDIR)"
1415
1416
1417!ELSEIF  "$(CFG)" == "lincity - Win32 Debug"
1418
1419DEP_CPP_MARKE=\
1420	".\common.h"\
1421	".\lctypes.h"\
1422	".\lin-city.h"\
1423	".\market.h"\
1424	".\lintypes.h"\
1425	".\engglobs.h"\
1426	".\geometry.h"\
1427
1428
1429"$(INTDIR)\Market.obj" : $(SOURCE) $(DEP_CPP_MARKE) "$(INTDIR)"
1430
1431
1432!ENDIF
1433
1434# End Source File
1435################################################################################
1436# Begin Source File
1437
1438SOURCE=.\Mouse.c
1439
1440!IF  "$(CFG)" == "lincity - Win32 Release"
1441
1442DEP_CPP_MOUSE=\
1443	".\config.h"\
1444	".\confw32.h"\
1445	".\common.h"\
1446	".\lctypes.h"\
1447	".\lin-city.h"\
1448	".\mouse.h"\
1449	".\engglobs.h"\
1450	".\clistubs.h"\
1451	".\engine.h"\
1452	".\screen.h"\
1453	".\climsg.h"\
1454	".\lcx11.h"\
1455	".\lcwin32.h"\
1456	".\lintypes.h"\
1457	".\cliglobs.h"\
1458	".\geometry.h"\
1459
1460
1461"$(INTDIR)\Mouse.obj" : $(SOURCE) $(DEP_CPP_MOUSE) "$(INTDIR)"
1462
1463
1464!ELSEIF  "$(CFG)" == "lincity - Win32 Debug"
1465
1466DEP_CPP_MOUSE=\
1467	".\config.h"\
1468	".\confw32.h"\
1469	".\common.h"\
1470	".\lctypes.h"\
1471	".\lin-city.h"\
1472	".\mouse.h"\
1473	".\engglobs.h"\
1474	".\clistubs.h"\
1475	".\engine.h"\
1476	".\screen.h"\
1477	".\climsg.h"\
1478	".\lintypes.h"\
1479	".\cliglobs.h"\
1480	".\geometry.h"\
1481
1482
1483"$(INTDIR)\Mouse.obj" : $(SOURCE) $(DEP_CPP_MOUSE) "$(INTDIR)"
1484
1485
1486!ENDIF
1487
1488# End Source File
1489################################################################################
1490# Begin Source File
1491
1492SOURCE=.\Mps.c
1493
1494!IF  "$(CFG)" == "lincity - Win32 Release"
1495
1496DEP_CPP_MPS_C=\
1497	".\config.h"\
1498	".\confw32.h"\
1499	".\common.h"\
1500	".\lctypes.h"\
1501	".\lin-city.h"\
1502	".\mps.h"\
1503	".\engglobs.h"\
1504	".\clistubs.h"\
1505	".\lcx11.h"\
1506	".\lcwin32.h"\
1507	".\lintypes.h"\
1508	".\cliglobs.h"\
1509	".\geometry.h"\
1510
1511
1512"$(INTDIR)\Mps.obj" : $(SOURCE) $(DEP_CPP_MPS_C) "$(INTDIR)"
1513
1514
1515!ELSEIF  "$(CFG)" == "lincity - Win32 Debug"
1516
1517DEP_CPP_MPS_C=\
1518	".\config.h"\
1519	".\confw32.h"\
1520	".\common.h"\
1521	".\lctypes.h"\
1522	".\lin-city.h"\
1523	".\mps.h"\
1524	".\engglobs.h"\
1525	".\clistubs.h"\
1526	".\lintypes.h"\
1527	".\cliglobs.h"\
1528	".\geometry.h"\
1529
1530
1531"$(INTDIR)\Mps.obj" : $(SOURCE) $(DEP_CPP_MPS_C) "$(INTDIR)"
1532
1533
1534!ENDIF
1535
1536# End Source File
1537################################################################################
1538# Begin Source File
1539
1540SOURCE=.\Screen.c
1541
1542!IF  "$(CFG)" == "lincity - Win32 Release"
1543
1544DEP_CPP_SCREE=\
1545	".\config.h"\
1546	".\confw32.h"\
1547	".\common.h"\
1548	".\lctypes.h"\
1549	".\lin-city.h"\
1550	".\screen.h"\
1551	".\engglobs.h"\
1552	".\clistubs.h"\
1553	".\lcx11.h"\
1554	".\lcwin32.h"\
1555	".\lintypes.h"\
1556	".\cliglobs.h"\
1557	".\geometry.h"\
1558
1559
1560"$(INTDIR)\Screen.obj" : $(SOURCE) $(DEP_CPP_SCREE) "$(INTDIR)"
1561
1562
1563!ELSEIF  "$(CFG)" == "lincity - Win32 Debug"
1564
1565DEP_CPP_SCREE=\
1566	".\config.h"\
1567	".\confw32.h"\
1568	".\common.h"\
1569	".\lctypes.h"\
1570	".\lin-city.h"\
1571	".\screen.h"\
1572	".\engglobs.h"\
1573	".\clistubs.h"\
1574	".\lintypes.h"\
1575	".\cliglobs.h"\
1576	".\geometry.h"\
1577
1578
1579"$(INTDIR)\Screen.obj" : $(SOURCE) $(DEP_CPP_SCREE) "$(INTDIR)"
1580
1581
1582!ENDIF
1583
1584# End Source File
1585################################################################################
1586# Begin Source File
1587
1588SOURCE=.\Shrglobs.c
1589
1590!IF  "$(CFG)" == "lincity - Win32 Release"
1591
1592DEP_CPP_SHRGL=\
1593	".\engglobs.h"\
1594	".\common.h"\
1595	".\lin-city.h"\
1596	".\geometry.h"\
1597	".\lintypes.h"\
1598	".\lcx11.h"\
1599	".\lcwin32.h"\
1600
1601
1602"$(INTDIR)\Shrglobs.obj" : $(SOURCE) $(DEP_CPP_SHRGL) "$(INTDIR)"
1603
1604
1605!ELSEIF  "$(CFG)" == "lincity - Win32 Debug"
1606
1607DEP_CPP_SHRGL=\
1608	".\engglobs.h"\
1609	".\common.h"\
1610	".\lin-city.h"\
1611	".\geometry.h"\
1612	".\lintypes.h"\
1613
1614
1615"$(INTDIR)\Shrglobs.obj" : $(SOURCE) $(DEP_CPP_SHRGL) "$(INTDIR)"
1616
1617
1618!ENDIF
1619
1620# End Source File
1621################################################################################
1622# Begin Source File
1623
1624SOURCE=.\Shrnet.c
1625DEP_CPP_SHRNE=\
1626	".\lcconfig.h"\
1627	{$(INCLUDE)}"\sys\Types.h"\
1628	".\shrnet.h"\
1629	".\protocol.h"\
1630	".\config.h"\
1631	".\confw32.h"\
1632	".\lin-city.h"\
1633	".\lintypes.h"\
1634
1635
1636"$(INTDIR)\Shrnet.obj" : $(SOURCE) $(DEP_CPP_SHRNE) "$(INTDIR)"
1637
1638
1639# End Source File
1640################################################################################
1641# Begin Source File
1642
1643SOURCE=.\Shrtypes.c
1644
1645!IF  "$(CFG)" == "lincity - Win32 Release"
1646
1647DEP_CPP_SHRTY=\
1648	".\config.h"\
1649	".\confw32.h"\
1650	".\common.h"\
1651	".\lctypes.h"\
1652	".\lin-city.h"\
1653	".\typeinit.h"\
1654	".\cliglobs.h"\
1655	".\engglobs.h"\
1656	".\lcx11.h"\
1657	".\lcwin32.h"\
1658	".\lintypes.h"\
1659	".\geometry.h"\
1660
1661
1662"$(INTDIR)\Shrtypes.obj" : $(SOURCE) $(DEP_CPP_SHRTY) "$(INTDIR)"
1663
1664
1665!ELSEIF  "$(CFG)" == "lincity - Win32 Debug"
1666
1667DEP_CPP_SHRTY=\
1668	".\config.h"\
1669	".\confw32.h"\
1670	".\common.h"\
1671	".\lctypes.h"\
1672	".\lin-city.h"\
1673	".\typeinit.h"\
1674	".\cliglobs.h"\
1675	".\engglobs.h"\
1676	".\lintypes.h"\
1677	".\geometry.h"\
1678
1679
1680"$(INTDIR)\Shrtypes.obj" : $(SOURCE) $(DEP_CPP_SHRTY) "$(INTDIR)"
1681
1682
1683!ENDIF
1684
1685# End Source File
1686################################################################################
1687# Begin Source File
1688
1689SOURCE=.\Simulate.c
1690
1691!IF  "$(CFG)" == "lincity - Win32 Release"
1692
1693DEP_CPP_SIMUL=\
1694	".\lcconfig.h"\
1695	{$(INCLUDE)}"\sys\Types.h"\
1696	{$(INCLUDE)}"\sys\Stat.h"\
1697	".\common.h"\
1698	".\lctypes.h"\
1699	".\lin-city.h"\
1700	".\cliglobs.h"\
1701	".\engglobs.h"\
1702	".\config.h"\
1703	".\confw32.h"\
1704	".\lcx11.h"\
1705	".\lcwin32.h"\
1706	".\lintypes.h"\
1707	".\geometry.h"\
1708
1709
1710"$(INTDIR)\Simulate.obj" : $(SOURCE) $(DEP_CPP_SIMUL) "$(INTDIR)"
1711
1712
1713!ELSEIF  "$(CFG)" == "lincity - Win32 Debug"
1714
1715DEP_CPP_SIMUL=\
1716	".\lcconfig.h"\
1717	{$(INCLUDE)}"\sys\Types.h"\
1718	{$(INCLUDE)}"\sys\Stat.h"\
1719	".\common.h"\
1720	".\lctypes.h"\
1721	".\lin-city.h"\
1722	".\cliglobs.h"\
1723	".\engglobs.h"\
1724	".\config.h"\
1725	".\confw32.h"\
1726	".\lintypes.h"\
1727	".\geometry.h"\
1728
1729
1730"$(INTDIR)\Simulate.obj" : $(SOURCE) $(DEP_CPP_SIMUL) "$(INTDIR)"
1731
1732
1733!ENDIF
1734
1735# End Source File
1736################################################################################
1737# Begin Source File
1738
1739SOURCE=.\Splash.c
1740
1741!IF  "$(CFG)" == "lincity - Win32 Release"
1742
1743DEP_CPP_SPLAS=\
1744	".\config.h"\
1745	".\confw32.h"\
1746	{$(INCLUDE)}"\sys\Types.h"\
1747	{$(INCLUDE)}"\sys\Stat.h"\
1748	".\common.h"\
1749	".\lctypes.h"\
1750	".\lin-city.h"\
1751	".\cliglobs.h"\
1752	".\engglobs.h"\
1753	".\lcx11.h"\
1754	".\lcwin32.h"\
1755	".\lintypes.h"\
1756	".\geometry.h"\
1757
1758
1759"$(INTDIR)\Splash.obj" : $(SOURCE) $(DEP_CPP_SPLAS) "$(INTDIR)"
1760
1761
1762!ELSEIF  "$(CFG)" == "lincity - Win32 Debug"
1763
1764DEP_CPP_SPLAS=\
1765	".\config.h"\
1766	".\confw32.h"\
1767	{$(INCLUDE)}"\sys\Types.h"\
1768	{$(INCLUDE)}"\sys\Stat.h"\
1769	".\common.h"\
1770	".\lctypes.h"\
1771	".\lin-city.h"\
1772	".\cliglobs.h"\
1773	".\engglobs.h"\
1774	".\lintypes.h"\
1775	".\geometry.h"\
1776
1777
1778"$(INTDIR)\Splash.obj" : $(SOURCE) $(DEP_CPP_SPLAS) "$(INTDIR)"
1779
1780
1781!ENDIF
1782
1783# End Source File
1784################################################################################
1785# Begin Source File
1786
1787SOURCE=.\Timer.c
1788
1789!IF  "$(CFG)" == "lincity - Win32 Release"
1790
1791DEP_CPP_TIMER=\
1792	".\config.h"\
1793	".\confw32.h"\
1794	".\cliglobs.h"\
1795	".\common.h"\
1796	".\lin-city.h"\
1797	".\geometry.h"\
1798	".\lcx11.h"\
1799	".\lcwin32.h"\
1800	".\lintypes.h"\
1801
1802
1803"$(INTDIR)\Timer.obj" : $(SOURCE) $(DEP_CPP_TIMER) "$(INTDIR)"
1804
1805
1806!ELSEIF  "$(CFG)" == "lincity - Win32 Debug"
1807
1808DEP_CPP_TIMER=\
1809	".\config.h"\
1810	".\confw32.h"\
1811	".\cliglobs.h"\
1812	".\common.h"\
1813
1814
1815"$(INTDIR)\Timer.obj" : $(SOURCE) $(DEP_CPP_TIMER) "$(INTDIR)"
1816
1817
1818!ENDIF
1819
1820# End Source File
1821################################################################################
1822# Begin Source File
1823
1824SOURCE=.\transport.c
1825
1826!IF  "$(CFG)" == "lincity - Win32 Release"
1827
1828DEP_CPP_TRANS=\
1829	".\common.h"\
1830	".\lctypes.h"\
1831	".\lin-city.h"\
1832	".\transport.h"\
1833	".\lcx11.h"\
1834	".\lcwin32.h"\
1835	".\lintypes.h"\
1836	".\engglobs.h"\
1837	".\geometry.h"\
1838
1839
1840"$(INTDIR)\transport.obj" : $(SOURCE) $(DEP_CPP_TRANS) "$(INTDIR)"
1841
1842
1843!ELSEIF  "$(CFG)" == "lincity - Win32 Debug"
1844
1845DEP_CPP_TRANS=\
1846	".\common.h"\
1847	".\lctypes.h"\
1848	".\lin-city.h"\
1849	".\transport.h"\
1850	".\lintypes.h"\
1851	".\engglobs.h"\
1852	".\geometry.h"\
1853
1854
1855"$(INTDIR)\transport.obj" : $(SOURCE) $(DEP_CPP_TRANS) "$(INTDIR)"
1856
1857
1858!ENDIF
1859
1860# End Source File
1861################################################################################
1862# Begin Source File
1863
1864SOURCE=.\Winmain.c
1865
1866!IF  "$(CFG)" == "lincity - Win32 Release"
1867
1868DEP_CPP_WINMA=\
1869	".\lin-city.h"\
1870	".\common.h"\
1871	".\generic.h"\
1872	".\mouse.h"\
1873	".\lintypes.h"\
1874	".\lcx11.h"\
1875	".\lcwin32.h"\
1876	".\cliglobs.h"\
1877	".\geometry.h"\
1878
1879
1880"$(INTDIR)\Winmain.obj" : $(SOURCE) $(DEP_CPP_WINMA) "$(INTDIR)"
1881
1882
1883!ELSEIF  "$(CFG)" == "lincity - Win32 Debug"
1884
1885DEP_CPP_WINMA=\
1886	".\lin-city.h"\
1887	".\common.h"\
1888	".\generic.h"\
1889	".\mouse.h"\
1890	".\lintypes.h"\
1891	".\cliglobs.h"\
1892
1893
1894"$(INTDIR)\Winmain.obj" : $(SOURCE) $(DEP_CPP_WINMA) "$(INTDIR)"
1895
1896
1897!ENDIF
1898
1899# End Source File
1900################################################################################
1901# Begin Source File
1902
1903SOURCE=.\Lincity.rc
1904DEP_RSC_LINCI=\
1905	".\SMALL.ICO"\
1906	".\lincity.ico"\
1907	".\resource.h"\
1908	".\generic.h"\
1909
1910
1911"$(INTDIR)\Lincity.res" : $(SOURCE) $(DEP_RSC_LINCI) "$(INTDIR)"
1912   $(RSC) $(RSC_PROJ) $(SOURCE)
1913
1914
1915# End Source File
1916# End Target
1917################################################################################
1918# Begin Target
1919
1920# Name "lcserver - Win32 Release"
1921# Name "lcserver - Win32 Debug"
1922
1923!IF  "$(CFG)" == "lcserver - Win32 Release"
1924
1925!ELSEIF  "$(CFG)" == "lcserver - Win32 Debug"
1926
1927!ENDIF
1928
1929################################################################################
1930# Begin Source File
1931
1932SOURCE=.\transport.c
1933DEP_CPP_TRANS=\
1934	".\common.h"\
1935	".\lctypes.h"\
1936	".\lin-city.h"\
1937	".\transport.h"\
1938	".\lcx11.h"\
1939	".\lcwin32.h"\
1940	".\lintypes.h"\
1941	".\engglobs.h"\
1942	".\geometry.h"\
1943
1944
1945"$(INTDIR)\transport.obj" : $(SOURCE) $(DEP_CPP_TRANS) "$(INTDIR)"
1946
1947
1948# End Source File
1949################################################################################
1950# Begin Source File
1951
1952SOURCE=.\Fileutil.c
1953DEP_CPP_FILEU=\
1954	".\lcconfig.h"\
1955	{$(INCLUDE)}"\sys\Types.h"\
1956	{$(INCLUDE)}"\sys\Stat.h"\
1957	".\common.h"\
1958	".\lctypes.h"\
1959	".\lin-city.h"\
1960	".\cliglobs.h"\
1961	".\engglobs.h"\
1962	".\fileutil.h"\
1963	".\config.h"\
1964	".\confw32.h"\
1965	".\lcx11.h"\
1966	".\lcwin32.h"\
1967	".\lintypes.h"\
1968	".\geometry.h"\
1969
1970
1971"$(INTDIR)\Fileutil.obj" : $(SOURCE) $(DEP_CPP_FILEU) "$(INTDIR)"
1972
1973
1974# End Source File
1975################################################################################
1976# Begin Source File
1977
1978SOURCE=.\Ldsvguts.c
1979
1980!IF  "$(CFG)" == "lcserver - Win32 Release"
1981
1982DEP_CPP_LDSVGU=\
1983	".\config.h"\
1984	".\confw32.h"\
1985	{$(INCLUDE)}"\sys\Types.h"\
1986	{$(INCLUDE)}"\sys\Stat.h"\
1987	".\common.h"\
1988	".\lctypes.h"\
1989	".\lin-city.h"\
1990	".\cliglobs.h"\
1991	".\engglobs.h"\
1992	".\fileutil.h"\
1993	".\lcx11.h"\
1994	".\lcwin32.h"\
1995	".\lintypes.h"\
1996	".\geometry.h"\
1997
1998
1999"$(INTDIR)\Ldsvguts.obj" : $(SOURCE) $(DEP_CPP_LDSVGU) "$(INTDIR)"
2000
2001
2002!ELSEIF  "$(CFG)" == "lcserver - Win32 Debug"
2003
2004DEP_CPP_LDSVGU=\
2005	".\config.h"\
2006	".\confw32.h"\
2007	{$(INCLUDE)}"\sys\Types.h"\
2008	{$(INCLUDE)}"\sys\Stat.h"\
2009	".\common.h"\
2010	".\lctypes.h"\
2011	".\lin-city.h"\
2012	".\cliglobs.h"\
2013	".\engglobs.h"\
2014	".\fileutil.h"\
2015	".\lcx11.h"\
2016	".\lcwin32.h"\
2017	".\lintypes.h"\
2018	".\geometry.h"\
2019
2020
2021"$(INTDIR)\Ldsvguts.obj" : $(SOURCE) $(DEP_CPP_LDSVGU) "$(INTDIR)"
2022
2023
2024!ENDIF
2025
2026# End Source File
2027################################################################################
2028# Begin Source File
2029
2030SOURCE=.\Lintypes.c
2031DEP_CPP_LINTY=\
2032	".\lin-city.h"\
2033	".\engglobs.h"\
2034	".\lctypes.h"\
2035	".\lintypes.h"\
2036	".\common.h"\
2037	".\geometry.h"\
2038	".\lcx11.h"\
2039	".\lcwin32.h"\
2040
2041
2042"$(INTDIR)\Lintypes.obj" : $(SOURCE) $(DEP_CPP_LINTY) "$(INTDIR)"
2043
2044
2045# End Source File
2046################################################################################
2047# Begin Source File
2048
2049SOURCE=.\Market.c
2050DEP_CPP_MARKE=\
2051	".\common.h"\
2052	".\lctypes.h"\
2053	".\lin-city.h"\
2054	".\market.h"\
2055	".\lcx11.h"\
2056	".\lcwin32.h"\
2057	".\lintypes.h"\
2058	".\engglobs.h"\
2059	".\geometry.h"\
2060
2061
2062"$(INTDIR)\Market.obj" : $(SOURCE) $(DEP_CPP_MARKE) "$(INTDIR)"
2063
2064
2065# End Source File
2066################################################################################
2067# Begin Source File
2068
2069SOURCE=.\Sermain.c
2070
2071!IF  "$(CFG)" == "lcserver - Win32 Release"
2072
2073DEP_CPP_SERMA=\
2074	".\config.h"\
2075	".\confw32.h"\
2076	{$(INCLUDE)}"\sys\Types.h"\
2077	{$(INCLUDE)}"\sys\Stat.h"\
2078	".\common.h"\
2079	".\lctypes.h"\
2080	".\lin-city.h"\
2081	".\cliglobs.h"\
2082	".\engglobs.h"\
2083	".\timer.h"\
2084	".\fileutil.h"\
2085	".\simulate.h"\
2086	".\shrnet.h"\
2087	".\sernet.h"\
2088	".\lcx11.h"\
2089	".\lcwin32.h"\
2090	".\lintypes.h"\
2091	".\geometry.h"\
2092	".\protocol.h"\
2093	".\lcconfig.h"\
2094
2095
2096"$(INTDIR)\Sermain.obj" : $(SOURCE) $(DEP_CPP_SERMA) "$(INTDIR)"
2097
2098
2099!ELSEIF  "$(CFG)" == "lcserver - Win32 Debug"
2100
2101
2102"$(INTDIR)\Sermain.obj" : $(SOURCE) "$(INTDIR)"
2103
2104
2105!ENDIF
2106
2107# End Source File
2108################################################################################
2109# Begin Source File
2110
2111SOURCE=.\Sermsg.c
2112DEP_CPP_SERMS=\
2113	".\lcconfig.h"\
2114	".\lin-city.h"\
2115	".\lctypes.h"\
2116	".\engglobs.h"\
2117	".\sernet.h"\
2118	".\shrnet.h"\
2119	".\simulate.h"\
2120	".\engine.h"\
2121	".\config.h"\
2122	".\confw32.h"\
2123	".\lintypes.h"\
2124	".\common.h"\
2125	".\geometry.h"\
2126	".\lcx11.h"\
2127	".\lcwin32.h"\
2128	".\protocol.h"\
2129	{$(INCLUDE)}"\sys\Types.h"\
2130
2131
2132"$(INTDIR)\Sermsg.obj" : $(SOURCE) $(DEP_CPP_SERMS) "$(INTDIR)"
2133
2134
2135# End Source File
2136################################################################################
2137# Begin Source File
2138
2139SOURCE=.\Sernet.c
2140DEP_CPP_SERNE=\
2141	".\lcconfig.h"\
2142	{$(INCLUDE)}"\sys\Types.h"\
2143	".\sernet.h"\
2144	".\shrnet.h"\
2145	".\config.h"\
2146	".\confw32.h"\
2147	".\protocol.h"\
2148	".\lin-city.h"\
2149	".\lintypes.h"\
2150
2151
2152"$(INTDIR)\Sernet.obj" : $(SOURCE) $(DEP_CPP_SERNE) "$(INTDIR)"
2153
2154
2155# End Source File
2156################################################################################
2157# Begin Source File
2158
2159SOURCE=.\Serstubs.c
2160DEP_CPP_SERST=\
2161	".\clinet.h"\
2162	".\lctypes.h"\
2163	".\engine.h"\
2164	".\shrnet.h"\
2165	".\protocol.h"\
2166	".\lcconfig.h"\
2167	".\lin-city.h"\
2168	{$(INCLUDE)}"\sys\Types.h"\
2169	".\config.h"\
2170	".\confw32.h"\
2171	".\lintypes.h"\
2172
2173
2174"$(INTDIR)\Serstubs.obj" : $(SOURCE) $(DEP_CPP_SERST) "$(INTDIR)"
2175
2176
2177# End Source File
2178################################################################################
2179# Begin Source File
2180
2181SOURCE=.\Shrglobs.c
2182DEP_CPP_SHRGL=\
2183	".\engglobs.h"\
2184	".\common.h"\
2185	".\lin-city.h"\
2186	".\geometry.h"\
2187	".\lcx11.h"\
2188	".\lcwin32.h"\
2189	".\lintypes.h"\
2190
2191
2192"$(INTDIR)\Shrglobs.obj" : $(SOURCE) $(DEP_CPP_SHRGL) "$(INTDIR)"
2193
2194
2195# End Source File
2196################################################################################
2197# Begin Source File
2198
2199SOURCE=.\Shrnet.c
2200DEP_CPP_SHRNE=\
2201	".\lcconfig.h"\
2202	{$(INCLUDE)}"\sys\Types.h"\
2203	".\shrnet.h"\
2204	".\protocol.h"\
2205	".\config.h"\
2206	".\confw32.h"\
2207	".\lin-city.h"\
2208	".\lintypes.h"\
2209
2210
2211"$(INTDIR)\Shrnet.obj" : $(SOURCE) $(DEP_CPP_SHRNE) "$(INTDIR)"
2212
2213
2214# End Source File
2215################################################################################
2216# Begin Source File
2217
2218SOURCE=.\Shrtypes.c
2219DEP_CPP_SHRTY=\
2220	".\config.h"\
2221	".\confw32.h"\
2222	".\common.h"\
2223	".\lctypes.h"\
2224	".\lin-city.h"\
2225	".\typeinit.h"\
2226	".\cliglobs.h"\
2227	".\engglobs.h"\
2228	".\lcx11.h"\
2229	".\lcwin32.h"\
2230	".\lintypes.h"\
2231	".\geometry.h"\
2232
2233
2234"$(INTDIR)\Shrtypes.obj" : $(SOURCE) $(DEP_CPP_SHRTY) "$(INTDIR)"
2235
2236
2237# End Source File
2238################################################################################
2239# Begin Source File
2240
2241SOURCE=.\Simulate.c
2242DEP_CPP_SIMUL=\
2243	".\lcconfig.h"\
2244	{$(INCLUDE)}"\sys\Types.h"\
2245	{$(INCLUDE)}"\sys\Stat.h"\
2246	".\common.h"\
2247	".\lctypes.h"\
2248	".\lin-city.h"\
2249	".\cliglobs.h"\
2250	".\engglobs.h"\
2251	".\config.h"\
2252	".\confw32.h"\
2253	".\lcx11.h"\
2254	".\lcwin32.h"\
2255	".\lintypes.h"\
2256	".\geometry.h"\
2257
2258
2259"$(INTDIR)\Simulate.obj" : $(SOURCE) $(DEP_CPP_SIMUL) "$(INTDIR)"
2260
2261
2262# End Source File
2263################################################################################
2264# Begin Source File
2265
2266SOURCE=.\Timer.c
2267DEP_CPP_TIMER=\
2268	".\config.h"\
2269	".\confw32.h"\
2270	".\cliglobs.h"\
2271	".\common.h"\
2272	".\lin-city.h"\
2273	".\geometry.h"\
2274	".\lcx11.h"\
2275	".\lcwin32.h"\
2276	".\lintypes.h"\
2277
2278
2279"$(INTDIR)\Timer.obj" : $(SOURCE) $(DEP_CPP_TIMER) "$(INTDIR)"
2280
2281
2282# End Source File
2283################################################################################
2284# Begin Source File
2285
2286SOURCE=.\Engine.c
2287DEP_CPP_ENGIN=\
2288	".\common.h"\
2289	".\lctypes.h"\
2290	".\lin-city.h"\
2291	".\engine.h"\
2292	".\engglobs.h"\
2293	".\cliglobs.h"\
2294	".\simulate.h"\
2295	".\sernet.h"\
2296	".\lcx11.h"\
2297	".\lcwin32.h"\
2298	".\lintypes.h"\
2299	".\geometry.h"\
2300	".\shrnet.h"\
2301	".\protocol.h"\
2302	".\lcconfig.h"\
2303	{$(INCLUDE)}"\sys\Types.h"\
2304	".\config.h"\
2305	".\confw32.h"\
2306
2307
2308"$(INTDIR)\Engine.obj" : $(SOURCE) $(DEP_CPP_ENGIN) "$(INTDIR)"
2309
2310
2311# End Source File
2312# End Target
2313# End Project
2314################################################################################
2315