summaryrefslogtreecommitdiffabout
path: root/bigbrother.mak
Unidiff
Diffstat (limited to 'bigbrother.mak') (more/less context) (ignore whitespace changes)
-rw-r--r--bigbrother.mak1451
1 files changed, 1451 insertions, 0 deletions
diff --git a/bigbrother.mak b/bigbrother.mak
new file mode 100644
index 0000000..a5fc893
--- a/dev/null
+++ b/bigbrother.mak
@@ -0,0 +1,1451 @@
1# Microsoft Developer Studio Generated NMAKE File, Format Version 4.20
2# ** DO NOT EDIT **
3
4# TARGTYPE "Win32 (x86) Application" 0x0101
5
6!IF "$(CFG)" == ""
7CFG=install - Win32 Debug
8!MESSAGE No configuration specified. Defaulting to install - Win32 Debug.
9!ENDIF
10
11!IF "$(CFG)" != "Big Brother - Win32 Release" && "$(CFG)" !=\
12 "Big Brother - Win32 Debug" && "$(CFG)" != "Big Brother - Win32 Release Static"\
13 && "$(CFG)" != "install - Win32 Debug" && "$(CFG)" != "install - Win32 Pure" &&\
14 "$(CFG)" != "install - Win32 Canned" && "$(CFG)" != "install - Win32 Static"
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 "bigbrother.mak" CFG="install - Win32 Debug"
20!MESSAGE
21!MESSAGE Possible choices for configuration are:
22!MESSAGE
23!MESSAGE "Big Brother - Win32 Release" (based on "Win32 (x86) Application")
24!MESSAGE "Big Brother - Win32 Debug" (based on "Win32 (x86) Application")
25!MESSAGE "Big Brother - Win32 Release Static" (based on\
26 "Win32 (x86) Application")
27!MESSAGE "install - Win32 Debug" (based on "Win32 (x86) Application")
28!MESSAGE "install - Win32 Pure" (based on "Win32 (x86) Application")
29!MESSAGE "install - Win32 Canned" (based on "Win32 (x86) Application")
30!MESSAGE "install - Win32 Static" (based on "Win32 (x86) Application")
31!MESSAGE
32!ERROR An invalid configuration is specified.
33!ENDIF
34
35!IF "$(OS)" == "Windows_NT"
36NULL=
37!ELSE
38NULL=nul
39!ENDIF
40################################################################################
41# Begin Project
42# PROP Target_Last_Scanned "install - Win32 Static"
43RSC=rc.exe
44MTL=mktyplib.exe
45CPP=cl.exe
46
47!IF "$(CFG)" == "Big Brother - Win32 Release"
48
49# PROP BASE Use_MFC 6
50# PROP BASE Use_Debug_Libraries 0
51# PROP BASE Output_Dir "Release"
52# PROP BASE Intermediate_Dir "Release"
53# PROP BASE Target_Dir ""
54# PROP Use_MFC 6
55# PROP Use_Debug_Libraries 0
56# PROP Output_Dir "Release"
57# PROP Intermediate_Dir "Release"
58# PROP Target_Dir ""
59OUTDIR=.\Release
60INTDIR=.\Release
61# Begin Custom Macros
62OutDir=.\Release
63TargetName=BigBro
64# End Custom Macros
65
66ALL : "$(OUTDIR)\BigBro.exe" "$(OUTDIR)\BigBro.ex_" "$(OUTDIR)\BigBro.hlp"\
67 "$(OUTDIR)\BigBro.cnt" "$(OUTDIR)\BigBro.hl_" "$(OUTDIR)\BigBro.cn_"
68
69CLEAN :
70 -@erase "$(INTDIR)\ActionPage.obj"
71 -@erase "$(INTDIR)\ActivityView.obj"
72 -@erase "$(INTDIR)\BigBro.cn_"
73 -@erase "$(INTDIR)\BigBro.cnt"
74 -@erase "$(INTDIR)\BigBro.hl_"
75 -@erase "$(INTDIR)\BigBro.hlp"
76 -@erase "$(INTDIR)\BigBrother.obj"
77 -@erase "$(INTDIR)\bigbrother.pch"
78 -@erase "$(INTDIR)\bigbrother.res"
79 -@erase "$(INTDIR)\BigBrotherDoc.obj"
80 -@erase "$(INTDIR)\BigBrotherView.obj"
81 -@erase "$(INTDIR)\GeneralPage.obj"
82 -@erase "$(INTDIR)\HostPropertyPages.obj"
83 -@erase "$(INTDIR)\kICMP.obj"
84 -@erase "$(INTDIR)\MainFrm.obj"
85 -@erase "$(INTDIR)\Preferences.obj"
86 -@erase "$(INTDIR)\SettingsPage.obj"
87 -@erase "$(INTDIR)\StdAfx.obj"
88 -@erase "$(OUTDIR)\BigBro.ex_"
89 -@erase "$(OUTDIR)\BigBro.exe"
90
91"$(OUTDIR)" :
92 if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
93
94# ADD BASE CPP /nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Yu"stdafx.h" /c
95# ADD CPP /nologo /MD /W3 /GX /O1 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Yu"stdafx.h" /c
96CPP_PROJ=/nologo /MD /W3 /GX /O1 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D\
97 "_AFXDLL" /D "_MBCS" /Fp"$(INTDIR)/bigbrother.pch" /Yu"stdafx.h"\
98 /Fo"$(INTDIR)/" /c
99CPP_OBJS=.\Release/
100CPP_SBRS=.\.
101# ADD BASE MTL /nologo /D "NDEBUG" /win32
102# ADD MTL /nologo /D "NDEBUG" /win32
103MTL_PROJ=/nologo /D "NDEBUG" /win32
104# ADD BASE RSC /l 0x409 /d "NDEBUG" /d "_AFXDLL"
105# ADD RSC /l 0x409 /d "NDEBUG" /d "_AFXDLL"
106RSC_PROJ=/l 0x409 /fo"$(INTDIR)/bigbrother.res" /d "NDEBUG" /d "_AFXDLL"
107BSC32=bscmake.exe
108# ADD BASE BSC32 /nologo
109# ADD BSC32 /nologo
110BSC32_FLAGS=/nologo /o"$(OUTDIR)/bigbrother.bsc"
111BSC32_SBRS= \
112
113LINK32=link.exe
114# ADD BASE LINK32 /nologo /subsystem:windows /machine:I386
115# ADD LINK32 /nologo /subsystem:windows /machine:I386 /out:"Release/BigBro.exe"
116LINK32_FLAGS=/nologo /subsystem:windows /incremental:no\
117 /pdb:"$(OUTDIR)/BigBro.pdb" /machine:I386 /out:"$(OUTDIR)/BigBro.exe"
118LINK32_OBJS= \
119 "$(INTDIR)\ActionPage.obj" \
120 "$(INTDIR)\ActivityView.obj" \
121 "$(INTDIR)\BigBrother.obj" \
122 "$(INTDIR)\bigbrother.res" \
123 "$(INTDIR)\BigBrotherDoc.obj" \
124 "$(INTDIR)\BigBrotherView.obj" \
125 "$(INTDIR)\GeneralPage.obj" \
126 "$(INTDIR)\HostPropertyPages.obj" \
127 "$(INTDIR)\kICMP.obj" \
128 "$(INTDIR)\MainFrm.obj" \
129 "$(INTDIR)\Preferences.obj" \
130 "$(INTDIR)\SettingsPage.obj" \
131 "$(INTDIR)\StdAfx.obj"
132
133"$(OUTDIR)\BigBro.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
134 $(LINK32) @<<
135 $(LINK32_FLAGS) $(LINK32_OBJS)
136<<
137
138# Begin Custom Build
139OutDir=.\Release
140TargetName=BigBro
141InputPath=.\Release\BigBro.exe
142SOURCE=$(InputPath)
143
144"$(OutDir)\$(TargetName).ex_" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
145 compress $(OutDir)\$(TargetName).exe $(OutDir)\$(TargetName).ex_
146
147# End Custom Build
148
149!ELSEIF "$(CFG)" == "Big Brother - Win32 Debug"
150
151# PROP BASE Use_MFC 6
152# PROP BASE Use_Debug_Libraries 1
153# PROP BASE Output_Dir "Debug"
154# PROP BASE Intermediate_Dir "Debug"
155# PROP BASE Target_Dir ""
156# PROP Use_MFC 6
157# PROP Use_Debug_Libraries 1
158# PROP Output_Dir "Debug"
159# PROP Intermediate_Dir "Debug"
160# PROP Target_Dir ""
161OUTDIR=.\Debug
162INTDIR=.\Debug
163# Begin Custom Macros
164OutDir=.\Debug
165TargetName=BigBro
166# End Custom Macros
167
168ALL : "$(OUTDIR)\BigBro.exe" "$(OUTDIR)\bigbrother.bsc" "$(OUTDIR)\BigBro.hlp"\
169 "$(OUTDIR)\BigBro.cnt" "$(OUTDIR)\BigBro.hl_" "$(OUTDIR)\BigBro.cn_"\
170 "$(OUTDIR)\bigbro.ex_"
171
172CLEAN :
173 -@erase "$(INTDIR)\ActionPage.obj"
174 -@erase "$(INTDIR)\ActionPage.sbr"
175 -@erase "$(INTDIR)\ActivityView.obj"
176 -@erase "$(INTDIR)\ActivityView.sbr"
177 -@erase "$(INTDIR)\BigBro.cn_"
178 -@erase "$(INTDIR)\BigBro.cnt"
179 -@erase "$(INTDIR)\BigBro.hl_"
180 -@erase "$(INTDIR)\BigBro.hlp"
181 -@erase "$(INTDIR)\BigBrother.obj"
182 -@erase "$(INTDIR)\bigbrother.pch"
183 -@erase "$(INTDIR)\bigbrother.res"
184 -@erase "$(INTDIR)\BigBrother.sbr"
185 -@erase "$(INTDIR)\BigBrotherDoc.obj"
186 -@erase "$(INTDIR)\BigBrotherDoc.sbr"
187 -@erase "$(INTDIR)\BigBrotherView.obj"
188 -@erase "$(INTDIR)\BigBrotherView.sbr"
189 -@erase "$(INTDIR)\GeneralPage.obj"
190 -@erase "$(INTDIR)\GeneralPage.sbr"
191 -@erase "$(INTDIR)\HostPropertyPages.obj"
192 -@erase "$(INTDIR)\HostPropertyPages.sbr"
193 -@erase "$(INTDIR)\kICMP.obj"
194 -@erase "$(INTDIR)\kICMP.sbr"
195 -@erase "$(INTDIR)\MainFrm.obj"
196 -@erase "$(INTDIR)\MainFrm.sbr"
197 -@erase "$(INTDIR)\Preferences.obj"
198 -@erase "$(INTDIR)\Preferences.sbr"
199 -@erase "$(INTDIR)\SettingsPage.obj"
200 -@erase "$(INTDIR)\SettingsPage.sbr"
201 -@erase "$(INTDIR)\StdAfx.obj"
202 -@erase "$(INTDIR)\StdAfx.sbr"
203 -@erase "$(INTDIR)\vc40.idb"
204 -@erase "$(INTDIR)\vc40.pdb"
205 -@erase "$(OUTDIR)\bigbro.ex_"
206 -@erase "$(OUTDIR)\BigBro.exe"
207 -@erase "$(OUTDIR)\BigBro.ilk"
208 -@erase "$(OUTDIR)\BigBro.pdb"
209 -@erase "$(OUTDIR)\bigbrother.bsc"
210
211"$(OUTDIR)" :
212 if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
213
214# ADD BASE CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Yu"stdafx.h" /c
215# ADD CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /FR /Yu"stdafx.h" /c
216CPP_PROJ=/nologo /MDd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS"\
217 /D "_AFXDLL" /D "_MBCS" /FR"$(INTDIR)/" /Fp"$(INTDIR)/bigbrother.pch"\
218 /Yu"stdafx.h" /Fo"$(INTDIR)/" /Fd"$(INTDIR)/" /c
219CPP_OBJS=.\Debug/
220CPP_SBRS=.\Debug/
221# ADD BASE MTL /nologo /D "_DEBUG" /win32
222# ADD MTL /nologo /D "_DEBUG" /win32
223MTL_PROJ=/nologo /D "_DEBUG" /win32
224# ADD BASE RSC /l 0x409 /d "_DEBUG" /d "_AFXDLL"
225# ADD RSC /l 0x409 /d "_DEBUG" /d "_AFXDLL"
226RSC_PROJ=/l 0x409 /fo"$(INTDIR)/bigbrother.res" /d "_DEBUG" /d "_AFXDLL"
227BSC32=bscmake.exe
228# ADD BASE BSC32 /nologo
229# ADD BSC32 /nologo
230BSC32_FLAGS=/nologo /o"$(OUTDIR)/bigbrother.bsc"
231BSC32_SBRS= \
232 "$(INTDIR)\ActionPage.sbr" \
233 "$(INTDIR)\ActivityView.sbr" \
234 "$(INTDIR)\BigBrother.sbr" \
235 "$(INTDIR)\BigBrotherDoc.sbr" \
236 "$(INTDIR)\BigBrotherView.sbr" \
237 "$(INTDIR)\GeneralPage.sbr" \
238 "$(INTDIR)\HostPropertyPages.sbr" \
239 "$(INTDIR)\kICMP.sbr" \
240 "$(INTDIR)\MainFrm.sbr" \
241 "$(INTDIR)\Preferences.sbr" \
242 "$(INTDIR)\SettingsPage.sbr" \
243 "$(INTDIR)\StdAfx.sbr"
244
245"$(OUTDIR)\bigbrother.bsc" : "$(OUTDIR)" $(BSC32_SBRS)
246 $(BSC32) @<<
247 $(BSC32_FLAGS) $(BSC32_SBRS)
248<<
249
250LINK32=link.exe
251# ADD BASE LINK32 /nologo /subsystem:windows /debug /machine:I386
252# ADD LINK32 /nologo /subsystem:windows /debug /machine:I386 /out:"Debug/BigBro.exe"
253LINK32_FLAGS=/nologo /subsystem:windows /incremental:yes\
254 /pdb:"$(OUTDIR)/BigBro.pdb" /debug /machine:I386 /out:"$(OUTDIR)/BigBro.exe"
255LINK32_OBJS= \
256 "$(INTDIR)\ActionPage.obj" \
257 "$(INTDIR)\ActivityView.obj" \
258 "$(INTDIR)\BigBrother.obj" \
259 "$(INTDIR)\bigbrother.res" \
260 "$(INTDIR)\BigBrotherDoc.obj" \
261 "$(INTDIR)\BigBrotherView.obj" \
262 "$(INTDIR)\GeneralPage.obj" \
263 "$(INTDIR)\HostPropertyPages.obj" \
264 "$(INTDIR)\kICMP.obj" \
265 "$(INTDIR)\MainFrm.obj" \
266 "$(INTDIR)\Preferences.obj" \
267 "$(INTDIR)\SettingsPage.obj" \
268 "$(INTDIR)\StdAfx.obj"
269
270"$(OUTDIR)\BigBro.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
271 $(LINK32) @<<
272 $(LINK32_FLAGS) $(LINK32_OBJS)
273<<
274
275# Begin Custom Build
276OutDir=.\Debug
277TargetName=BigBro
278InputPath=.\Debug\BigBro.exe
279SOURCE=$(InputPath)
280
281"$(OutDir)\$(TargetName).ex_" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
282 compress $(OutDir)\$(TargetName).exe $(OutDir)\$(TargetName).ex_
283
284# End Custom Build
285
286!ELSEIF "$(CFG)" == "Big Brother - Win32 Release Static"
287
288# PROP BASE Use_MFC 6
289# PROP BASE Use_Debug_Libraries 0
290# PROP BASE Output_Dir "BigBroth"
291# PROP BASE Intermediate_Dir "BigBroth"
292# PROP BASE Target_Dir ""
293# PROP Use_MFC 5
294# PROP Use_Debug_Libraries 0
295# PROP Output_Dir "Releast"
296# PROP Intermediate_Dir "Releast"
297# PROP Target_Dir ""
298OUTDIR=.\Releast
299INTDIR=.\Releast
300# Begin Custom Macros
301OutDir=.\Releast
302TargetName=BigBro
303# End Custom Macros
304
305ALL : "$(OUTDIR)\BigBro.exe" "$(OUTDIR)\BigBro.hlp" "$(OUTDIR)\BigBro.cnt"\
306 "$(OUTDIR)\BigBro.hl_" "$(OUTDIR)\BigBro.cn_" "$(OUTDIR)\bigbro.ex_"
307
308CLEAN :
309 -@erase "$(INTDIR)\ActionPage.obj"
310 -@erase "$(INTDIR)\ActivityView.obj"
311 -@erase "$(INTDIR)\BigBro.cn_"
312 -@erase "$(INTDIR)\BigBro.cnt"
313 -@erase "$(INTDIR)\BigBro.hl_"
314 -@erase "$(INTDIR)\BigBro.hlp"
315 -@erase "$(INTDIR)\BigBrother.obj"
316 -@erase "$(INTDIR)\bigbrother.pch"
317 -@erase "$(INTDIR)\bigbrother.res"
318 -@erase "$(INTDIR)\BigBrotherDoc.obj"
319 -@erase "$(INTDIR)\BigBrotherView.obj"
320 -@erase "$(INTDIR)\GeneralPage.obj"
321 -@erase "$(INTDIR)\HostPropertyPages.obj"
322 -@erase "$(INTDIR)\kICMP.obj"
323 -@erase "$(INTDIR)\MainFrm.obj"
324 -@erase "$(INTDIR)\Preferences.obj"
325 -@erase "$(INTDIR)\SettingsPage.obj"
326 -@erase "$(INTDIR)\StdAfx.obj"
327 -@erase "$(OUTDIR)\bigbro.ex_"
328 -@erase "$(OUTDIR)\BigBro.exe"
329
330"$(OUTDIR)" :
331 if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
332
333# ADD BASE CPP /nologo /MD /W3 /GX /O1 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Yu"stdafx.h" /c
334# ADD CPP /nologo /MT /W3 /GX /O1 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /Yu"stdafx.h" /c
335CPP_PROJ=/nologo /MT /W3 /GX /O1 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D\
336 "_MBCS" /Fp"$(INTDIR)/bigbrother.pch" /Yu"stdafx.h" /Fo"$(INTDIR)/" /c
337CPP_OBJS=.\Releast/
338CPP_SBRS=.\.
339# ADD BASE MTL /nologo /D "NDEBUG" /win32
340# ADD MTL /nologo /D "NDEBUG" /win32
341MTL_PROJ=/nologo /D "NDEBUG" /win32
342# ADD BASE RSC /l 0x409 /d "NDEBUG" /d "_AFXDLL"
343# ADD RSC /l 0x409 /d "NDEBUG"
344RSC_PROJ=/l 0x409 /fo"$(INTDIR)/bigbrother.res" /d "NDEBUG"
345BSC32=bscmake.exe
346# ADD BASE BSC32 /nologo
347# ADD BSC32 /nologo
348BSC32_FLAGS=/nologo /o"$(OUTDIR)/bigbrother.bsc"
349BSC32_SBRS= \
350
351LINK32=link.exe
352# ADD BASE LINK32 /nologo /subsystem:windows /machine:I386
353# ADD LINK32 /nologo /subsystem:windows /machine:I386 /out:"Releast/BigBro.exe"
354LINK32_FLAGS=/nologo /subsystem:windows /incremental:no\
355 /pdb:"$(OUTDIR)/BigBro.pdb" /machine:I386 /out:"$(OUTDIR)/BigBro.exe"
356LINK32_OBJS= \
357 "$(INTDIR)\ActionPage.obj" \
358 "$(INTDIR)\ActivityView.obj" \
359 "$(INTDIR)\BigBrother.obj" \
360 "$(INTDIR)\bigbrother.res" \
361 "$(INTDIR)\BigBrotherDoc.obj" \
362 "$(INTDIR)\BigBrotherView.obj" \
363 "$(INTDIR)\GeneralPage.obj" \
364 "$(INTDIR)\HostPropertyPages.obj" \
365 "$(INTDIR)\kICMP.obj" \
366 "$(INTDIR)\MainFrm.obj" \
367 "$(INTDIR)\Preferences.obj" \
368 "$(INTDIR)\SettingsPage.obj" \
369 "$(INTDIR)\StdAfx.obj"
370
371"$(OUTDIR)\BigBro.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
372 $(LINK32) @<<
373 $(LINK32_FLAGS) $(LINK32_OBJS)
374<<
375
376# Begin Custom Build
377OutDir=.\Releast
378TargetName=BigBro
379InputPath=.\Releast\BigBro.exe
380SOURCE=$(InputPath)
381
382"$(OutDir)\$(TargetName).ex_" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
383 compress $(OutDir)\$(TargetName).exe $(OutDir)\$(TargetName).ex_
384
385# End Custom Build
386
387!ELSEIF "$(CFG)" == "install - Win32 Debug"
388
389# PROP BASE Use_MFC 0
390# PROP BASE Use_Debug_Libraries 1
391# PROP BASE Output_Dir "install\Debug"
392# PROP BASE Intermediate_Dir "install\Debug"
393# PROP BASE Target_Dir "install"
394# PROP Use_MFC 0
395# PROP Use_Debug_Libraries 1
396# PROP Output_Dir "install\Debug"
397# PROP Intermediate_Dir "install\Debug"
398# PROP Target_Dir "install"
399OUTDIR=.\install\Debug
400INTDIR=.\install\Debug
401
402ALL : "$(OUTDIR)\install.exe"
403
404CLEAN :
405 -@erase "$(INTDIR)\install.obj"
406 -@erase "$(INTDIR)\install.res"
407 -@erase "$(INTDIR)\vc40.idb"
408 -@erase "$(INTDIR)\vc40.pdb"
409 -@erase "$(OUTDIR)\install.exe"
410 -@erase "$(OUTDIR)\install.ilk"
411 -@erase "$(OUTDIR)\install.pdb"
412
413"$(OUTDIR)" :
414 if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
415
416# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /c
417# ADD CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /c
418CPP_PROJ=/nologo /MLd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS"\
419 /Fp"$(INTDIR)/install.pch" /YX /Fo"$(INTDIR)/" /Fd"$(INTDIR)/" /c
420CPP_OBJS=.\install\Debug/
421CPP_SBRS=.\.
422# ADD BASE MTL /nologo /D "_DEBUG" /win32
423# ADD MTL /nologo /D "_DEBUG" /win32
424MTL_PROJ=/nologo /D "_DEBUG" /win32
425# ADD BASE RSC /l 0x409 /d "_DEBUG"
426# ADD RSC /l 0x409 /d "_DEBUG"
427RSC_PROJ=/l 0x409 /fo"$(INTDIR)/install.res" /d "_DEBUG"
428BSC32=bscmake.exe
429# ADD BASE BSC32 /nologo
430# ADD BSC32 /nologo
431BSC32_FLAGS=/nologo /o"$(OUTDIR)/install.bsc"
432BSC32_SBRS= \
433
434LINK32=link.exe
435# 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
436# 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 /nologo /subsystem:windows /debug /machine:I386
437LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib\
438 advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib\
439 odbccp32.lib version.lib /nologo /subsystem:windows /incremental:yes\
440 /pdb:"$(OUTDIR)/install.pdb" /debug /machine:I386 /out:"$(OUTDIR)/install.exe"
441LINK32_OBJS= \
442 "$(INTDIR)\install.obj" \
443 "$(INTDIR)\install.res"
444
445"$(OUTDIR)\install.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
446 $(LINK32) @<<
447 $(LINK32_FLAGS) $(LINK32_OBJS)
448<<
449
450!ELSEIF "$(CFG)" == "install - Win32 Pure"
451
452# PROP BASE Use_MFC 0
453# PROP BASE Use_Debug_Libraries 0
454# PROP BASE Output_Dir "install\Pure"
455# PROP BASE Intermediate_Dir "install\Pure"
456# PROP BASE Target_Dir "install"
457# PROP Use_MFC 0
458# PROP Use_Debug_Libraries 0
459# PROP Output_Dir "install\Pure"
460# PROP Intermediate_Dir "install\Pure"
461# PROP Target_Dir "install"
462OUTDIR=.\install\Pure
463INTDIR=.\install\Pure
464
465ALL : "$(OUTDIR)\install.exe"
466
467CLEAN :
468 -@erase "$(INTDIR)\install.obj"
469 -@erase "$(INTDIR)\install.res"
470 -@erase "$(OUTDIR)\install.exe"
471
472"$(OUTDIR)" :
473 if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
474
475# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /c
476# ADD CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /c
477CPP_PROJ=/nologo /ML /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS"\
478 /Fp"$(INTDIR)/install.pch" /YX /Fo"$(INTDIR)/" /c
479CPP_OBJS=.\install\Pure/
480CPP_SBRS=.\.
481# ADD BASE MTL /nologo /D "NDEBUG" /win32
482# ADD MTL /nologo /D "NDEBUG" /win32
483MTL_PROJ=/nologo /D "NDEBUG" /win32
484# ADD BASE RSC /l 0x409 /d "NDEBUG"
485# ADD RSC /l 0x409 /d "NDEBUG"
486RSC_PROJ=/l 0x409 /fo"$(INTDIR)/install.res" /d "NDEBUG"
487BSC32=bscmake.exe
488# ADD BASE BSC32 /nologo
489# ADD BSC32 /nologo
490BSC32_FLAGS=/nologo /o"$(OUTDIR)/install.bsc"
491BSC32_SBRS= \
492
493LINK32=link.exe
494# 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 version.lib /nologo /subsystem:windows /machine:I386
495# 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 /nologo /subsystem:windows /machine:I386
496LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib\
497 advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib\
498 odbccp32.lib version.lib /nologo /subsystem:windows /incremental:no\
499 /pdb:"$(OUTDIR)/install.pdb" /machine:I386 /out:"$(OUTDIR)/install.exe"
500LINK32_OBJS= \
501 "$(INTDIR)\install.obj" \
502 "$(INTDIR)\install.res"
503
504"$(OUTDIR)\install.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
505 $(LINK32) @<<
506 $(LINK32_FLAGS) $(LINK32_OBJS)
507<<
508
509!ELSEIF "$(CFG)" == "install - Win32 Canned"
510
511# PROP BASE Use_MFC 0
512# PROP BASE Use_Debug_Libraries 0
513# PROP BASE Output_Dir "install\Canned"
514# PROP BASE Intermediate_Dir "install\Canned"
515# PROP BASE Target_Dir "install"
516# PROP Use_MFC 0
517# PROP Use_Debug_Libraries 0
518# PROP Output_Dir "install\Canned"
519# PROP Intermediate_Dir "install\Canned"
520# PROP Target_Dir "install"
521OUTDIR=.\install\Canned
522INTDIR=.\install\Canned
523
524ALL : "$(OUTDIR)\install.exe"
525
526CLEAN :
527 -@erase "$(INTDIR)\install.obj"
528 -@erase "$(INTDIR)\install.res"
529 -@erase "$(OUTDIR)\install.exe"
530
531"$(OUTDIR)" :
532 if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
533
534# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /c
535# ADD CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "K_ANNED" /YX /c
536CPP_PROJ=/nologo /ML /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D\
537 "K_ANNED" /Fp"$(INTDIR)/install.pch" /YX /Fo"$(INTDIR)/" /c
538CPP_OBJS=.\install\Canned/
539CPP_SBRS=.\.
540# ADD BASE MTL /nologo /D "NDEBUG" /win32
541# ADD MTL /nologo /D "NDEBUG" /win32
542MTL_PROJ=/nologo /D "NDEBUG" /win32
543# ADD BASE RSC /l 0x409 /d "NDEBUG"
544# ADD RSC /l 0x409 /d "NDEBUG" /d "K_ANNED"
545RSC_PROJ=/l 0x409 /fo"$(INTDIR)/install.res" /d "NDEBUG" /d "K_ANNED"
546BSC32=bscmake.exe
547# ADD BASE BSC32 /nologo
548# ADD BSC32 /nologo
549BSC32_FLAGS=/nologo /o"$(OUTDIR)/install.bsc"
550BSC32_SBRS= \
551
552LINK32=link.exe
553# 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 version.lib /nologo /subsystem:windows /machine:I386
554# 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 /nologo /subsystem:windows /machine:I386
555LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib\
556 advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib\
557 odbccp32.lib version.lib /nologo /subsystem:windows /incremental:no\
558 /pdb:"$(OUTDIR)/install.pdb" /machine:I386 /out:"$(OUTDIR)/install.exe"
559LINK32_OBJS= \
560 "$(INTDIR)\install.obj" \
561 "$(INTDIR)\install.res"
562
563"$(OUTDIR)\install.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
564 $(LINK32) @<<
565 $(LINK32_FLAGS) $(LINK32_OBJS)
566<<
567
568!ELSEIF "$(CFG)" == "install - Win32 Static"
569
570# PROP BASE Use_MFC 0
571# PROP BASE Use_Debug_Libraries 0
572# PROP BASE Output_Dir "install\Static"
573# PROP BASE Intermediate_Dir "install\Static"
574# PROP BASE Target_Dir "install"
575# PROP Use_MFC 0
576# PROP Use_Debug_Libraries 0
577# PROP Output_Dir "install\Static"
578# PROP Intermediate_Dir "install\Static"
579# PROP Target_Dir "install"
580OUTDIR=.\install\Static
581INTDIR=.\install\Static
582
583ALL : "$(OUTDIR)\install.exe"
584
585CLEAN :
586 -@erase "$(INTDIR)\install.obj"
587 -@erase "$(INTDIR)\install.res"
588 -@erase "$(OUTDIR)\install.exe"
589
590"$(OUTDIR)" :
591 if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
592
593# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /c
594# ADD CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "STATI_K" /YX /c
595CPP_PROJ=/nologo /ML /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D\
596 "STATI_K" /Fp"$(INTDIR)/install.pch" /YX /Fo"$(INTDIR)/" /c
597CPP_OBJS=.\install\Static/
598CPP_SBRS=.\.
599# ADD BASE MTL /nologo /D "NDEBUG" /win32
600# ADD MTL /nologo /D "NDEBUG" /win32
601MTL_PROJ=/nologo /D "NDEBUG" /win32
602# ADD BASE RSC /l 0x409 /d "NDEBUG"
603# ADD RSC /l 0x409 /d "NDEBUG" /d "STATI_K"
604RSC_PROJ=/l 0x409 /fo"$(INTDIR)/install.res" /d "NDEBUG" /d "STATI_K"
605BSC32=bscmake.exe
606# ADD BASE BSC32 /nologo
607# ADD BSC32 /nologo
608BSC32_FLAGS=/nologo /o"$(OUTDIR)/install.bsc"
609BSC32_SBRS= \
610
611LINK32=link.exe
612# 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 version.lib /nologo /subsystem:windows /machine:I386
613# 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 /nologo /subsystem:windows /machine:I386
614LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib\
615 advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib\
616 odbccp32.lib version.lib /nologo /subsystem:windows /incremental:no\
617 /pdb:"$(OUTDIR)/install.pdb" /machine:I386 /out:"$(OUTDIR)/install.exe"
618LINK32_OBJS= \
619 "$(INTDIR)\install.obj" \
620 "$(INTDIR)\install.res"
621
622"$(OUTDIR)\install.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
623 $(LINK32) @<<
624 $(LINK32_FLAGS) $(LINK32_OBJS)
625<<
626
627!ENDIF
628
629.c{$(CPP_OBJS)}.obj:
630 $(CPP) $(CPP_PROJ) $<
631
632.cpp{$(CPP_OBJS)}.obj:
633 $(CPP) $(CPP_PROJ) $<
634
635.cxx{$(CPP_OBJS)}.obj:
636 $(CPP) $(CPP_PROJ) $<
637
638.c{$(CPP_SBRS)}.sbr:
639 $(CPP) $(CPP_PROJ) $<
640
641.cpp{$(CPP_SBRS)}.sbr:
642 $(CPP) $(CPP_PROJ) $<
643
644.cxx{$(CPP_SBRS)}.sbr:
645 $(CPP) $(CPP_PROJ) $<
646
647################################################################################
648# Begin Target
649
650# Name "Big Brother - Win32 Release"
651# Name "Big Brother - Win32 Debug"
652# Name "Big Brother - Win32 Release Static"
653
654!IF "$(CFG)" == "Big Brother - Win32 Release"
655
656!ELSEIF "$(CFG)" == "Big Brother - Win32 Debug"
657
658!ELSEIF "$(CFG)" == "Big Brother - Win32 Release Static"
659
660!ENDIF
661
662################################################################################
663# Begin Source File
664
665SOURCE=.\BigBrother.cpp
666DEP_CPP_BIGBR=\
667 ".\bigbrother.h"\
668 ".\BigBrotherDoc.h"\
669 ".\BigBrotherView.h"\
670 ".\MainFrm.h"\
671 ".\shared-code\ip_icmp.h"\
672 ".\shared-code\kICMP.h"\
673 ".\shared-code\ms_icmp.h"\
674 ".\stdafx.h"\
675
676
677!IF "$(CFG)" == "Big Brother - Win32 Release"
678
679
680"$(INTDIR)\BigBrother.obj" : $(SOURCE) $(DEP_CPP_BIGBR) "$(INTDIR)"\
681 "$(INTDIR)\bigbrother.pch"
682
683
684!ELSEIF "$(CFG)" == "Big Brother - Win32 Debug"
685
686
687"$(INTDIR)\BigBrother.obj" : $(SOURCE) $(DEP_CPP_BIGBR) "$(INTDIR)"\
688 "$(INTDIR)\bigbrother.pch"
689
690"$(INTDIR)\BigBrother.sbr" : $(SOURCE) $(DEP_CPP_BIGBR) "$(INTDIR)"\
691 "$(INTDIR)\bigbrother.pch"
692
693
694!ELSEIF "$(CFG)" == "Big Brother - Win32 Release Static"
695
696
697"$(INTDIR)\BigBrother.obj" : $(SOURCE) $(DEP_CPP_BIGBR) "$(INTDIR)"\
698 "$(INTDIR)\bigbrother.pch"
699
700
701!ENDIF
702
703# End Source File
704################################################################################
705# Begin Source File
706
707SOURCE=.\StdAfx.cpp
708DEP_CPP_STDAF=\
709 ".\shared-code\ip_icmp.h"\
710 ".\shared-code\kICMP.h"\
711 ".\shared-code\ms_icmp.h"\
712 ".\stdafx.h"\
713
714
715!IF "$(CFG)" == "Big Brother - Win32 Release"
716
717# ADD CPP /Yc"stdafx.h"
718
719BuildCmds= \
720 $(CPP) /nologo /MD /W3 /GX /O1 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D\
721 "_AFXDLL" /D "_MBCS" /Fp"$(INTDIR)/bigbrother.pch" /Yc"stdafx.h"\
722 /Fo"$(INTDIR)/" /c $(SOURCE) \
723
724
725"$(INTDIR)\StdAfx.obj" : $(SOURCE) $(DEP_CPP_STDAF) "$(INTDIR)"
726 $(BuildCmds)
727
728"$(INTDIR)\bigbrother.pch" : $(SOURCE) $(DEP_CPP_STDAF) "$(INTDIR)"
729 $(BuildCmds)
730
731!ELSEIF "$(CFG)" == "Big Brother - Win32 Debug"
732
733# ADD CPP /Yc"stdafx.h"
734
735BuildCmds= \
736 $(CPP) /nologo /MDd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS"\
737 /D "_AFXDLL" /D "_MBCS" /FR"$(INTDIR)/" /Fp"$(INTDIR)/bigbrother.pch"\
738 /Yc"stdafx.h" /Fo"$(INTDIR)/" /Fd"$(INTDIR)/" /c $(SOURCE) \
739
740
741"$(INTDIR)\StdAfx.obj" : $(SOURCE) $(DEP_CPP_STDAF) "$(INTDIR)"
742 $(BuildCmds)
743
744"$(INTDIR)\StdAfx.sbr" : $(SOURCE) $(DEP_CPP_STDAF) "$(INTDIR)"
745 $(BuildCmds)
746
747"$(INTDIR)\bigbrother.pch" : $(SOURCE) $(DEP_CPP_STDAF) "$(INTDIR)"
748 $(BuildCmds)
749
750!ELSEIF "$(CFG)" == "Big Brother - Win32 Release Static"
751
752# ADD BASE CPP /Yc"stdafx.h"
753# ADD CPP /Yc"stdafx.h"
754
755BuildCmds= \
756 $(CPP) /nologo /MT /W3 /GX /O1 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS"\
757 /Fp"$(INTDIR)/bigbrother.pch" /Yc"stdafx.h" /Fo"$(INTDIR)/" /c $(SOURCE) \
758
759
760"$(INTDIR)\StdAfx.obj" : $(SOURCE) $(DEP_CPP_STDAF) "$(INTDIR)"
761 $(BuildCmds)
762
763"$(INTDIR)\bigbrother.pch" : $(SOURCE) $(DEP_CPP_STDAF) "$(INTDIR)"
764 $(BuildCmds)
765
766!ENDIF
767
768# End Source File
769################################################################################
770# Begin Source File
771
772SOURCE=.\MainFrm.cpp
773DEP_CPP_MAINF=\
774 ".\ActivityView.h"\
775 ".\bigbrother.h"\
776 ".\BigBrotherDoc.h"\
777 ".\BigBrotherView.h"\
778 ".\HostPropertyPages.h"\
779 ".\MainFrm.h"\
780 ".\shared-code\ip_icmp.h"\
781 ".\shared-code\kICMP.h"\
782 ".\shared-code\ms_icmp.h"\
783 ".\stdafx.h"\
784
785
786!IF "$(CFG)" == "Big Brother - Win32 Release"
787
788
789"$(INTDIR)\MainFrm.obj" : $(SOURCE) $(DEP_CPP_MAINF) "$(INTDIR)"\
790 "$(INTDIR)\bigbrother.pch"
791
792
793!ELSEIF "$(CFG)" == "Big Brother - Win32 Debug"
794
795
796"$(INTDIR)\MainFrm.obj" : $(SOURCE) $(DEP_CPP_MAINF) "$(INTDIR)"\
797 "$(INTDIR)\bigbrother.pch"
798
799"$(INTDIR)\MainFrm.sbr" : $(SOURCE) $(DEP_CPP_MAINF) "$(INTDIR)"\
800 "$(INTDIR)\bigbrother.pch"
801
802
803!ELSEIF "$(CFG)" == "Big Brother - Win32 Release Static"
804
805
806"$(INTDIR)\MainFrm.obj" : $(SOURCE) $(DEP_CPP_MAINF) "$(INTDIR)"\
807 "$(INTDIR)\bigbrother.pch"
808
809
810!ENDIF
811
812# End Source File
813################################################################################
814# Begin Source File
815
816SOURCE=.\BigBrotherDoc.cpp
817DEP_CPP_BIGBRO=\
818 ".\ActivityView.h"\
819 ".\bigbrother.h"\
820 ".\BigBrotherDoc.h"\
821 ".\BigBrotherView.h"\
822 ".\HostPropertyPages.h"\
823 ".\MainFrm.h"\
824 ".\Preferences.h"\
825 ".\shared-code\ip_icmp.h"\
826 ".\shared-code\kICMP.h"\
827 ".\shared-code\ms_icmp.h"\
828 ".\stdafx.h"\
829
830
831!IF "$(CFG)" == "Big Brother - Win32 Release"
832
833
834"$(INTDIR)\BigBrotherDoc.obj" : $(SOURCE) $(DEP_CPP_BIGBRO) "$(INTDIR)"\
835 "$(INTDIR)\bigbrother.pch"
836
837
838!ELSEIF "$(CFG)" == "Big Brother - Win32 Debug"
839
840
841"$(INTDIR)\BigBrotherDoc.obj" : $(SOURCE) $(DEP_CPP_BIGBRO) "$(INTDIR)"\
842 "$(INTDIR)\bigbrother.pch"
843
844"$(INTDIR)\BigBrotherDoc.sbr" : $(SOURCE) $(DEP_CPP_BIGBRO) "$(INTDIR)"\
845 "$(INTDIR)\bigbrother.pch"
846
847
848!ELSEIF "$(CFG)" == "Big Brother - Win32 Release Static"
849
850
851"$(INTDIR)\BigBrotherDoc.obj" : $(SOURCE) $(DEP_CPP_BIGBRO) "$(INTDIR)"\
852 "$(INTDIR)\bigbrother.pch"
853
854
855!ENDIF
856
857# End Source File
858################################################################################
859# Begin Source File
860
861SOURCE=.\BigBrotherView.cpp
862DEP_CPP_BIGBROT=\
863 ".\bigbrother.h"\
864 ".\BigBrotherDoc.h"\
865 ".\BigBrotherView.h"\
866 ".\HostPropertyPages.h"\
867 ".\MainFrm.h"\
868 ".\shared-code\ip_icmp.h"\
869 ".\shared-code\kICMP.h"\
870 ".\shared-code\ms_icmp.h"\
871 ".\stdafx.h"\
872
873
874!IF "$(CFG)" == "Big Brother - Win32 Release"
875
876
877"$(INTDIR)\BigBrotherView.obj" : $(SOURCE) $(DEP_CPP_BIGBROT) "$(INTDIR)"\
878 "$(INTDIR)\bigbrother.pch"
879
880
881!ELSEIF "$(CFG)" == "Big Brother - Win32 Debug"
882
883
884"$(INTDIR)\BigBrotherView.obj" : $(SOURCE) $(DEP_CPP_BIGBROT) "$(INTDIR)"\
885 "$(INTDIR)\bigbrother.pch"
886
887"$(INTDIR)\BigBrotherView.sbr" : $(SOURCE) $(DEP_CPP_BIGBROT) "$(INTDIR)"\
888 "$(INTDIR)\bigbrother.pch"
889
890
891!ELSEIF "$(CFG)" == "Big Brother - Win32 Release Static"
892
893
894"$(INTDIR)\BigBrotherView.obj" : $(SOURCE) $(DEP_CPP_BIGBROT) "$(INTDIR)"\
895 "$(INTDIR)\bigbrother.pch"
896
897
898!ENDIF
899
900# End Source File
901################################################################################
902# Begin Source File
903
904SOURCE=.\bigbrother.rc
905DEP_RSC_BIGBROTH=\
906 ".\res\3angle.avi"\
907 ".\res\bigbrother.ico"\
908 ".\res\bigbrother.rc2"\
909 ".\res\BigBrotherDoc.ico"\
910 ".\res\goingdown.ico"\
911 ".\res\host-down.wav"\
912 ".\res\host-up.wav"\
913 ".\res\host.ico"\
914 ".\res\hostdown.ico"\
915 ".\res\junktoolbar.bmp"\
916 ".\res\maintoolbar.bmp"\
917 ".\res\nohost.ico"\
918 ".\res\pending.ico"\
919 ".\res\pinging.ico"\
920 ".\shared-data\browse-icon.ico"\
921 ".\shared-data\play-icon.ico"\
922
923
924!IF "$(CFG)" == "Big Brother - Win32 Release"
925
926
927"$(INTDIR)\bigbrother.res" : $(SOURCE) $(DEP_RSC_BIGBROTH) "$(INTDIR)"
928 $(RSC) $(RSC_PROJ) $(SOURCE)
929
930
931!ELSEIF "$(CFG)" == "Big Brother - Win32 Debug"
932
933
934"$(INTDIR)\bigbrother.res" : $(SOURCE) $(DEP_RSC_BIGBROTH) "$(INTDIR)"
935 $(RSC) $(RSC_PROJ) $(SOURCE)
936
937
938!ELSEIF "$(CFG)" == "Big Brother - Win32 Release Static"
939
940
941"$(INTDIR)\bigbrother.res" : $(SOURCE) $(DEP_RSC_BIGBROTH) "$(INTDIR)"
942 $(RSC) $(RSC_PROJ) $(SOURCE)
943
944
945!ENDIF
946
947# End Source File
948################################################################################
949# Begin Source File
950
951SOURCE=.\GeneralPage.cpp
952DEP_CPP_GENER=\
953 ".\bigbrother.h"\
954 ".\BigBrotherDoc.h"\
955 ".\BigBrotherView.h"\
956 ".\GeneralPage.h"\
957 ".\HostPropertyPages.h"\
958 ".\shared-code\ip_icmp.h"\
959 ".\shared-code\kICMP.h"\
960 ".\shared-code\ms_icmp.h"\
961 ".\stdafx.h"\
962
963
964!IF "$(CFG)" == "Big Brother - Win32 Release"
965
966
967"$(INTDIR)\GeneralPage.obj" : $(SOURCE) $(DEP_CPP_GENER) "$(INTDIR)"\
968 "$(INTDIR)\bigbrother.pch"
969
970
971!ELSEIF "$(CFG)" == "Big Brother - Win32 Debug"
972
973
974"$(INTDIR)\GeneralPage.obj" : $(SOURCE) $(DEP_CPP_GENER) "$(INTDIR)"\
975 "$(INTDIR)\bigbrother.pch"
976
977"$(INTDIR)\GeneralPage.sbr" : $(SOURCE) $(DEP_CPP_GENER) "$(INTDIR)"\
978 "$(INTDIR)\bigbrother.pch"
979
980
981!ELSEIF "$(CFG)" == "Big Brother - Win32 Release Static"
982
983
984"$(INTDIR)\GeneralPage.obj" : $(SOURCE) $(DEP_CPP_GENER) "$(INTDIR)"\
985 "$(INTDIR)\bigbrother.pch"
986
987
988!ENDIF
989
990# End Source File
991################################################################################
992# Begin Source File
993
994SOURCE=.\SettingsPage.cpp
995DEP_CPP_SETTI=\
996 ".\bigbrother.h"\
997 ".\BigBrotherDoc.h"\
998 ".\BigBrotherView.h"\
999 ".\HostPropertyPages.h"\
1000 ".\SettingsPage.h"\
1001 ".\shared-code\ip_icmp.h"\
1002 ".\shared-code\kICMP.h"\
1003 ".\shared-code\ms_icmp.h"\
1004 ".\stdafx.h"\
1005
1006
1007!IF "$(CFG)" == "Big Brother - Win32 Release"
1008
1009
1010"$(INTDIR)\SettingsPage.obj" : $(SOURCE) $(DEP_CPP_SETTI) "$(INTDIR)"\
1011 "$(INTDIR)\bigbrother.pch"
1012
1013
1014!ELSEIF "$(CFG)" == "Big Brother - Win32 Debug"
1015
1016
1017"$(INTDIR)\SettingsPage.obj" : $(SOURCE) $(DEP_CPP_SETTI) "$(INTDIR)"\
1018 "$(INTDIR)\bigbrother.pch"
1019
1020"$(INTDIR)\SettingsPage.sbr" : $(SOURCE) $(DEP_CPP_SETTI) "$(INTDIR)"\
1021 "$(INTDIR)\bigbrother.pch"
1022
1023
1024!ELSEIF "$(CFG)" == "Big Brother - Win32 Release Static"
1025
1026
1027"$(INTDIR)\SettingsPage.obj" : $(SOURCE) $(DEP_CPP_SETTI) "$(INTDIR)"\
1028 "$(INTDIR)\bigbrother.pch"
1029
1030
1031!ENDIF
1032
1033# End Source File
1034################################################################################
1035# Begin Source File
1036
1037SOURCE=.\HostPropertyPages.cpp
1038DEP_CPP_HOSTP=\
1039 ".\ActionPage.h"\
1040 ".\bigbrother.h"\
1041 ".\BigBrotherDoc.h"\
1042 ".\BigBrotherView.h"\
1043 ".\GeneralPage.h"\
1044 ".\HostPropertyPages.h"\
1045 ".\SettingsPage.h"\
1046 ".\shared-code\ip_icmp.h"\
1047 ".\shared-code\kICMP.h"\
1048 ".\shared-code\ms_icmp.h"\
1049 ".\stdafx.h"\
1050
1051
1052!IF "$(CFG)" == "Big Brother - Win32 Release"
1053
1054
1055"$(INTDIR)\HostPropertyPages.obj" : $(SOURCE) $(DEP_CPP_HOSTP) "$(INTDIR)"\
1056 "$(INTDIR)\bigbrother.pch"
1057
1058
1059!ELSEIF "$(CFG)" == "Big Brother - Win32 Debug"
1060
1061
1062"$(INTDIR)\HostPropertyPages.obj" : $(SOURCE) $(DEP_CPP_HOSTP) "$(INTDIR)"\
1063 "$(INTDIR)\bigbrother.pch"
1064
1065"$(INTDIR)\HostPropertyPages.sbr" : $(SOURCE) $(DEP_CPP_HOSTP) "$(INTDIR)"\
1066 "$(INTDIR)\bigbrother.pch"
1067
1068
1069!ELSEIF "$(CFG)" == "Big Brother - Win32 Release Static"
1070
1071
1072"$(INTDIR)\HostPropertyPages.obj" : $(SOURCE) $(DEP_CPP_HOSTP) "$(INTDIR)"\
1073 "$(INTDIR)\bigbrother.pch"
1074
1075
1076!ENDIF
1077
1078# End Source File
1079################################################################################
1080# Begin Source File
1081
1082SOURCE=.\ActionPage.cpp
1083DEP_CPP_ACTIO=\
1084 ".\ActionPage.h"\
1085 ".\bigbrother.h"\
1086 ".\BigBrotherDoc.h"\
1087 ".\BigBrotherView.h"\
1088 ".\HostPropertyPages.h"\
1089 ".\shared-code\ip_icmp.h"\
1090 ".\shared-code\kICMP.h"\
1091 ".\shared-code\ms_icmp.h"\
1092 ".\stdafx.h"\
1093
1094
1095!IF "$(CFG)" == "Big Brother - Win32 Release"
1096
1097
1098"$(INTDIR)\ActionPage.obj" : $(SOURCE) $(DEP_CPP_ACTIO) "$(INTDIR)"\
1099 "$(INTDIR)\bigbrother.pch"
1100
1101
1102!ELSEIF "$(CFG)" == "Big Brother - Win32 Debug"
1103
1104
1105"$(INTDIR)\ActionPage.obj" : $(SOURCE) $(DEP_CPP_ACTIO) "$(INTDIR)"\
1106 "$(INTDIR)\bigbrother.pch"
1107
1108"$(INTDIR)\ActionPage.sbr" : $(SOURCE) $(DEP_CPP_ACTIO) "$(INTDIR)"\
1109 "$(INTDIR)\bigbrother.pch"
1110
1111
1112!ELSEIF "$(CFG)" == "Big Brother - Win32 Release Static"
1113
1114
1115"$(INTDIR)\ActionPage.obj" : $(SOURCE) $(DEP_CPP_ACTIO) "$(INTDIR)"\
1116 "$(INTDIR)\bigbrother.pch"
1117
1118
1119!ENDIF
1120
1121# End Source File
1122################################################################################
1123# Begin Source File
1124
1125SOURCE=.\ActivityView.cpp
1126DEP_CPP_ACTIV=\
1127 ".\ActivityView.h"\
1128 ".\bigbrother.h"\
1129 ".\BigBrotherDoc.h"\
1130 ".\shared-code\ip_icmp.h"\
1131 ".\shared-code\kICMP.h"\
1132 ".\shared-code\ms_icmp.h"\
1133 ".\stdafx.h"\
1134
1135
1136!IF "$(CFG)" == "Big Brother - Win32 Release"
1137
1138
1139"$(INTDIR)\ActivityView.obj" : $(SOURCE) $(DEP_CPP_ACTIV) "$(INTDIR)"\
1140 "$(INTDIR)\bigbrother.pch"
1141
1142
1143!ELSEIF "$(CFG)" == "Big Brother - Win32 Debug"
1144
1145
1146"$(INTDIR)\ActivityView.obj" : $(SOURCE) $(DEP_CPP_ACTIV) "$(INTDIR)"\
1147 "$(INTDIR)\bigbrother.pch"
1148
1149"$(INTDIR)\ActivityView.sbr" : $(SOURCE) $(DEP_CPP_ACTIV) "$(INTDIR)"\
1150 "$(INTDIR)\bigbrother.pch"
1151
1152
1153!ELSEIF "$(CFG)" == "Big Brother - Win32 Release Static"
1154
1155
1156"$(INTDIR)\ActivityView.obj" : $(SOURCE) $(DEP_CPP_ACTIV) "$(INTDIR)"\
1157 "$(INTDIR)\bigbrother.pch"
1158
1159
1160!ENDIF
1161
1162# End Source File
1163################################################################################
1164# Begin Source File
1165
1166SOURCE=.\Preferences.cpp
1167DEP_CPP_PREFE=\
1168 ".\bigbrother.h"\
1169 ".\Preferences.h"\
1170 ".\shared-code\ip_icmp.h"\
1171 ".\shared-code\kICMP.h"\
1172 ".\shared-code\ms_icmp.h"\
1173 ".\stdafx.h"\
1174
1175
1176!IF "$(CFG)" == "Big Brother - Win32 Release"
1177
1178
1179"$(INTDIR)\Preferences.obj" : $(SOURCE) $(DEP_CPP_PREFE) "$(INTDIR)"\
1180 "$(INTDIR)\bigbrother.pch"
1181
1182
1183!ELSEIF "$(CFG)" == "Big Brother - Win32 Debug"
1184
1185
1186"$(INTDIR)\Preferences.obj" : $(SOURCE) $(DEP_CPP_PREFE) "$(INTDIR)"\
1187 "$(INTDIR)\bigbrother.pch"
1188
1189"$(INTDIR)\Preferences.sbr" : $(SOURCE) $(DEP_CPP_PREFE) "$(INTDIR)"\
1190 "$(INTDIR)\bigbrother.pch"
1191
1192
1193!ELSEIF "$(CFG)" == "Big Brother - Win32 Release Static"
1194
1195
1196"$(INTDIR)\Preferences.obj" : $(SOURCE) $(DEP_CPP_PREFE) "$(INTDIR)"\
1197 "$(INTDIR)\bigbrother.pch"
1198
1199
1200!ENDIF
1201
1202# End Source File
1203################################################################################
1204# Begin Source File
1205
1206SOURCE=.\help\bigbrother.hpj
1207
1208!IF "$(CFG)" == "Big Brother - Win32 Release"
1209
1210# Begin Custom Build - Making help file..
1211OutDir=.\Release
1212ProjDir=.
1213TargetName=BigBro
1214InputPath=.\help\bigbrother.hpj
1215
1216BuildCmds= \
1217 "$(ProjDir)\makehelp.bat" \
1218 compress $(OutDir)\$(TargetName).hlp $(OutDir)\$(TargetName).hl_ \
1219 compress $(OutDir)\$(TargetName).cnt $(OutDir)\$(TargetName).cn_ \
1220
1221
1222"$(OutDir)\$(TargetName).hlp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
1223 $(BuildCmds)
1224
1225"$(OutDir)\$(TargetName).cnt" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
1226 $(BuildCmds)
1227
1228"$(OutDir)\$(TargetName).hl_" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
1229 $(BuildCmds)
1230
1231"$(OutDir)\$(TargetName).cn_" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
1232 $(BuildCmds)
1233# End Custom Build
1234
1235!ELSEIF "$(CFG)" == "Big Brother - Win32 Debug"
1236
1237# Begin Custom Build - Making help file..
1238OutDir=.\Debug
1239ProjDir=.
1240TargetName=BigBro
1241InputPath=.\help\bigbrother.hpj
1242
1243BuildCmds= \
1244 "$(ProjDir)\makehelp.bat" \
1245 compress $(OutDir)\$(TargetName).hlp $(OutDir)\$(TargetName).hl_ \
1246 compress $(OutDir)\$(TargetName).cnt $(OutDir)\$(TargetName).cn_ \
1247
1248
1249"$(OutDir)\$(TargetName).hlp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
1250 $(BuildCmds)
1251
1252"$(OutDir)\$(TargetName).cnt" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
1253 $(BuildCmds)
1254
1255"$(OutDir)\$(TargetName).hl_" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
1256 $(BuildCmds)
1257
1258"$(OutDir)\$(TargetName).cn_" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
1259 $(BuildCmds)
1260# End Custom Build
1261
1262!ELSEIF "$(CFG)" == "Big Brother - Win32 Release Static"
1263
1264# Begin Custom Build - Making help file..
1265OutDir=.\Releast
1266ProjDir=.
1267TargetName=BigBro
1268InputPath=.\help\bigbrother.hpj
1269
1270BuildCmds= \
1271 "$(ProjDir)\makehelp.bat" \
1272 compress $(OutDir)\$(TargetName).hlp $(OutDir)\$(TargetName).hl_ \
1273 compress $(OutDir)\$(TargetName).cnt $(OutDir)\$(TargetName).cn_ \
1274
1275
1276"$(OutDir)\$(TargetName).hlp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
1277 $(BuildCmds)
1278
1279"$(OutDir)\$(TargetName).cnt" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
1280 $(BuildCmds)
1281
1282"$(OutDir)\$(TargetName).hl_" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
1283 $(BuildCmds)
1284
1285"$(OutDir)\$(TargetName).cn_" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
1286 $(BuildCmds)
1287# End Custom Build
1288
1289!ENDIF
1290
1291# End Source File
1292################################################################################
1293# Begin Source File
1294
1295SOURCE=".\shared-code\kICMP.cpp"
1296DEP_CPP_KICMP=\
1297 ".\shared-code\ip_icmp.h"\
1298 ".\shared-code\kICMP.h"\
1299 ".\shared-code\ms_icmp.h"\
1300 ".\stdafx.h"\
1301
1302
1303!IF "$(CFG)" == "Big Brother - Win32 Release"
1304
1305# ADD CPP /Yu"../stdafx.h"
1306
1307"$(INTDIR)\kICMP.obj" : $(SOURCE) $(DEP_CPP_KICMP) "$(INTDIR)"\
1308 "$(INTDIR)\bigbrother.pch"
1309 $(CPP) /nologo /MD /W3 /GX /O1 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D\
1310 "_AFXDLL" /D "_MBCS" /Fp"$(INTDIR)/bigbrother.pch" /Yu"../stdafx.h"\
1311 /Fo"$(INTDIR)/" /c $(SOURCE)
1312
1313
1314!ELSEIF "$(CFG)" == "Big Brother - Win32 Debug"
1315
1316# ADD CPP /Yu"../stdafx.h"
1317
1318BuildCmds= \
1319 $(CPP) /nologo /MDd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS"\
1320 /D "_AFXDLL" /D "_MBCS" /FR"$(INTDIR)/" /Fp"$(INTDIR)/bigbrother.pch"\
1321 /Yu"../stdafx.h" /Fo"$(INTDIR)/" /Fd"$(INTDIR)/" /c $(SOURCE) \
1322
1323
1324"$(INTDIR)\kICMP.obj" : $(SOURCE) $(DEP_CPP_KICMP) "$(INTDIR)"\
1325 "$(INTDIR)\bigbrother.pch"
1326 $(BuildCmds)
1327
1328"$(INTDIR)\kICMP.sbr" : $(SOURCE) $(DEP_CPP_KICMP) "$(INTDIR)"\
1329 "$(INTDIR)\bigbrother.pch"
1330 $(BuildCmds)
1331
1332!ELSEIF "$(CFG)" == "Big Brother - Win32 Release Static"
1333
1334# ADD BASE CPP /Yu"../stdafx.h"
1335# ADD CPP /Yu"../stdafx.h"
1336
1337"$(INTDIR)\kICMP.obj" : $(SOURCE) $(DEP_CPP_KICMP) "$(INTDIR)"\
1338 "$(INTDIR)\bigbrother.pch"
1339 $(CPP) /nologo /MT /W3 /GX /O1 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D\
1340 "_MBCS" /Fp"$(INTDIR)/bigbrother.pch" /Yu"../stdafx.h" /Fo"$(INTDIR)/" /c\
1341 $(SOURCE)
1342
1343
1344!ENDIF
1345
1346# End Source File
1347# End Target
1348################################################################################
1349# Begin Target
1350
1351# Name "install - Win32 Debug"
1352# Name "install - Win32 Pure"
1353# Name "install - Win32 Canned"
1354# Name "install - Win32 Static"
1355
1356!IF "$(CFG)" == "install - Win32 Debug"
1357
1358!ELSEIF "$(CFG)" == "install - Win32 Pure"
1359
1360!ELSEIF "$(CFG)" == "install - Win32 Canned"
1361
1362!ELSEIF "$(CFG)" == "install - Win32 Static"
1363
1364!ENDIF
1365
1366################################################################################
1367# Begin Source File
1368
1369SOURCE=.\install\install.cpp
1370DEP_CPP_INSTA=\
1371 ".\shared-code\install.h"\
1372
1373
1374!IF "$(CFG)" == "install - Win32 Debug"
1375
1376
1377"$(INTDIR)\install.obj" : $(SOURCE) $(DEP_CPP_INSTA) "$(INTDIR)"
1378 $(CPP) $(CPP_PROJ) $(SOURCE)
1379
1380
1381!ELSEIF "$(CFG)" == "install - Win32 Pure"
1382
1383
1384"$(INTDIR)\install.obj" : $(SOURCE) $(DEP_CPP_INSTA) "$(INTDIR)"
1385 $(CPP) $(CPP_PROJ) $(SOURCE)
1386
1387
1388!ELSEIF "$(CFG)" == "install - Win32 Canned"
1389
1390
1391"$(INTDIR)\install.obj" : $(SOURCE) $(DEP_CPP_INSTA) "$(INTDIR)"
1392 $(CPP) $(CPP_PROJ) $(SOURCE)
1393
1394
1395!ELSEIF "$(CFG)" == "install - Win32 Static"
1396
1397
1398"$(INTDIR)\install.obj" : $(SOURCE) $(DEP_CPP_INSTA) "$(INTDIR)"
1399 $(CPP) $(CPP_PROJ) $(SOURCE)
1400
1401
1402!ENDIF
1403
1404# End Source File
1405################################################################################
1406# Begin Source File
1407
1408SOURCE=.\install\install.rc
1409DEP_RSC_INSTAL=\
1410 ".\install\custom.rch"\
1411 ".\shared-data\install-icon.ico"\
1412
1413
1414!IF "$(CFG)" == "install - Win32 Debug"
1415
1416
1417"$(INTDIR)\install.res" : $(SOURCE) $(DEP_RSC_INSTAL) "$(INTDIR)"
1418 $(RSC) /l 0x409 /fo"$(INTDIR)/install.res" /i "install" /d "_DEBUG"\
1419 $(SOURCE)
1420
1421
1422!ELSEIF "$(CFG)" == "install - Win32 Pure"
1423
1424
1425"$(INTDIR)\install.res" : $(SOURCE) $(DEP_RSC_INSTAL) "$(INTDIR)"
1426 $(RSC) /l 0x409 /fo"$(INTDIR)/install.res" /i "install" /d "NDEBUG"\
1427 $(SOURCE)
1428
1429
1430!ELSEIF "$(CFG)" == "install - Win32 Canned"
1431
1432
1433"$(INTDIR)\install.res" : $(SOURCE) $(DEP_RSC_INSTAL) "$(INTDIR)"
1434 $(RSC) /l 0x409 /fo"$(INTDIR)/install.res" /i "install" /d "NDEBUG" /d\
1435 "K_ANNED" $(SOURCE)
1436
1437
1438!ELSEIF "$(CFG)" == "install - Win32 Static"
1439
1440
1441"$(INTDIR)\install.res" : $(SOURCE) $(DEP_RSC_INSTAL) "$(INTDIR)"
1442 $(RSC) /l 0x409 /fo"$(INTDIR)/install.res" /i "install" /d "NDEBUG" /d\
1443 "STATI_K" $(SOURCE)
1444
1445
1446!ENDIF
1447
1448# End Source File
1449# End Target
1450# End Project
1451################################################################################