author | Michael Krelin <hacker@klever.net> | 2006-02-02 23:07:50 (UTC) |
---|---|---|
committer | Michael Krelin <hacker@klever.net> | 2006-02-02 23:07:50 (UTC) |
commit | 39bb4331674cc77560a546f4f9b14b143603d4be (patch) (unidiff) | |
tree | fbbc1006c655888a5483ddd359c52b863e7a27ab /pumpkin.mak | |
parent | fedc32eb7d20e5278a2125ead3ed125dc63b5746 (diff) | |
download | pumpkin-39bb4331674cc77560a546f4f9b14b143603d4be.zip pumpkin-39bb4331674cc77560a546f4f9b14b143603d4be.tar.gz pumpkin-39bb4331674cc77560a546f4f9b14b143603d4be.tar.bz2 |
- version bump to 2.7
- year bump to 2006
- ip-based access control
- server switchable off
- logging to file
git-svn-id: http://svn.klever.net/kin/pumpkin/trunk@144 fe716a7a-6dde-0310-88d9-d003556173a8
-rw-r--r-- | pumpkin.mak | 362 |
1 files changed, 324 insertions, 38 deletions
diff --git a/pumpkin.mak b/pumpkin.mak index bd466fe..7d2ec22 100644 --- a/pumpkin.mak +++ b/pumpkin.mak | |||
@@ -57,26 +57,28 @@ MTL=mktyplib.exe | |||
57 | # PROP Target_Dir "" | 57 | # PROP Target_Dir "" |
58 | OUTDIR=.\Release | 58 | OUTDIR=.\Release |
59 | INTDIR=.\Release | 59 | INTDIR=.\Release |
60 | # Begin Custom Macros | 60 | # Begin Custom Macros |
61 | OutDir=.\Release | 61 | OutDir=.\Release |
62 | TargetName=pumpkin | 62 | TargetName=pumpkin |
63 | # End Custom Macros | 63 | # End Custom Macros |
64 | 64 | ||
65 | ALL : "$(OUTDIR)\pumpkin.exe" "$(OUTDIR)\pumpkin.ex_" "$(OUTDIR)\pumpkin.hlp"\ | 65 | ALL : "$(OUTDIR)\pumpkin.exe" "$(OUTDIR)\pumpkin.ex_" "$(OUTDIR)\pumpkin.hlp"\ |
66 | "$(OUTDIR)\pumpkin.cnt" "$(OUTDIR)\pumpkin.hl_" "$(OUTDIR)\pumpkin.cn_" | 66 | "$(OUTDIR)\pumpkin.cnt" "$(OUTDIR)\pumpkin.hl_" "$(OUTDIR)\pumpkin.cn_" |
67 | 67 | ||
68 | CLEAN : | 68 | CLEAN : |
69 | -@erase "$(INTDIR)\ACLTargetCombo.obj" | ||
69 | -@erase "$(INTDIR)\ConfirmRRQDlg.obj" | 70 | -@erase "$(INTDIR)\ConfirmRRQDlg.obj" |
70 | -@erase "$(INTDIR)\ConfirmWRQDlg.obj" | 71 | -@erase "$(INTDIR)\ConfirmWRQDlg.obj" |
72 | -@erase "$(INTDIR)\PropsACL.obj" | ||
71 | -@erase "$(INTDIR)\PropsNetwork.obj" | 73 | -@erase "$(INTDIR)\PropsNetwork.obj" |
72 | -@erase "$(INTDIR)\PropsServer.obj" | 74 | -@erase "$(INTDIR)\PropsServer.obj" |
73 | -@erase "$(INTDIR)\PropsSounds.obj" | 75 | -@erase "$(INTDIR)\PropsSounds.obj" |
74 | -@erase "$(INTDIR)\pumpkin.cn_" | 76 | -@erase "$(INTDIR)\pumpkin.cn_" |
75 | -@erase "$(INTDIR)\pumpkin.cnt" | 77 | -@erase "$(INTDIR)\pumpkin.cnt" |
76 | -@erase "$(INTDIR)\pumpkin.hl_" | 78 | -@erase "$(INTDIR)\pumpkin.hl_" |
77 | -@erase "$(INTDIR)\pumpkin.hlp" | 79 | -@erase "$(INTDIR)\pumpkin.hlp" |
78 | -@erase "$(INTDIR)\PumpKIN.obj" | 80 | -@erase "$(INTDIR)\PumpKIN.obj" |
79 | -@erase "$(INTDIR)\pumpkin.pch" | 81 | -@erase "$(INTDIR)\pumpkin.pch" |
80 | -@erase "$(INTDIR)\pumpkin.res" | 82 | -@erase "$(INTDIR)\pumpkin.res" |
81 | -@erase "$(INTDIR)\PumpKINDlg.obj" | 83 | -@erase "$(INTDIR)\PumpKINDlg.obj" |
82 | -@erase "$(INTDIR)\RequestDlg.obj" | 84 | -@erase "$(INTDIR)\RequestDlg.obj" |
@@ -106,26 +108,28 @@ RSC_PROJ=/l 0x409 /fo"$(INTDIR)/pumpkin.res" /d "NDEBUG" /d "_AFXDLL" | |||
106 | BSC32=bscmake.exe | 108 | BSC32=bscmake.exe |
107 | # ADD BASE BSC32 /nologo | 109 | # ADD BASE BSC32 /nologo |
108 | # ADD BSC32 /nologo | 110 | # ADD BSC32 /nologo |
109 | BSC32_FLAGS=/nologo /o"$(OUTDIR)/pumpkin.bsc" | 111 | BSC32_FLAGS=/nologo /o"$(OUTDIR)/pumpkin.bsc" |
110 | BSC32_SBRS= \ | 112 | BSC32_SBRS= \ |
111 | 113 | ||
112 | LINK32=link.exe | 114 | LINK32=link.exe |
113 | # ADD BASE LINK32 /nologo /subsystem:windows /machine:I386 | 115 | # ADD BASE LINK32 /nologo /subsystem:windows /machine:I386 |
114 | # ADD LINK32 /nologo /subsystem:windows /machine:I386 | 116 | # ADD LINK32 /nologo /subsystem:windows /machine:I386 |
115 | LINK32_FLAGS=/nologo /subsystem:windows /incremental:no\ | 117 | LINK32_FLAGS=/nologo /subsystem:windows /incremental:no\ |
116 | /pdb:"$(OUTDIR)/pumpkin.pdb" /machine:I386 /out:"$(OUTDIR)/pumpkin.exe" | 118 | /pdb:"$(OUTDIR)/pumpkin.pdb" /machine:I386 /out:"$(OUTDIR)/pumpkin.exe" |
117 | LINK32_OBJS= \ | 119 | LINK32_OBJS= \ |
120 | "$(INTDIR)\ACLTargetCombo.obj" \ | ||
118 | "$(INTDIR)\ConfirmRRQDlg.obj" \ | 121 | "$(INTDIR)\ConfirmRRQDlg.obj" \ |
119 | "$(INTDIR)\ConfirmWRQDlg.obj" \ | 122 | "$(INTDIR)\ConfirmWRQDlg.obj" \ |
123 | "$(INTDIR)\PropsACL.obj" \ | ||
120 | "$(INTDIR)\PropsNetwork.obj" \ | 124 | "$(INTDIR)\PropsNetwork.obj" \ |
121 | "$(INTDIR)\PropsServer.obj" \ | 125 | "$(INTDIR)\PropsServer.obj" \ |
122 | "$(INTDIR)\PropsSounds.obj" \ | 126 | "$(INTDIR)\PropsSounds.obj" \ |
123 | "$(INTDIR)\PumpKIN.obj" \ | 127 | "$(INTDIR)\PumpKIN.obj" \ |
124 | "$(INTDIR)\pumpkin.res" \ | 128 | "$(INTDIR)\pumpkin.res" \ |
125 | "$(INTDIR)\PumpKINDlg.obj" \ | 129 | "$(INTDIR)\PumpKINDlg.obj" \ |
126 | "$(INTDIR)\RequestDlg.obj" \ | 130 | "$(INTDIR)\RequestDlg.obj" \ |
127 | "$(INTDIR)\Resolver.obj" \ | 131 | "$(INTDIR)\Resolver.obj" \ |
128 | "$(INTDIR)\Retrier.obj" \ | 132 | "$(INTDIR)\Retrier.obj" \ |
129 | "$(INTDIR)\StdAfx.obj" \ | 133 | "$(INTDIR)\StdAfx.obj" \ |
130 | "$(INTDIR)\Trayer.obj" | 134 | "$(INTDIR)\Trayer.obj" |
131 | 135 | ||
@@ -160,28 +164,32 @@ SOURCE=$(InputPath) | |||
160 | OUTDIR=.\Debug | 164 | OUTDIR=.\Debug |
161 | INTDIR=.\Debug | 165 | INTDIR=.\Debug |
162 | # Begin Custom Macros | 166 | # Begin Custom Macros |
163 | OutDir=.\Debug | 167 | OutDir=.\Debug |
164 | TargetName=pumpkin | 168 | TargetName=pumpkin |
165 | # End Custom Macros | 169 | # End Custom Macros |
166 | 170 | ||
167 | ALL : "$(OUTDIR)\pumpkin.exe" "$(OUTDIR)\pumpkin.bsc" "$(OUTDIR)\pumpkin.ex_"\ | 171 | ALL : "$(OUTDIR)\pumpkin.exe" "$(OUTDIR)\pumpkin.bsc" "$(OUTDIR)\pumpkin.ex_"\ |
168 | "$(OUTDIR)\pumpkin.hlp" "$(OUTDIR)\pumpkin.cnt" "$(OUTDIR)\pumpkin.hl_"\ | 172 | "$(OUTDIR)\pumpkin.hlp" "$(OUTDIR)\pumpkin.cnt" "$(OUTDIR)\pumpkin.hl_"\ |
169 | "$(OUTDIR)\pumpkin.cn_" | 173 | "$(OUTDIR)\pumpkin.cn_" |
170 | 174 | ||
171 | CLEAN : | 175 | CLEAN : |
176 | -@erase "$(INTDIR)\ACLTargetCombo.obj" | ||
177 | -@erase "$(INTDIR)\ACLTargetCombo.sbr" | ||
172 | -@erase "$(INTDIR)\ConfirmRRQDlg.obj" | 178 | -@erase "$(INTDIR)\ConfirmRRQDlg.obj" |
173 | -@erase "$(INTDIR)\ConfirmRRQDlg.sbr" | 179 | -@erase "$(INTDIR)\ConfirmRRQDlg.sbr" |
174 | -@erase "$(INTDIR)\ConfirmWRQDlg.obj" | 180 | -@erase "$(INTDIR)\ConfirmWRQDlg.obj" |
175 | -@erase "$(INTDIR)\ConfirmWRQDlg.sbr" | 181 | -@erase "$(INTDIR)\ConfirmWRQDlg.sbr" |
182 | -@erase "$(INTDIR)\PropsACL.obj" | ||
183 | -@erase "$(INTDIR)\PropsACL.sbr" | ||
176 | -@erase "$(INTDIR)\PropsNetwork.obj" | 184 | -@erase "$(INTDIR)\PropsNetwork.obj" |
177 | -@erase "$(INTDIR)\PropsNetwork.sbr" | 185 | -@erase "$(INTDIR)\PropsNetwork.sbr" |
178 | -@erase "$(INTDIR)\PropsServer.obj" | 186 | -@erase "$(INTDIR)\PropsServer.obj" |
179 | -@erase "$(INTDIR)\PropsServer.sbr" | 187 | -@erase "$(INTDIR)\PropsServer.sbr" |
180 | -@erase "$(INTDIR)\PropsSounds.obj" | 188 | -@erase "$(INTDIR)\PropsSounds.obj" |
181 | -@erase "$(INTDIR)\PropsSounds.sbr" | 189 | -@erase "$(INTDIR)\PropsSounds.sbr" |
182 | -@erase "$(INTDIR)\pumpkin.cn_" | 190 | -@erase "$(INTDIR)\pumpkin.cn_" |
183 | -@erase "$(INTDIR)\pumpkin.cnt" | 191 | -@erase "$(INTDIR)\pumpkin.cnt" |
184 | -@erase "$(INTDIR)\pumpkin.hl_" | 192 | -@erase "$(INTDIR)\pumpkin.hl_" |
185 | -@erase "$(INTDIR)\pumpkin.hlp" | 193 | -@erase "$(INTDIR)\pumpkin.hlp" |
186 | -@erase "$(INTDIR)\PumpKIN.obj" | 194 | -@erase "$(INTDIR)\PumpKIN.obj" |
187 | -@erase "$(INTDIR)\pumpkin.pch" | 195 | -@erase "$(INTDIR)\pumpkin.pch" |
@@ -219,50 +227,54 @@ CPP_OBJS=.\Debug/ | |||
219 | CPP_SBRS=.\Debug/ | 227 | CPP_SBRS=.\Debug/ |
220 | # ADD BASE MTL /nologo /D "_DEBUG" /win32 | 228 | # ADD BASE MTL /nologo /D "_DEBUG" /win32 |
221 | # ADD MTL /nologo /D "_DEBUG" /win32 | 229 | # ADD MTL /nologo /D "_DEBUG" /win32 |
222 | MTL_PROJ=/nologo /D "_DEBUG" /win32 | 230 | MTL_PROJ=/nologo /D "_DEBUG" /win32 |
223 | # ADD BASE RSC /l 0x409 /d "_DEBUG" /d "_AFXDLL" | 231 | # ADD BASE RSC /l 0x409 /d "_DEBUG" /d "_AFXDLL" |
224 | # ADD RSC /l 0x409 /d "_DEBUG" /d "_AFXDLL" | 232 | # ADD RSC /l 0x409 /d "_DEBUG" /d "_AFXDLL" |
225 | RSC_PROJ=/l 0x409 /fo"$(INTDIR)/pumpkin.res" /d "_DEBUG" /d "_AFXDLL" | 233 | RSC_PROJ=/l 0x409 /fo"$(INTDIR)/pumpkin.res" /d "_DEBUG" /d "_AFXDLL" |
226 | BSC32=bscmake.exe | 234 | BSC32=bscmake.exe |
227 | # ADD BASE BSC32 /nologo | 235 | # ADD BASE BSC32 /nologo |
228 | # ADD BSC32 /nologo | 236 | # ADD BSC32 /nologo |
229 | BSC32_FLAGS=/nologo /o"$(OUTDIR)/pumpkin.bsc" | 237 | BSC32_FLAGS=/nologo /o"$(OUTDIR)/pumpkin.bsc" |
230 | BSC32_SBRS= \ | 238 | BSC32_SBRS= \ |
239 | "$(INTDIR)\ACLTargetCombo.sbr" \ | ||
231 | "$(INTDIR)\ConfirmRRQDlg.sbr" \ | 240 | "$(INTDIR)\ConfirmRRQDlg.sbr" \ |
232 | "$(INTDIR)\ConfirmWRQDlg.sbr" \ | 241 | "$(INTDIR)\ConfirmWRQDlg.sbr" \ |
242 | "$(INTDIR)\PropsACL.sbr" \ | ||
233 | "$(INTDIR)\PropsNetwork.sbr" \ | 243 | "$(INTDIR)\PropsNetwork.sbr" \ |
234 | "$(INTDIR)\PropsServer.sbr" \ | 244 | "$(INTDIR)\PropsServer.sbr" \ |
235 | "$(INTDIR)\PropsSounds.sbr" \ | 245 | "$(INTDIR)\PropsSounds.sbr" \ |
236 | "$(INTDIR)\PumpKIN.sbr" \ | 246 | "$(INTDIR)\PumpKIN.sbr" \ |
237 | "$(INTDIR)\PumpKINDlg.sbr" \ | 247 | "$(INTDIR)\PumpKINDlg.sbr" \ |
238 | "$(INTDIR)\RequestDlg.sbr" \ | 248 | "$(INTDIR)\RequestDlg.sbr" \ |
239 | "$(INTDIR)\Resolver.sbr" \ | 249 | "$(INTDIR)\Resolver.sbr" \ |
240 | "$(INTDIR)\Retrier.sbr" \ | 250 | "$(INTDIR)\Retrier.sbr" \ |
241 | "$(INTDIR)\StdAfx.sbr" \ | 251 | "$(INTDIR)\StdAfx.sbr" \ |
242 | "$(INTDIR)\Trayer.sbr" | 252 | "$(INTDIR)\Trayer.sbr" |
243 | 253 | ||
244 | "$(OUTDIR)\pumpkin.bsc" : "$(OUTDIR)" $(BSC32_SBRS) | 254 | "$(OUTDIR)\pumpkin.bsc" : "$(OUTDIR)" $(BSC32_SBRS) |
245 | $(BSC32) @<< | 255 | $(BSC32) @<< |
246 | $(BSC32_FLAGS) $(BSC32_SBRS) | 256 | $(BSC32_FLAGS) $(BSC32_SBRS) |
247 | << | 257 | << |
248 | 258 | ||
249 | LINK32=link.exe | 259 | LINK32=link.exe |
250 | # ADD BASE LINK32 /nologo /subsystem:windows /debug /machine:I386 | 260 | # ADD BASE LINK32 /nologo /subsystem:windows /debug /machine:I386 |
251 | # ADD LINK32 /nologo /subsystem:windows /debug /machine:I386 | 261 | # ADD LINK32 /nologo /subsystem:windows /debug /machine:I386 |
252 | LINK32_FLAGS=/nologo /subsystem:windows /incremental:yes\ | 262 | LINK32_FLAGS=/nologo /subsystem:windows /incremental:yes\ |
253 | /pdb:"$(OUTDIR)/pumpkin.pdb" /debug /machine:I386 /out:"$(OUTDIR)/pumpkin.exe" | 263 | /pdb:"$(OUTDIR)/pumpkin.pdb" /debug /machine:I386 /out:"$(OUTDIR)/pumpkin.exe" |
254 | LINK32_OBJS= \ | 264 | LINK32_OBJS= \ |
265 | "$(INTDIR)\ACLTargetCombo.obj" \ | ||
255 | "$(INTDIR)\ConfirmRRQDlg.obj" \ | 266 | "$(INTDIR)\ConfirmRRQDlg.obj" \ |
256 | "$(INTDIR)\ConfirmWRQDlg.obj" \ | 267 | "$(INTDIR)\ConfirmWRQDlg.obj" \ |
268 | "$(INTDIR)\PropsACL.obj" \ | ||
257 | "$(INTDIR)\PropsNetwork.obj" \ | 269 | "$(INTDIR)\PropsNetwork.obj" \ |
258 | "$(INTDIR)\PropsServer.obj" \ | 270 | "$(INTDIR)\PropsServer.obj" \ |
259 | "$(INTDIR)\PropsSounds.obj" \ | 271 | "$(INTDIR)\PropsSounds.obj" \ |
260 | "$(INTDIR)\PumpKIN.obj" \ | 272 | "$(INTDIR)\PumpKIN.obj" \ |
261 | "$(INTDIR)\pumpkin.res" \ | 273 | "$(INTDIR)\pumpkin.res" \ |
262 | "$(INTDIR)\PumpKINDlg.obj" \ | 274 | "$(INTDIR)\PumpKINDlg.obj" \ |
263 | "$(INTDIR)\RequestDlg.obj" \ | 275 | "$(INTDIR)\RequestDlg.obj" \ |
264 | "$(INTDIR)\Resolver.obj" \ | 276 | "$(INTDIR)\Resolver.obj" \ |
265 | "$(INTDIR)\Retrier.obj" \ | 277 | "$(INTDIR)\Retrier.obj" \ |
266 | "$(INTDIR)\StdAfx.obj" \ | 278 | "$(INTDIR)\StdAfx.obj" \ |
267 | "$(INTDIR)\Trayer.obj" | 279 | "$(INTDIR)\Trayer.obj" |
268 | 280 | ||
@@ -296,26 +308,28 @@ SOURCE=$(InputPath) | |||
296 | # PROP Target_Dir "" | 308 | # PROP Target_Dir "" |
297 | OUTDIR=.\Releast | 309 | OUTDIR=.\Releast |
298 | INTDIR=.\Releast | 310 | INTDIR=.\Releast |
299 | # Begin Custom Macros | 311 | # Begin Custom Macros |
300 | OutDir=.\Releast | 312 | OutDir=.\Releast |
301 | TargetName=pumpkin | 313 | TargetName=pumpkin |
302 | # End Custom Macros | 314 | # End Custom Macros |
303 | 315 | ||
304 | ALL : "$(OUTDIR)\pumpkin.exe" "$(OUTDIR)\pumpkin.ex_" "$(OUTDIR)\pumpkin.hlp"\ | 316 | ALL : "$(OUTDIR)\pumpkin.exe" "$(OUTDIR)\pumpkin.ex_" "$(OUTDIR)\pumpkin.hlp"\ |
305 | "$(OUTDIR)\pumpkin.cnt" "$(OUTDIR)\pumpkin.hl_" "$(OUTDIR)\pumpkin.cn_" | 317 | "$(OUTDIR)\pumpkin.cnt" "$(OUTDIR)\pumpkin.hl_" "$(OUTDIR)\pumpkin.cn_" |
306 | 318 | ||
307 | CLEAN : | 319 | CLEAN : |
320 | -@erase "$(INTDIR)\ACLTargetCombo.obj" | ||
308 | -@erase "$(INTDIR)\ConfirmRRQDlg.obj" | 321 | -@erase "$(INTDIR)\ConfirmRRQDlg.obj" |
309 | -@erase "$(INTDIR)\ConfirmWRQDlg.obj" | 322 | -@erase "$(INTDIR)\ConfirmWRQDlg.obj" |
323 | -@erase "$(INTDIR)\PropsACL.obj" | ||
310 | -@erase "$(INTDIR)\PropsNetwork.obj" | 324 | -@erase "$(INTDIR)\PropsNetwork.obj" |
311 | -@erase "$(INTDIR)\PropsServer.obj" | 325 | -@erase "$(INTDIR)\PropsServer.obj" |
312 | -@erase "$(INTDIR)\PropsSounds.obj" | 326 | -@erase "$(INTDIR)\PropsSounds.obj" |
313 | -@erase "$(INTDIR)\pumpkin.cn_" | 327 | -@erase "$(INTDIR)\pumpkin.cn_" |
314 | -@erase "$(INTDIR)\pumpkin.cnt" | 328 | -@erase "$(INTDIR)\pumpkin.cnt" |
315 | -@erase "$(INTDIR)\pumpkin.hl_" | 329 | -@erase "$(INTDIR)\pumpkin.hl_" |
316 | -@erase "$(INTDIR)\pumpkin.hlp" | 330 | -@erase "$(INTDIR)\pumpkin.hlp" |
317 | -@erase "$(INTDIR)\PumpKIN.obj" | 331 | -@erase "$(INTDIR)\PumpKIN.obj" |
318 | -@erase "$(INTDIR)\pumpkin.pch" | 332 | -@erase "$(INTDIR)\pumpkin.pch" |
319 | -@erase "$(INTDIR)\pumpkin.res" | 333 | -@erase "$(INTDIR)\pumpkin.res" |
320 | -@erase "$(INTDIR)\PumpKINDlg.obj" | 334 | -@erase "$(INTDIR)\PumpKINDlg.obj" |
321 | -@erase "$(INTDIR)\RequestDlg.obj" | 335 | -@erase "$(INTDIR)\RequestDlg.obj" |
@@ -344,26 +358,28 @@ RSC_PROJ=/l 0x409 /fo"$(INTDIR)/pumpkin.res" /d "NDEBUG" | |||
344 | BSC32=bscmake.exe | 358 | BSC32=bscmake.exe |
345 | # ADD BASE BSC32 /nologo | 359 | # ADD BASE BSC32 /nologo |
346 | # ADD BSC32 /nologo | 360 | # ADD BSC32 /nologo |
347 | BSC32_FLAGS=/nologo /o"$(OUTDIR)/pumpkin.bsc" | 361 | BSC32_FLAGS=/nologo /o"$(OUTDIR)/pumpkin.bsc" |
348 | BSC32_SBRS= \ | 362 | BSC32_SBRS= \ |
349 | 363 | ||
350 | LINK32=link.exe | 364 | LINK32=link.exe |
351 | # ADD BASE LINK32 /nologo /subsystem:windows /machine:I386 | 365 | # ADD BASE LINK32 /nologo /subsystem:windows /machine:I386 |
352 | # ADD LINK32 /nologo /subsystem:windows /machine:I386 | 366 | # ADD LINK32 /nologo /subsystem:windows /machine:I386 |
353 | LINK32_FLAGS=/nologo /subsystem:windows /incremental:no\ | 367 | LINK32_FLAGS=/nologo /subsystem:windows /incremental:no\ |
354 | /pdb:"$(OUTDIR)/pumpkin.pdb" /machine:I386 /out:"$(OUTDIR)/pumpkin.exe" | 368 | /pdb:"$(OUTDIR)/pumpkin.pdb" /machine:I386 /out:"$(OUTDIR)/pumpkin.exe" |
355 | LINK32_OBJS= \ | 369 | LINK32_OBJS= \ |
370 | "$(INTDIR)\ACLTargetCombo.obj" \ | ||
356 | "$(INTDIR)\ConfirmRRQDlg.obj" \ | 371 | "$(INTDIR)\ConfirmRRQDlg.obj" \ |
357 | "$(INTDIR)\ConfirmWRQDlg.obj" \ | 372 | "$(INTDIR)\ConfirmWRQDlg.obj" \ |
373 | "$(INTDIR)\PropsACL.obj" \ | ||
358 | "$(INTDIR)\PropsNetwork.obj" \ | 374 | "$(INTDIR)\PropsNetwork.obj" \ |
359 | "$(INTDIR)\PropsServer.obj" \ | 375 | "$(INTDIR)\PropsServer.obj" \ |
360 | "$(INTDIR)\PropsSounds.obj" \ | 376 | "$(INTDIR)\PropsSounds.obj" \ |
361 | "$(INTDIR)\PumpKIN.obj" \ | 377 | "$(INTDIR)\PumpKIN.obj" \ |
362 | "$(INTDIR)\pumpkin.res" \ | 378 | "$(INTDIR)\pumpkin.res" \ |
363 | "$(INTDIR)\PumpKINDlg.obj" \ | 379 | "$(INTDIR)\PumpKINDlg.obj" \ |
364 | "$(INTDIR)\RequestDlg.obj" \ | 380 | "$(INTDIR)\RequestDlg.obj" \ |
365 | "$(INTDIR)\Resolver.obj" \ | 381 | "$(INTDIR)\Resolver.obj" \ |
366 | "$(INTDIR)\Retrier.obj" \ | 382 | "$(INTDIR)\Retrier.obj" \ |
367 | "$(INTDIR)\StdAfx.obj" \ | 383 | "$(INTDIR)\StdAfx.obj" \ |
368 | "$(INTDIR)\Trayer.obj" | 384 | "$(INTDIR)\Trayer.obj" |
369 | 385 | ||
@@ -661,99 +677,150 @@ LINK32_OBJS= \ | |||
661 | !IF "$(CFG)" == "PumpKIN - Win32 Release" | 677 | !IF "$(CFG)" == "PumpKIN - Win32 Release" |
662 | 678 | ||
663 | !ELSEIF "$(CFG)" == "PumpKIN - Win32 Debug" | 679 | !ELSEIF "$(CFG)" == "PumpKIN - Win32 Debug" |
664 | 680 | ||
665 | !ELSEIF "$(CFG)" == "PumpKIN - Win32 Static" | 681 | !ELSEIF "$(CFG)" == "PumpKIN - Win32 Static" |
666 | 682 | ||
667 | !ENDIF | 683 | !ENDIF |
668 | 684 | ||
669 | ################################################################################ | 685 | ################################################################################ |
670 | # Begin Source File | 686 | # Begin Source File |
671 | 687 | ||
672 | SOURCE=.\PumpKIN.cpp | 688 | SOURCE=.\PumpKIN.cpp |
689 | |||
690 | !IF "$(CFG)" == "PumpKIN - Win32 Release" | ||
691 | |||
673 | DEP_CPP_PUMPK=\ | 692 | DEP_CPP_PUMPK=\ |
674 | ".\PumpKIN.h"\ | 693 | ".\pumpkin.h"\ |
675 | ".\PumpKINDlg.h"\ | 694 | ".\PumpKINDlg.h"\ |
676 | ".\shared-code\BellsNWhistles.h"\ | 695 | ".\shared-code\BellsNWhistles.h"\ |
677 | ".\shared-code\kHelpers.h"\ | 696 | ".\shared-code\kHelpers.h"\ |
678 | ".\stdafx.h"\ | 697 | ".\stdafx.h"\ |
679 | 698 | ||
680 | 699 | ||
681 | !IF "$(CFG)" == "PumpKIN - Win32 Release" | ||
682 | |||
683 | |||
684 | "$(INTDIR)\PumpKIN.obj" : $(SOURCE) $(DEP_CPP_PUMPK) "$(INTDIR)"\ | 700 | "$(INTDIR)\PumpKIN.obj" : $(SOURCE) $(DEP_CPP_PUMPK) "$(INTDIR)"\ |
685 | "$(INTDIR)\pumpkin.pch" | 701 | "$(INTDIR)\pumpkin.pch" |
686 | 702 | ||
687 | 703 | ||
688 | !ELSEIF "$(CFG)" == "PumpKIN - Win32 Debug" | 704 | !ELSEIF "$(CFG)" == "PumpKIN - Win32 Debug" |
689 | 705 | ||
706 | DEP_CPP_PUMPK=\ | ||
707 | ".\pumpkin.h"\ | ||
708 | ".\PumpKINDlg.h"\ | ||
709 | ".\shared-code\kHelpers.h"\ | ||
710 | ".\stdafx.h"\ | ||
711 | |||
690 | 712 | ||
691 | "$(INTDIR)\PumpKIN.obj" : $(SOURCE) $(DEP_CPP_PUMPK) "$(INTDIR)"\ | 713 | "$(INTDIR)\PumpKIN.obj" : $(SOURCE) $(DEP_CPP_PUMPK) "$(INTDIR)"\ |
692 | "$(INTDIR)\pumpkin.pch" | 714 | "$(INTDIR)\pumpkin.pch" |
693 | 715 | ||
694 | "$(INTDIR)\PumpKIN.sbr" : $(SOURCE) $(DEP_CPP_PUMPK) "$(INTDIR)"\ | 716 | "$(INTDIR)\PumpKIN.sbr" : $(SOURCE) $(DEP_CPP_PUMPK) "$(INTDIR)"\ |
695 | "$(INTDIR)\pumpkin.pch" | 717 | "$(INTDIR)\pumpkin.pch" |
696 | 718 | ||
697 | 719 | ||
698 | !ELSEIF "$(CFG)" == "PumpKIN - Win32 Static" | 720 | !ELSEIF "$(CFG)" == "PumpKIN - Win32 Static" |
699 | 721 | ||
722 | DEP_CPP_PUMPK=\ | ||
723 | ".\pumpkin.h"\ | ||
724 | ".\PumpKINDlg.h"\ | ||
725 | ".\shared-code\BellsNWhistles.h"\ | ||
726 | ".\shared-code\kHelpers.h"\ | ||
727 | ".\stdafx.h"\ | ||
728 | |||
700 | 729 | ||
701 | "$(INTDIR)\PumpKIN.obj" : $(SOURCE) $(DEP_CPP_PUMPK) "$(INTDIR)"\ | 730 | "$(INTDIR)\PumpKIN.obj" : $(SOURCE) $(DEP_CPP_PUMPK) "$(INTDIR)"\ |
702 | "$(INTDIR)\pumpkin.pch" | 731 | "$(INTDIR)\pumpkin.pch" |
703 | 732 | ||
704 | 733 | ||
705 | !ENDIF | 734 | !ENDIF |
706 | 735 | ||
707 | # End Source File | 736 | # End Source File |
708 | ################################################################################ | 737 | ################################################################################ |
709 | # Begin Source File | 738 | # Begin Source File |
710 | 739 | ||
711 | SOURCE=.\PumpKINDlg.cpp | 740 | SOURCE=.\PumpKINDlg.cpp |
741 | |||
742 | !IF "$(CFG)" == "PumpKIN - Win32 Release" | ||
743 | |||
712 | DEP_CPP_PUMPKI=\ | 744 | DEP_CPP_PUMPKI=\ |
745 | ".\ACLTargetCombo.h"\ | ||
713 | ".\ConfirmRRQDlg.h"\ | 746 | ".\ConfirmRRQDlg.h"\ |
714 | ".\ConfirmWRQDlg.h"\ | 747 | ".\ConfirmWRQDlg.h"\ |
748 | ".\PropsACL.h"\ | ||
715 | ".\PropsNetwork.h"\ | 749 | ".\PropsNetwork.h"\ |
716 | ".\PropsServer.h"\ | 750 | ".\PropsServer.h"\ |
717 | ".\PropsSounds.h"\ | 751 | ".\PropsSounds.h"\ |
718 | ".\PumpKIN.h"\ | 752 | ".\pumpkin.h"\ |
719 | ".\PumpKINDlg.h"\ | 753 | ".\PumpKINDlg.h"\ |
720 | ".\RequestDlg.h"\ | 754 | ".\RequestDlg.h"\ |
721 | ".\Resolver.h"\ | 755 | ".\Resolver.h"\ |
722 | ".\Retrier.h"\ | 756 | ".\Retrier.h"\ |
723 | ".\shared-code\BellsNWhistles.h"\ | 757 | ".\shared-code\BellsNWhistles.h"\ |
724 | ".\shared-code\kHelpers.h"\ | 758 | ".\shared-code\kHelpers.h"\ |
725 | ".\stdafx.h"\ | 759 | ".\stdafx.h"\ |
726 | ".\Trayer.h"\ | 760 | ".\Trayer.h"\ |
727 | 761 | ||
728 | 762 | ||
729 | !IF "$(CFG)" == "PumpKIN - Win32 Release" | ||
730 | |||
731 | |||
732 | "$(INTDIR)\PumpKINDlg.obj" : $(SOURCE) $(DEP_CPP_PUMPKI) "$(INTDIR)"\ | 763 | "$(INTDIR)\PumpKINDlg.obj" : $(SOURCE) $(DEP_CPP_PUMPKI) "$(INTDIR)"\ |
733 | "$(INTDIR)\pumpkin.pch" | 764 | "$(INTDIR)\pumpkin.pch" |
734 | 765 | ||
735 | 766 | ||
736 | !ELSEIF "$(CFG)" == "PumpKIN - Win32 Debug" | 767 | !ELSEIF "$(CFG)" == "PumpKIN - Win32 Debug" |
737 | 768 | ||
769 | DEP_CPP_PUMPKI=\ | ||
770 | ".\ACLTargetCombo.h"\ | ||
771 | ".\ConfirmRRQDlg.h"\ | ||
772 | ".\ConfirmWRQDlg.h"\ | ||
773 | ".\PropsACL.h"\ | ||
774 | ".\PropsNetwork.h"\ | ||
775 | ".\PropsServer.h"\ | ||
776 | ".\PropsSounds.h"\ | ||
777 | ".\pumpkin.h"\ | ||
778 | ".\PumpKINDlg.h"\ | ||
779 | ".\RequestDlg.h"\ | ||
780 | ".\Resolver.h"\ | ||
781 | ".\Retrier.h"\ | ||
782 | ".\shared-code\BellsNWhistles.h"\ | ||
783 | ".\shared-code\kHelpers.h"\ | ||
784 | ".\stdafx.h"\ | ||
785 | ".\Trayer.h"\ | ||
786 | |||
738 | 787 | ||
739 | "$(INTDIR)\PumpKINDlg.obj" : $(SOURCE) $(DEP_CPP_PUMPKI) "$(INTDIR)"\ | 788 | "$(INTDIR)\PumpKINDlg.obj" : $(SOURCE) $(DEP_CPP_PUMPKI) "$(INTDIR)"\ |
740 | "$(INTDIR)\pumpkin.pch" | 789 | "$(INTDIR)\pumpkin.pch" |
741 | 790 | ||
742 | "$(INTDIR)\PumpKINDlg.sbr" : $(SOURCE) $(DEP_CPP_PUMPKI) "$(INTDIR)"\ | 791 | "$(INTDIR)\PumpKINDlg.sbr" : $(SOURCE) $(DEP_CPP_PUMPKI) "$(INTDIR)"\ |
743 | "$(INTDIR)\pumpkin.pch" | 792 | "$(INTDIR)\pumpkin.pch" |
744 | 793 | ||
745 | 794 | ||
746 | !ELSEIF "$(CFG)" == "PumpKIN - Win32 Static" | 795 | !ELSEIF "$(CFG)" == "PumpKIN - Win32 Static" |
747 | 796 | ||
797 | DEP_CPP_PUMPKI=\ | ||
798 | ".\ACLTargetCombo.h"\ | ||
799 | ".\ConfirmRRQDlg.h"\ | ||
800 | ".\ConfirmWRQDlg.h"\ | ||
801 | ".\PropsACL.h"\ | ||
802 | ".\PropsNetwork.h"\ | ||
803 | ".\PropsServer.h"\ | ||
804 | ".\PropsSounds.h"\ | ||
805 | ".\pumpkin.h"\ | ||
806 | ".\PumpKINDlg.h"\ | ||
807 | ".\RequestDlg.h"\ | ||
808 | ".\Resolver.h"\ | ||
809 | ".\Retrier.h"\ | ||
810 | ".\shared-code\BellsNWhistles.h"\ | ||
811 | ".\shared-code\kHelpers.h"\ | ||
812 | ".\stdafx.h"\ | ||
813 | ".\Trayer.h"\ | ||
814 | |||
748 | 815 | ||
749 | "$(INTDIR)\PumpKINDlg.obj" : $(SOURCE) $(DEP_CPP_PUMPKI) "$(INTDIR)"\ | 816 | "$(INTDIR)\PumpKINDlg.obj" : $(SOURCE) $(DEP_CPP_PUMPKI) "$(INTDIR)"\ |
750 | "$(INTDIR)\pumpkin.pch" | 817 | "$(INTDIR)\pumpkin.pch" |
751 | 818 | ||
752 | 819 | ||
753 | !ENDIF | 820 | !ENDIF |
754 | 821 | ||
755 | # End Source File | 822 | # End Source File |
756 | ################################################################################ | 823 | ################################################################################ |
757 | # Begin Source File | 824 | # Begin Source File |
758 | 825 | ||
759 | SOURCE=.\StdAfx.cpp | 826 | SOURCE=.\StdAfx.cpp |
@@ -813,30 +880,33 @@ BuildCmds= \ | |||
813 | 880 | ||
814 | "$(INTDIR)\pumpkin.pch" : $(SOURCE) $(DEP_CPP_STDAF) "$(INTDIR)" | 881 | "$(INTDIR)\pumpkin.pch" : $(SOURCE) $(DEP_CPP_STDAF) "$(INTDIR)" |
815 | $(BuildCmds) | 882 | $(BuildCmds) |
816 | 883 | ||
817 | !ENDIF | 884 | !ENDIF |
818 | 885 | ||
819 | # End Source File | 886 | # End Source File |
820 | ################################################################################ | 887 | ################################################################################ |
821 | # Begin Source File | 888 | # Begin Source File |
822 | 889 | ||
823 | SOURCE=.\pumpkin.rc | 890 | SOURCE=.\pumpkin.rc |
824 | DEP_RSC_PUMPKIN=\ | 891 | DEP_RSC_PUMPKIN=\ |
892 | ".\res\down.ico"\ | ||
825 | ".\res\failed.wav"\ | 893 | ".\res\failed.wav"\ |
826 | ".\res\finished.wav"\ | 894 | ".\res\finished.wav"\ |
827 | ".\res\PumpKIN.ico"\ | 895 | ".\res\PumpKIN.ico"\ |
828 | ".\res\pumpkin.rc2"\ | 896 | ".\res\pumpkin.rc2"\ |
897 | ".\res\remove.ico"\ | ||
829 | ".\res\ring.wav"\ | 898 | ".\res\ring.wav"\ |
830 | ".\res\rrq.ico"\ | 899 | ".\res\rrq.ico"\ |
900 | ".\res\up.ico"\ | ||
831 | ".\res\wrq.ico"\ | 901 | ".\res\wrq.ico"\ |
832 | ".\shared-data\browse-icon.ico"\ | 902 | ".\shared-data\browse-icon.ico"\ |
833 | ".\shared-data\klever-background.bmp"\ | 903 | ".\shared-data\klever-background.bmp"\ |
834 | ".\shared-data\play-icon.ico"\ | 904 | ".\shared-data\play-icon.ico"\ |
835 | 905 | ||
836 | 906 | ||
837 | !IF "$(CFG)" == "PumpKIN - Win32 Release" | 907 | !IF "$(CFG)" == "PumpKIN - Win32 Release" |
838 | 908 | ||
839 | 909 | ||
840 | "$(INTDIR)\pumpkin.res" : $(SOURCE) $(DEP_RSC_PUMPKIN) "$(INTDIR)" | 910 | "$(INTDIR)\pumpkin.res" : $(SOURCE) $(DEP_RSC_PUMPKIN) "$(INTDIR)" |
841 | $(RSC) $(RSC_PROJ) $(SOURCE) | 911 | $(RSC) $(RSC_PROJ) $(SOURCE) |
842 | 912 | ||
@@ -942,66 +1012,79 @@ BuildCmds= \ | |||
942 | 1012 | ||
943 | "$(OutDir)\$(TargetName).cn_" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" | 1013 | "$(OutDir)\$(TargetName).cn_" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" |
944 | $(BuildCmds) | 1014 | $(BuildCmds) |
945 | # End Custom Build | 1015 | # End Custom Build |
946 | 1016 | ||
947 | !ENDIF | 1017 | !ENDIF |
948 | 1018 | ||
949 | # End Source File | 1019 | # End Source File |
950 | ################################################################################ | 1020 | ################################################################################ |
951 | # Begin Source File | 1021 | # Begin Source File |
952 | 1022 | ||
953 | SOURCE=.\PropsServer.cpp | 1023 | SOURCE=.\PropsServer.cpp |
1024 | |||
1025 | !IF "$(CFG)" == "PumpKIN - Win32 Release" | ||
1026 | |||
954 | DEP_CPP_PROPS=\ | 1027 | DEP_CPP_PROPS=\ |
955 | ".\PropsServer.h"\ | 1028 | ".\PropsServer.h"\ |
956 | ".\PumpKIN.h"\ | 1029 | ".\pumpkin.h"\ |
957 | ".\shared-code\BellsNWhistles.h"\ | 1030 | ".\shared-code\BellsNWhistles.h"\ |
958 | ".\shared-code\kHelpers.h"\ | 1031 | ".\shared-code\kHelpers.h"\ |
959 | ".\stdafx.h"\ | 1032 | ".\stdafx.h"\ |
960 | 1033 | ||
961 | 1034 | ||
962 | !IF "$(CFG)" == "PumpKIN - Win32 Release" | ||
963 | |||
964 | |||
965 | "$(INTDIR)\PropsServer.obj" : $(SOURCE) $(DEP_CPP_PROPS) "$(INTDIR)"\ | 1035 | "$(INTDIR)\PropsServer.obj" : $(SOURCE) $(DEP_CPP_PROPS) "$(INTDIR)"\ |
966 | "$(INTDIR)\pumpkin.pch" | 1036 | "$(INTDIR)\pumpkin.pch" |
967 | 1037 | ||
968 | 1038 | ||
969 | !ELSEIF "$(CFG)" == "PumpKIN - Win32 Debug" | 1039 | !ELSEIF "$(CFG)" == "PumpKIN - Win32 Debug" |
970 | 1040 | ||
1041 | DEP_CPP_PROPS=\ | ||
1042 | ".\PropsServer.h"\ | ||
1043 | ".\pumpkin.h"\ | ||
1044 | ".\shared-code\kHelpers.h"\ | ||
1045 | ".\stdafx.h"\ | ||
1046 | |||
971 | 1047 | ||
972 | "$(INTDIR)\PropsServer.obj" : $(SOURCE) $(DEP_CPP_PROPS) "$(INTDIR)"\ | 1048 | "$(INTDIR)\PropsServer.obj" : $(SOURCE) $(DEP_CPP_PROPS) "$(INTDIR)"\ |
973 | "$(INTDIR)\pumpkin.pch" | 1049 | "$(INTDIR)\pumpkin.pch" |
974 | 1050 | ||
975 | "$(INTDIR)\PropsServer.sbr" : $(SOURCE) $(DEP_CPP_PROPS) "$(INTDIR)"\ | 1051 | "$(INTDIR)\PropsServer.sbr" : $(SOURCE) $(DEP_CPP_PROPS) "$(INTDIR)"\ |
976 | "$(INTDIR)\pumpkin.pch" | 1052 | "$(INTDIR)\pumpkin.pch" |
977 | 1053 | ||
978 | 1054 | ||
979 | !ELSEIF "$(CFG)" == "PumpKIN - Win32 Static" | 1055 | !ELSEIF "$(CFG)" == "PumpKIN - Win32 Static" |
980 | 1056 | ||
1057 | DEP_CPP_PROPS=\ | ||
1058 | ".\PropsServer.h"\ | ||
1059 | ".\pumpkin.h"\ | ||
1060 | ".\shared-code\BellsNWhistles.h"\ | ||
1061 | ".\shared-code\kHelpers.h"\ | ||
1062 | ".\stdafx.h"\ | ||
1063 | |||
981 | 1064 | ||
982 | "$(INTDIR)\PropsServer.obj" : $(SOURCE) $(DEP_CPP_PROPS) "$(INTDIR)"\ | 1065 | "$(INTDIR)\PropsServer.obj" : $(SOURCE) $(DEP_CPP_PROPS) "$(INTDIR)"\ |
983 | "$(INTDIR)\pumpkin.pch" | 1066 | "$(INTDIR)\pumpkin.pch" |
984 | 1067 | ||
985 | 1068 | ||
986 | !ENDIF | 1069 | !ENDIF |
987 | 1070 | ||
988 | # End Source File | 1071 | # End Source File |
989 | ################################################################################ | 1072 | ################################################################################ |
990 | # Begin Source File | 1073 | # Begin Source File |
991 | 1074 | ||
992 | SOURCE=.\PropsNetwork.cpp | 1075 | SOURCE=.\PropsNetwork.cpp |
993 | DEP_CPP_PROPSN=\ | 1076 | DEP_CPP_PROPSN=\ |
994 | ".\PropsNetwork.h"\ | 1077 | ".\PropsNetwork.h"\ |
995 | ".\PumpKIN.h"\ | 1078 | ".\pumpkin.h"\ |
996 | ".\shared-code\BellsNWhistles.h"\ | 1079 | ".\shared-code\BellsNWhistles.h"\ |
997 | ".\shared-code\kHelpers.h"\ | 1080 | ".\shared-code\kHelpers.h"\ |
998 | ".\stdafx.h"\ | 1081 | ".\stdafx.h"\ |
999 | 1082 | ||
1000 | 1083 | ||
1001 | !IF "$(CFG)" == "PumpKIN - Win32 Release" | 1084 | !IF "$(CFG)" == "PumpKIN - Win32 Release" |
1002 | 1085 | ||
1003 | 1086 | ||
1004 | "$(INTDIR)\PropsNetwork.obj" : $(SOURCE) $(DEP_CPP_PROPSN) "$(INTDIR)"\ | 1087 | "$(INTDIR)\PropsNetwork.obj" : $(SOURCE) $(DEP_CPP_PROPSN) "$(INTDIR)"\ |
1005 | "$(INTDIR)\pumpkin.pch" | 1088 | "$(INTDIR)\pumpkin.pch" |
1006 | 1089 | ||
1007 | 1090 | ||
@@ -1020,106 +1103,136 @@ DEP_CPP_PROPSN=\ | |||
1020 | 1103 | ||
1021 | "$(INTDIR)\PropsNetwork.obj" : $(SOURCE) $(DEP_CPP_PROPSN) "$(INTDIR)"\ | 1104 | "$(INTDIR)\PropsNetwork.obj" : $(SOURCE) $(DEP_CPP_PROPSN) "$(INTDIR)"\ |
1022 | "$(INTDIR)\pumpkin.pch" | 1105 | "$(INTDIR)\pumpkin.pch" |
1023 | 1106 | ||
1024 | 1107 | ||
1025 | !ENDIF | 1108 | !ENDIF |
1026 | 1109 | ||
1027 | # End Source File | 1110 | # End Source File |
1028 | ################################################################################ | 1111 | ################################################################################ |
1029 | # Begin Source File | 1112 | # Begin Source File |
1030 | 1113 | ||
1031 | SOURCE=.\ConfirmRRQDlg.cpp | 1114 | SOURCE=.\ConfirmRRQDlg.cpp |
1115 | |||
1116 | !IF "$(CFG)" == "PumpKIN - Win32 Release" | ||
1117 | |||
1032 | DEP_CPP_CONFI=\ | 1118 | DEP_CPP_CONFI=\ |
1033 | ".\ConfirmRRQDlg.h"\ | 1119 | ".\ConfirmRRQDlg.h"\ |
1034 | ".\PumpKIN.h"\ | 1120 | ".\pumpkin.h"\ |
1035 | ".\PumpKINDlg.h"\ | 1121 | ".\PumpKINDlg.h"\ |
1036 | ".\shared-code\BellsNWhistles.h"\ | 1122 | ".\shared-code\BellsNWhistles.h"\ |
1037 | ".\shared-code\kHelpers.h"\ | 1123 | ".\shared-code\kHelpers.h"\ |
1038 | ".\stdafx.h"\ | 1124 | ".\stdafx.h"\ |
1039 | 1125 | ||
1040 | 1126 | ||
1041 | !IF "$(CFG)" == "PumpKIN - Win32 Release" | ||
1042 | |||
1043 | |||
1044 | "$(INTDIR)\ConfirmRRQDlg.obj" : $(SOURCE) $(DEP_CPP_CONFI) "$(INTDIR)"\ | 1127 | "$(INTDIR)\ConfirmRRQDlg.obj" : $(SOURCE) $(DEP_CPP_CONFI) "$(INTDIR)"\ |
1045 | "$(INTDIR)\pumpkin.pch" | 1128 | "$(INTDIR)\pumpkin.pch" |
1046 | 1129 | ||
1047 | 1130 | ||
1048 | !ELSEIF "$(CFG)" == "PumpKIN - Win32 Debug" | 1131 | !ELSEIF "$(CFG)" == "PumpKIN - Win32 Debug" |
1049 | 1132 | ||
1133 | DEP_CPP_CONFI=\ | ||
1134 | ".\ConfirmRRQDlg.h"\ | ||
1135 | ".\pumpkin.h"\ | ||
1136 | ".\PumpKINDlg.h"\ | ||
1137 | ".\shared-code\kHelpers.h"\ | ||
1138 | ".\stdafx.h"\ | ||
1139 | |||
1050 | 1140 | ||
1051 | "$(INTDIR)\ConfirmRRQDlg.obj" : $(SOURCE) $(DEP_CPP_CONFI) "$(INTDIR)"\ | 1141 | "$(INTDIR)\ConfirmRRQDlg.obj" : $(SOURCE) $(DEP_CPP_CONFI) "$(INTDIR)"\ |
1052 | "$(INTDIR)\pumpkin.pch" | 1142 | "$(INTDIR)\pumpkin.pch" |
1053 | 1143 | ||
1054 | "$(INTDIR)\ConfirmRRQDlg.sbr" : $(SOURCE) $(DEP_CPP_CONFI) "$(INTDIR)"\ | 1144 | "$(INTDIR)\ConfirmRRQDlg.sbr" : $(SOURCE) $(DEP_CPP_CONFI) "$(INTDIR)"\ |
1055 | "$(INTDIR)\pumpkin.pch" | 1145 | "$(INTDIR)\pumpkin.pch" |
1056 | 1146 | ||
1057 | 1147 | ||
1058 | !ELSEIF "$(CFG)" == "PumpKIN - Win32 Static" | 1148 | !ELSEIF "$(CFG)" == "PumpKIN - Win32 Static" |
1059 | 1149 | ||
1150 | DEP_CPP_CONFI=\ | ||
1151 | ".\ConfirmRRQDlg.h"\ | ||
1152 | ".\pumpkin.h"\ | ||
1153 | ".\PumpKINDlg.h"\ | ||
1154 | ".\shared-code\BellsNWhistles.h"\ | ||
1155 | ".\shared-code\kHelpers.h"\ | ||
1156 | ".\stdafx.h"\ | ||
1157 | |||
1060 | 1158 | ||
1061 | "$(INTDIR)\ConfirmRRQDlg.obj" : $(SOURCE) $(DEP_CPP_CONFI) "$(INTDIR)"\ | 1159 | "$(INTDIR)\ConfirmRRQDlg.obj" : $(SOURCE) $(DEP_CPP_CONFI) "$(INTDIR)"\ |
1062 | "$(INTDIR)\pumpkin.pch" | 1160 | "$(INTDIR)\pumpkin.pch" |
1063 | 1161 | ||
1064 | 1162 | ||
1065 | !ENDIF | 1163 | !ENDIF |
1066 | 1164 | ||
1067 | # End Source File | 1165 | # End Source File |
1068 | ################################################################################ | 1166 | ################################################################################ |
1069 | # Begin Source File | 1167 | # Begin Source File |
1070 | 1168 | ||
1071 | SOURCE=.\ConfirmWRQDlg.cpp | 1169 | SOURCE=.\ConfirmWRQDlg.cpp |
1170 | |||
1171 | !IF "$(CFG)" == "PumpKIN - Win32 Release" | ||
1172 | |||
1072 | DEP_CPP_CONFIR=\ | 1173 | DEP_CPP_CONFIR=\ |
1073 | ".\ConfirmWRQDlg.h"\ | 1174 | ".\ConfirmWRQDlg.h"\ |
1074 | ".\PumpKIN.h"\ | 1175 | ".\pumpkin.h"\ |
1075 | ".\PumpKINDlg.h"\ | 1176 | ".\PumpKINDlg.h"\ |
1076 | ".\shared-code\BellsNWhistles.h"\ | 1177 | ".\shared-code\BellsNWhistles.h"\ |
1077 | ".\shared-code\kHelpers.h"\ | 1178 | ".\shared-code\kHelpers.h"\ |
1078 | ".\stdafx.h"\ | 1179 | ".\stdafx.h"\ |
1079 | 1180 | ||
1080 | 1181 | ||
1081 | !IF "$(CFG)" == "PumpKIN - Win32 Release" | ||
1082 | |||
1083 | |||
1084 | "$(INTDIR)\ConfirmWRQDlg.obj" : $(SOURCE) $(DEP_CPP_CONFIR) "$(INTDIR)"\ | 1182 | "$(INTDIR)\ConfirmWRQDlg.obj" : $(SOURCE) $(DEP_CPP_CONFIR) "$(INTDIR)"\ |
1085 | "$(INTDIR)\pumpkin.pch" | 1183 | "$(INTDIR)\pumpkin.pch" |
1086 | 1184 | ||
1087 | 1185 | ||
1088 | !ELSEIF "$(CFG)" == "PumpKIN - Win32 Debug" | 1186 | !ELSEIF "$(CFG)" == "PumpKIN - Win32 Debug" |
1089 | 1187 | ||
1188 | DEP_CPP_CONFIR=\ | ||
1189 | ".\ConfirmWRQDlg.h"\ | ||
1190 | ".\pumpkin.h"\ | ||
1191 | ".\PumpKINDlg.h"\ | ||
1192 | ".\shared-code\kHelpers.h"\ | ||
1193 | ".\stdafx.h"\ | ||
1194 | |||
1090 | 1195 | ||
1091 | "$(INTDIR)\ConfirmWRQDlg.obj" : $(SOURCE) $(DEP_CPP_CONFIR) "$(INTDIR)"\ | 1196 | "$(INTDIR)\ConfirmWRQDlg.obj" : $(SOURCE) $(DEP_CPP_CONFIR) "$(INTDIR)"\ |
1092 | "$(INTDIR)\pumpkin.pch" | 1197 | "$(INTDIR)\pumpkin.pch" |
1093 | 1198 | ||
1094 | "$(INTDIR)\ConfirmWRQDlg.sbr" : $(SOURCE) $(DEP_CPP_CONFIR) "$(INTDIR)"\ | 1199 | "$(INTDIR)\ConfirmWRQDlg.sbr" : $(SOURCE) $(DEP_CPP_CONFIR) "$(INTDIR)"\ |
1095 | "$(INTDIR)\pumpkin.pch" | 1200 | "$(INTDIR)\pumpkin.pch" |
1096 | 1201 | ||
1097 | 1202 | ||
1098 | !ELSEIF "$(CFG)" == "PumpKIN - Win32 Static" | 1203 | !ELSEIF "$(CFG)" == "PumpKIN - Win32 Static" |
1099 | 1204 | ||
1205 | DEP_CPP_CONFIR=\ | ||
1206 | ".\ConfirmWRQDlg.h"\ | ||
1207 | ".\pumpkin.h"\ | ||
1208 | ".\PumpKINDlg.h"\ | ||
1209 | ".\shared-code\BellsNWhistles.h"\ | ||
1210 | ".\shared-code\kHelpers.h"\ | ||
1211 | ".\stdafx.h"\ | ||
1212 | |||
1100 | 1213 | ||
1101 | "$(INTDIR)\ConfirmWRQDlg.obj" : $(SOURCE) $(DEP_CPP_CONFIR) "$(INTDIR)"\ | 1214 | "$(INTDIR)\ConfirmWRQDlg.obj" : $(SOURCE) $(DEP_CPP_CONFIR) "$(INTDIR)"\ |
1102 | "$(INTDIR)\pumpkin.pch" | 1215 | "$(INTDIR)\pumpkin.pch" |
1103 | 1216 | ||
1104 | 1217 | ||
1105 | !ENDIF | 1218 | !ENDIF |
1106 | 1219 | ||
1107 | # End Source File | 1220 | # End Source File |
1108 | ################################################################################ | 1221 | ################################################################################ |
1109 | # Begin Source File | 1222 | # Begin Source File |
1110 | 1223 | ||
1111 | SOURCE=.\RequestDlg.cpp | 1224 | SOURCE=.\RequestDlg.cpp |
1112 | DEP_CPP_REQUE=\ | 1225 | DEP_CPP_REQUE=\ |
1113 | ".\PumpKIN.h"\ | 1226 | ".\pumpkin.h"\ |
1114 | ".\RequestDlg.h"\ | 1227 | ".\RequestDlg.h"\ |
1115 | ".\shared-code\BellsNWhistles.h"\ | 1228 | ".\shared-code\BellsNWhistles.h"\ |
1116 | ".\shared-code\kHelpers.h"\ | 1229 | ".\shared-code\kHelpers.h"\ |
1117 | ".\stdafx.h"\ | 1230 | ".\stdafx.h"\ |
1118 | 1231 | ||
1119 | 1232 | ||
1120 | !IF "$(CFG)" == "PumpKIN - Win32 Release" | 1233 | !IF "$(CFG)" == "PumpKIN - Win32 Release" |
1121 | 1234 | ||
1122 | 1235 | ||
1123 | "$(INTDIR)\RequestDlg.obj" : $(SOURCE) $(DEP_CPP_REQUE) "$(INTDIR)"\ | 1236 | "$(INTDIR)\RequestDlg.obj" : $(SOURCE) $(DEP_CPP_REQUE) "$(INTDIR)"\ |
1124 | "$(INTDIR)\pumpkin.pch" | 1237 | "$(INTDIR)\pumpkin.pch" |
1125 | 1238 | ||
@@ -1139,132 +1252,177 @@ DEP_CPP_REQUE=\ | |||
1139 | 1252 | ||
1140 | "$(INTDIR)\RequestDlg.obj" : $(SOURCE) $(DEP_CPP_REQUE) "$(INTDIR)"\ | 1253 | "$(INTDIR)\RequestDlg.obj" : $(SOURCE) $(DEP_CPP_REQUE) "$(INTDIR)"\ |
1141 | "$(INTDIR)\pumpkin.pch" | 1254 | "$(INTDIR)\pumpkin.pch" |
1142 | 1255 | ||
1143 | 1256 | ||
1144 | !ENDIF | 1257 | !ENDIF |
1145 | 1258 | ||
1146 | # End Source File | 1259 | # End Source File |
1147 | ################################################################################ | 1260 | ################################################################################ |
1148 | # Begin Source File | 1261 | # Begin Source File |
1149 | 1262 | ||
1150 | SOURCE=.\Resolver.cpp | 1263 | SOURCE=.\Resolver.cpp |
1264 | |||
1265 | !IF "$(CFG)" == "PumpKIN - Win32 Release" | ||
1266 | |||
1151 | DEP_CPP_RESOL=\ | 1267 | DEP_CPP_RESOL=\ |
1152 | ".\PumpKIN.h"\ | 1268 | ".\pumpkin.h"\ |
1153 | ".\PumpKINDlg.h"\ | 1269 | ".\PumpKINDlg.h"\ |
1154 | ".\Resolver.h"\ | 1270 | ".\Resolver.h"\ |
1155 | ".\shared-code\BellsNWhistles.h"\ | 1271 | ".\shared-code\BellsNWhistles.h"\ |
1156 | ".\shared-code\kHelpers.h"\ | 1272 | ".\shared-code\kHelpers.h"\ |
1157 | ".\stdafx.h"\ | 1273 | ".\stdafx.h"\ |
1158 | 1274 | ||
1159 | 1275 | ||
1160 | !IF "$(CFG)" == "PumpKIN - Win32 Release" | ||
1161 | |||
1162 | |||
1163 | "$(INTDIR)\Resolver.obj" : $(SOURCE) $(DEP_CPP_RESOL) "$(INTDIR)"\ | 1276 | "$(INTDIR)\Resolver.obj" : $(SOURCE) $(DEP_CPP_RESOL) "$(INTDIR)"\ |
1164 | "$(INTDIR)\pumpkin.pch" | 1277 | "$(INTDIR)\pumpkin.pch" |
1165 | 1278 | ||
1166 | 1279 | ||
1167 | !ELSEIF "$(CFG)" == "PumpKIN - Win32 Debug" | 1280 | !ELSEIF "$(CFG)" == "PumpKIN - Win32 Debug" |
1168 | 1281 | ||
1282 | DEP_CPP_RESOL=\ | ||
1283 | ".\pumpkin.h"\ | ||
1284 | ".\PumpKINDlg.h"\ | ||
1285 | ".\Resolver.h"\ | ||
1286 | ".\shared-code\kHelpers.h"\ | ||
1287 | ".\stdafx.h"\ | ||
1288 | |||
1169 | 1289 | ||
1170 | "$(INTDIR)\Resolver.obj" : $(SOURCE) $(DEP_CPP_RESOL) "$(INTDIR)"\ | 1290 | "$(INTDIR)\Resolver.obj" : $(SOURCE) $(DEP_CPP_RESOL) "$(INTDIR)"\ |
1171 | "$(INTDIR)\pumpkin.pch" | 1291 | "$(INTDIR)\pumpkin.pch" |
1172 | 1292 | ||
1173 | "$(INTDIR)\Resolver.sbr" : $(SOURCE) $(DEP_CPP_RESOL) "$(INTDIR)"\ | 1293 | "$(INTDIR)\Resolver.sbr" : $(SOURCE) $(DEP_CPP_RESOL) "$(INTDIR)"\ |
1174 | "$(INTDIR)\pumpkin.pch" | 1294 | "$(INTDIR)\pumpkin.pch" |
1175 | 1295 | ||
1176 | 1296 | ||
1177 | !ELSEIF "$(CFG)" == "PumpKIN - Win32 Static" | 1297 | !ELSEIF "$(CFG)" == "PumpKIN - Win32 Static" |
1178 | 1298 | ||
1299 | DEP_CPP_RESOL=\ | ||
1300 | ".\pumpkin.h"\ | ||
1301 | ".\PumpKINDlg.h"\ | ||
1302 | ".\Resolver.h"\ | ||
1303 | ".\shared-code\BellsNWhistles.h"\ | ||
1304 | ".\shared-code\kHelpers.h"\ | ||
1305 | ".\stdafx.h"\ | ||
1306 | |||
1179 | 1307 | ||
1180 | "$(INTDIR)\Resolver.obj" : $(SOURCE) $(DEP_CPP_RESOL) "$(INTDIR)"\ | 1308 | "$(INTDIR)\Resolver.obj" : $(SOURCE) $(DEP_CPP_RESOL) "$(INTDIR)"\ |
1181 | "$(INTDIR)\pumpkin.pch" | 1309 | "$(INTDIR)\pumpkin.pch" |
1182 | 1310 | ||
1183 | 1311 | ||
1184 | !ENDIF | 1312 | !ENDIF |
1185 | 1313 | ||
1186 | # End Source File | 1314 | # End Source File |
1187 | ################################################################################ | 1315 | ################################################################################ |
1188 | # Begin Source File | 1316 | # Begin Source File |
1189 | 1317 | ||
1190 | SOURCE=.\Retrier.cpp | 1318 | SOURCE=.\Retrier.cpp |
1319 | |||
1320 | !IF "$(CFG)" == "PumpKIN - Win32 Release" | ||
1321 | |||
1191 | DEP_CPP_RETRI=\ | 1322 | DEP_CPP_RETRI=\ |
1192 | ".\PumpKIN.h"\ | 1323 | ".\pumpkin.h"\ |
1193 | ".\PumpKINDlg.h"\ | 1324 | ".\PumpKINDlg.h"\ |
1194 | ".\Retrier.h"\ | 1325 | ".\Retrier.h"\ |
1195 | ".\shared-code\BellsNWhistles.h"\ | 1326 | ".\shared-code\BellsNWhistles.h"\ |
1196 | ".\shared-code\kHelpers.h"\ | 1327 | ".\shared-code\kHelpers.h"\ |
1197 | ".\stdafx.h"\ | 1328 | ".\stdafx.h"\ |
1198 | 1329 | ||
1199 | 1330 | ||
1200 | !IF "$(CFG)" == "PumpKIN - Win32 Release" | ||
1201 | |||
1202 | |||
1203 | "$(INTDIR)\Retrier.obj" : $(SOURCE) $(DEP_CPP_RETRI) "$(INTDIR)"\ | 1331 | "$(INTDIR)\Retrier.obj" : $(SOURCE) $(DEP_CPP_RETRI) "$(INTDIR)"\ |
1204 | "$(INTDIR)\pumpkin.pch" | 1332 | "$(INTDIR)\pumpkin.pch" |
1205 | 1333 | ||
1206 | 1334 | ||
1207 | !ELSEIF "$(CFG)" == "PumpKIN - Win32 Debug" | 1335 | !ELSEIF "$(CFG)" == "PumpKIN - Win32 Debug" |
1208 | 1336 | ||
1337 | DEP_CPP_RETRI=\ | ||
1338 | ".\pumpkin.h"\ | ||
1339 | ".\PumpKINDlg.h"\ | ||
1340 | ".\Retrier.h"\ | ||
1341 | ".\shared-code\kHelpers.h"\ | ||
1342 | ".\stdafx.h"\ | ||
1343 | |||
1209 | 1344 | ||
1210 | "$(INTDIR)\Retrier.obj" : $(SOURCE) $(DEP_CPP_RETRI) "$(INTDIR)"\ | 1345 | "$(INTDIR)\Retrier.obj" : $(SOURCE) $(DEP_CPP_RETRI) "$(INTDIR)"\ |
1211 | "$(INTDIR)\pumpkin.pch" | 1346 | "$(INTDIR)\pumpkin.pch" |
1212 | 1347 | ||
1213 | "$(INTDIR)\Retrier.sbr" : $(SOURCE) $(DEP_CPP_RETRI) "$(INTDIR)"\ | 1348 | "$(INTDIR)\Retrier.sbr" : $(SOURCE) $(DEP_CPP_RETRI) "$(INTDIR)"\ |
1214 | "$(INTDIR)\pumpkin.pch" | 1349 | "$(INTDIR)\pumpkin.pch" |
1215 | 1350 | ||
1216 | 1351 | ||
1217 | !ELSEIF "$(CFG)" == "PumpKIN - Win32 Static" | 1352 | !ELSEIF "$(CFG)" == "PumpKIN - Win32 Static" |
1218 | 1353 | ||
1354 | DEP_CPP_RETRI=\ | ||
1355 | ".\pumpkin.h"\ | ||
1356 | ".\PumpKINDlg.h"\ | ||
1357 | ".\Retrier.h"\ | ||
1358 | ".\shared-code\BellsNWhistles.h"\ | ||
1359 | ".\shared-code\kHelpers.h"\ | ||
1360 | ".\stdafx.h"\ | ||
1361 | |||
1219 | 1362 | ||
1220 | "$(INTDIR)\Retrier.obj" : $(SOURCE) $(DEP_CPP_RETRI) "$(INTDIR)"\ | 1363 | "$(INTDIR)\Retrier.obj" : $(SOURCE) $(DEP_CPP_RETRI) "$(INTDIR)"\ |
1221 | "$(INTDIR)\pumpkin.pch" | 1364 | "$(INTDIR)\pumpkin.pch" |
1222 | 1365 | ||
1223 | 1366 | ||
1224 | !ENDIF | 1367 | !ENDIF |
1225 | 1368 | ||
1226 | # End Source File | 1369 | # End Source File |
1227 | ################################################################################ | 1370 | ################################################################################ |
1228 | # Begin Source File | 1371 | # Begin Source File |
1229 | 1372 | ||
1230 | SOURCE=.\Trayer.cpp | 1373 | SOURCE=.\Trayer.cpp |
1374 | |||
1375 | !IF "$(CFG)" == "PumpKIN - Win32 Release" | ||
1376 | |||
1231 | DEP_CPP_TRAYE=\ | 1377 | DEP_CPP_TRAYE=\ |
1232 | ".\PumpKIN.h"\ | 1378 | ".\pumpkin.h"\ |
1233 | ".\PumpKINDlg.h"\ | 1379 | ".\PumpKINDlg.h"\ |
1234 | ".\shared-code\BellsNWhistles.h"\ | 1380 | ".\shared-code\BellsNWhistles.h"\ |
1235 | ".\shared-code\kHelpers.h"\ | 1381 | ".\shared-code\kHelpers.h"\ |
1236 | ".\stdafx.h"\ | 1382 | ".\stdafx.h"\ |
1237 | ".\Trayer.h"\ | 1383 | ".\Trayer.h"\ |
1238 | 1384 | ||
1239 | 1385 | ||
1240 | !IF "$(CFG)" == "PumpKIN - Win32 Release" | ||
1241 | |||
1242 | |||
1243 | "$(INTDIR)\Trayer.obj" : $(SOURCE) $(DEP_CPP_TRAYE) "$(INTDIR)"\ | 1386 | "$(INTDIR)\Trayer.obj" : $(SOURCE) $(DEP_CPP_TRAYE) "$(INTDIR)"\ |
1244 | "$(INTDIR)\pumpkin.pch" | 1387 | "$(INTDIR)\pumpkin.pch" |
1245 | 1388 | ||
1246 | 1389 | ||
1247 | !ELSEIF "$(CFG)" == "PumpKIN - Win32 Debug" | 1390 | !ELSEIF "$(CFG)" == "PumpKIN - Win32 Debug" |
1248 | 1391 | ||
1392 | DEP_CPP_TRAYE=\ | ||
1393 | ".\pumpkin.h"\ | ||
1394 | ".\PumpKINDlg.h"\ | ||
1395 | ".\shared-code\kHelpers.h"\ | ||
1396 | ".\stdafx.h"\ | ||
1397 | ".\Trayer.h"\ | ||
1398 | |||
1249 | 1399 | ||
1250 | "$(INTDIR)\Trayer.obj" : $(SOURCE) $(DEP_CPP_TRAYE) "$(INTDIR)"\ | 1400 | "$(INTDIR)\Trayer.obj" : $(SOURCE) $(DEP_CPP_TRAYE) "$(INTDIR)"\ |
1251 | "$(INTDIR)\pumpkin.pch" | 1401 | "$(INTDIR)\pumpkin.pch" |
1252 | 1402 | ||
1253 | "$(INTDIR)\Trayer.sbr" : $(SOURCE) $(DEP_CPP_TRAYE) "$(INTDIR)"\ | 1403 | "$(INTDIR)\Trayer.sbr" : $(SOURCE) $(DEP_CPP_TRAYE) "$(INTDIR)"\ |
1254 | "$(INTDIR)\pumpkin.pch" | 1404 | "$(INTDIR)\pumpkin.pch" |
1255 | 1405 | ||
1256 | 1406 | ||
1257 | !ELSEIF "$(CFG)" == "PumpKIN - Win32 Static" | 1407 | !ELSEIF "$(CFG)" == "PumpKIN - Win32 Static" |
1258 | 1408 | ||
1409 | DEP_CPP_TRAYE=\ | ||
1410 | ".\pumpkin.h"\ | ||
1411 | ".\PumpKINDlg.h"\ | ||
1412 | ".\shared-code\BellsNWhistles.h"\ | ||
1413 | ".\shared-code\kHelpers.h"\ | ||
1414 | ".\stdafx.h"\ | ||
1415 | ".\Trayer.h"\ | ||
1416 | |||
1259 | 1417 | ||
1260 | "$(INTDIR)\Trayer.obj" : $(SOURCE) $(DEP_CPP_TRAYE) "$(INTDIR)"\ | 1418 | "$(INTDIR)\Trayer.obj" : $(SOURCE) $(DEP_CPP_TRAYE) "$(INTDIR)"\ |
1261 | "$(INTDIR)\pumpkin.pch" | 1419 | "$(INTDIR)\pumpkin.pch" |
1262 | 1420 | ||
1263 | 1421 | ||
1264 | !ENDIF | 1422 | !ENDIF |
1265 | 1423 | ||
1266 | # End Source File | 1424 | # End Source File |
1267 | ################################################################################ | 1425 | ################################################################################ |
1268 | # Begin Source File | 1426 | # Begin Source File |
1269 | 1427 | ||
1270 | SOURCE=.\help\pumpkin.cnt | 1428 | SOURCE=.\help\pumpkin.cnt |
@@ -1279,60 +1437,188 @@ SOURCE=.\help\pumpkin.cnt | |||
1279 | 1437 | ||
1280 | !ELSEIF "$(CFG)" == "PumpKIN - Win32 Static" | 1438 | !ELSEIF "$(CFG)" == "PumpKIN - Win32 Static" |
1281 | 1439 | ||
1282 | # PROP Exclude_From_Build 1 | 1440 | # PROP Exclude_From_Build 1 |
1283 | 1441 | ||
1284 | !ENDIF | 1442 | !ENDIF |
1285 | 1443 | ||
1286 | # End Source File | 1444 | # End Source File |
1287 | ################################################################################ | 1445 | ################################################################################ |
1288 | # Begin Source File | 1446 | # Begin Source File |
1289 | 1447 | ||
1290 | SOURCE=.\PropsSounds.cpp | 1448 | SOURCE=.\PropsSounds.cpp |
1449 | |||
1450 | !IF "$(CFG)" == "PumpKIN - Win32 Release" | ||
1451 | |||
1291 | DEP_CPP_PROPSS=\ | 1452 | DEP_CPP_PROPSS=\ |
1292 | ".\PropsSounds.h"\ | 1453 | ".\PropsSounds.h"\ |
1293 | ".\PumpKIN.h"\ | 1454 | ".\pumpkin.h"\ |
1294 | ".\PumpKINDlg.h"\ | 1455 | ".\PumpKINDlg.h"\ |
1295 | ".\shared-code\BellsNWhistles.h"\ | 1456 | ".\shared-code\BellsNWhistles.h"\ |
1296 | ".\shared-code\kHelpers.h"\ | 1457 | ".\shared-code\kHelpers.h"\ |
1297 | ".\stdafx.h"\ | 1458 | ".\stdafx.h"\ |
1298 | 1459 | ||
1299 | 1460 | ||
1300 | !IF "$(CFG)" == "PumpKIN - Win32 Release" | ||
1301 | |||
1302 | |||
1303 | "$(INTDIR)\PropsSounds.obj" : $(SOURCE) $(DEP_CPP_PROPSS) "$(INTDIR)"\ | 1461 | "$(INTDIR)\PropsSounds.obj" : $(SOURCE) $(DEP_CPP_PROPSS) "$(INTDIR)"\ |
1304 | "$(INTDIR)\pumpkin.pch" | 1462 | "$(INTDIR)\pumpkin.pch" |
1305 | 1463 | ||
1306 | 1464 | ||
1307 | !ELSEIF "$(CFG)" == "PumpKIN - Win32 Debug" | 1465 | !ELSEIF "$(CFG)" == "PumpKIN - Win32 Debug" |
1308 | 1466 | ||
1467 | DEP_CPP_PROPSS=\ | ||
1468 | ".\PropsSounds.h"\ | ||
1469 | ".\pumpkin.h"\ | ||
1470 | ".\PumpKINDlg.h"\ | ||
1471 | ".\shared-code\kHelpers.h"\ | ||
1472 | ".\stdafx.h"\ | ||
1473 | |||
1309 | 1474 | ||
1310 | "$(INTDIR)\PropsSounds.obj" : $(SOURCE) $(DEP_CPP_PROPSS) "$(INTDIR)"\ | 1475 | "$(INTDIR)\PropsSounds.obj" : $(SOURCE) $(DEP_CPP_PROPSS) "$(INTDIR)"\ |
1311 | "$(INTDIR)\pumpkin.pch" | 1476 | "$(INTDIR)\pumpkin.pch" |
1312 | 1477 | ||
1313 | "$(INTDIR)\PropsSounds.sbr" : $(SOURCE) $(DEP_CPP_PROPSS) "$(INTDIR)"\ | 1478 | "$(INTDIR)\PropsSounds.sbr" : $(SOURCE) $(DEP_CPP_PROPSS) "$(INTDIR)"\ |
1314 | "$(INTDIR)\pumpkin.pch" | 1479 | "$(INTDIR)\pumpkin.pch" |
1315 | 1480 | ||
1316 | 1481 | ||
1317 | !ELSEIF "$(CFG)" == "PumpKIN - Win32 Static" | 1482 | !ELSEIF "$(CFG)" == "PumpKIN - Win32 Static" |
1318 | 1483 | ||
1484 | DEP_CPP_PROPSS=\ | ||
1485 | ".\PropsSounds.h"\ | ||
1486 | ".\pumpkin.h"\ | ||
1487 | ".\PumpKINDlg.h"\ | ||
1488 | ".\shared-code\BellsNWhistles.h"\ | ||
1489 | ".\shared-code\kHelpers.h"\ | ||
1490 | ".\stdafx.h"\ | ||
1491 | |||
1319 | 1492 | ||
1320 | "$(INTDIR)\PropsSounds.obj" : $(SOURCE) $(DEP_CPP_PROPSS) "$(INTDIR)"\ | 1493 | "$(INTDIR)\PropsSounds.obj" : $(SOURCE) $(DEP_CPP_PROPSS) "$(INTDIR)"\ |
1321 | "$(INTDIR)\pumpkin.pch" | 1494 | "$(INTDIR)\pumpkin.pch" |
1322 | 1495 | ||
1323 | 1496 | ||
1324 | !ENDIF | 1497 | !ENDIF |
1325 | 1498 | ||
1326 | # End Source File | 1499 | # End Source File |
1500 | ################################################################################ | ||
1501 | # Begin Source File | ||
1502 | |||
1503 | SOURCE=.\PropsACL.cpp | ||
1504 | |||
1505 | !IF "$(CFG)" == "PumpKIN - Win32 Release" | ||
1506 | |||
1507 | DEP_CPP_PROPSA=\ | ||
1508 | ".\ACLTargetCombo.h"\ | ||
1509 | ".\PropsACL.h"\ | ||
1510 | ".\pumpkin.h"\ | ||
1511 | ".\PumpKINDlg.h"\ | ||
1512 | ".\shared-code\BellsNWhistles.h"\ | ||
1513 | ".\shared-code\kHelpers.h"\ | ||
1514 | ".\stdafx.h"\ | ||
1515 | |||
1516 | |||
1517 | "$(INTDIR)\PropsACL.obj" : $(SOURCE) $(DEP_CPP_PROPSA) "$(INTDIR)"\ | ||
1518 | "$(INTDIR)\pumpkin.pch" | ||
1519 | |||
1520 | |||
1521 | !ELSEIF "$(CFG)" == "PumpKIN - Win32 Debug" | ||
1522 | |||
1523 | DEP_CPP_PROPSA=\ | ||
1524 | ".\ACLTargetCombo.h"\ | ||
1525 | ".\PropsACL.h"\ | ||
1526 | ".\pumpkin.h"\ | ||
1527 | ".\PumpKINDlg.h"\ | ||
1528 | ".\shared-code\kHelpers.h"\ | ||
1529 | ".\stdafx.h"\ | ||
1530 | |||
1531 | |||
1532 | "$(INTDIR)\PropsACL.obj" : $(SOURCE) $(DEP_CPP_PROPSA) "$(INTDIR)"\ | ||
1533 | "$(INTDIR)\pumpkin.pch" | ||
1534 | |||
1535 | "$(INTDIR)\PropsACL.sbr" : $(SOURCE) $(DEP_CPP_PROPSA) "$(INTDIR)"\ | ||
1536 | "$(INTDIR)\pumpkin.pch" | ||
1537 | |||
1538 | |||
1539 | !ELSEIF "$(CFG)" == "PumpKIN - Win32 Static" | ||
1540 | |||
1541 | DEP_CPP_PROPSA=\ | ||
1542 | ".\ACLTargetCombo.h"\ | ||
1543 | ".\PropsACL.h"\ | ||
1544 | ".\pumpkin.h"\ | ||
1545 | ".\PumpKINDlg.h"\ | ||
1546 | ".\shared-code\BellsNWhistles.h"\ | ||
1547 | ".\shared-code\kHelpers.h"\ | ||
1548 | ".\stdafx.h"\ | ||
1549 | |||
1550 | |||
1551 | "$(INTDIR)\PropsACL.obj" : $(SOURCE) $(DEP_CPP_PROPSA) "$(INTDIR)"\ | ||
1552 | "$(INTDIR)\pumpkin.pch" | ||
1553 | |||
1554 | |||
1555 | !ENDIF | ||
1556 | |||
1557 | # End Source File | ||
1558 | ################################################################################ | ||
1559 | # Begin Source File | ||
1560 | |||
1561 | SOURCE=.\ACLTargetCombo.cpp | ||
1562 | |||
1563 | !IF "$(CFG)" == "PumpKIN - Win32 Release" | ||
1564 | |||
1565 | DEP_CPP_ACLTA=\ | ||
1566 | ".\ACLTargetCombo.h"\ | ||
1567 | ".\pumpkin.h"\ | ||
1568 | ".\PumpKINDlg.h"\ | ||
1569 | ".\shared-code\BellsNWhistles.h"\ | ||
1570 | ".\shared-code\kHelpers.h"\ | ||
1571 | ".\stdafx.h"\ | ||
1572 | |||
1573 | |||
1574 | "$(INTDIR)\ACLTargetCombo.obj" : $(SOURCE) $(DEP_CPP_ACLTA) "$(INTDIR)"\ | ||
1575 | "$(INTDIR)\pumpkin.pch" | ||
1576 | |||
1577 | |||
1578 | !ELSEIF "$(CFG)" == "PumpKIN - Win32 Debug" | ||
1579 | |||
1580 | DEP_CPP_ACLTA=\ | ||
1581 | ".\ACLTargetCombo.h"\ | ||
1582 | ".\pumpkin.h"\ | ||
1583 | ".\PumpKINDlg.h"\ | ||
1584 | ".\shared-code\kHelpers.h"\ | ||
1585 | ".\stdafx.h"\ | ||
1586 | |||
1587 | |||
1588 | "$(INTDIR)\ACLTargetCombo.obj" : $(SOURCE) $(DEP_CPP_ACLTA) "$(INTDIR)"\ | ||
1589 | "$(INTDIR)\pumpkin.pch" | ||
1590 | |||
1591 | "$(INTDIR)\ACLTargetCombo.sbr" : $(SOURCE) $(DEP_CPP_ACLTA) "$(INTDIR)"\ | ||
1592 | "$(INTDIR)\pumpkin.pch" | ||
1593 | |||
1594 | |||
1595 | !ELSEIF "$(CFG)" == "PumpKIN - Win32 Static" | ||
1596 | |||
1597 | DEP_CPP_ACLTA=\ | ||
1598 | ".\ACLTargetCombo.h"\ | ||
1599 | ".\pumpkin.h"\ | ||
1600 | ".\PumpKINDlg.h"\ | ||
1601 | ".\shared-code\BellsNWhistles.h"\ | ||
1602 | ".\shared-code\kHelpers.h"\ | ||
1603 | ".\stdafx.h"\ | ||
1604 | |||
1605 | |||
1606 | "$(INTDIR)\ACLTargetCombo.obj" : $(SOURCE) $(DEP_CPP_ACLTA) "$(INTDIR)"\ | ||
1607 | "$(INTDIR)\pumpkin.pch" | ||
1608 | |||
1609 | |||
1610 | !ENDIF | ||
1611 | |||
1612 | # End Source File | ||
1327 | # End Target | 1613 | # End Target |
1328 | ################################################################################ | 1614 | ################################################################################ |
1329 | # Begin Target | 1615 | # Begin Target |
1330 | 1616 | ||
1331 | # Name "Install - Win32 Debug" | 1617 | # Name "Install - Win32 Debug" |
1332 | # Name "Install - Win32 Pure" | 1618 | # Name "Install - Win32 Pure" |
1333 | # Name "Install - Win32 Static" | 1619 | # Name "Install - Win32 Static" |
1334 | # Name "Install - Win32 Canned" | 1620 | # Name "Install - Win32 Canned" |
1335 | 1621 | ||
1336 | !IF "$(CFG)" == "Install - Win32 Debug" | 1622 | !IF "$(CFG)" == "Install - Win32 Debug" |
1337 | 1623 | ||
1338 | !ELSEIF "$(CFG)" == "Install - Win32 Pure" | 1624 | !ELSEIF "$(CFG)" == "Install - Win32 Pure" |