summaryrefslogtreecommitdiffabout
authorMichael Krelin <hacker@klever.net>2005-08-06 21:38:18 (UTC)
committer Michael Krelin <hacker@klever.net>2005-08-06 21:38:18 (UTC)
commit9c276c74d74ade95556d44b218aca06edb63a02b (patch) (side-by-side diff)
tree7fd11eb839c1b9a4ffaaecf8c5f8500452f58ab5
parentf2018d0e4377e7cdff17471b473c45daf5c2ddd7 (diff)
downloaddipstick-9c276c74d74ade95556d44b218aca06edb63a02b.zip
dipstick-9c276c74d74ade95556d44b218aca06edb63a02b.tar.gz
dipstick-9c276c74d74ade95556d44b218aca06edb63a02b.tar.bz2
comitting whatever MSVC has done to the makefileHEADmaster
git-svn-id: http://svn.klever.net/kin/dipstick/trunk@142 fe716a7a-6dde-0310-88d9-d003556173a8
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--dipstick.mak380
1 files changed, 59 insertions, 321 deletions
diff --git a/dipstick.mak b/dipstick.mak
index eb1e8bc..fc0079a 100644
--- a/dipstick.mak
+++ b/dipstick.mak
@@ -40,7 +40,7 @@ NULL=nul
# Begin Project
# PROP Target_Last_Scanned "Dipstick - Win32 Release"
+CPP=cl.exe
RSC=rc.exe
MTL=mktyplib.exe
-CPP=cl.exe
!IF "$(CFG)" == "Dipstick - Win32 Release"
@@ -647,10 +647,7 @@ LINK32_OBJS= \
SOURCE=.\Dipstick.cpp
-
-!IF "$(CFG)" == "Dipstick - Win32 Release"
-
DEP_CPP_DIPST=\
".\CrackURL.h"\
- ".\Dipstick.h"\
+ ".\dipstick.h"\
".\DipstickDlg.h"\
".\shared-code\ip_icmp.h"\
@@ -661,4 +658,7 @@ DEP_CPP_DIPST=\
+!IF "$(CFG)" == "Dipstick - Win32 Release"
+
+
"$(INTDIR)\Dipstick.obj" : $(SOURCE) $(DEP_CPP_DIPST) "$(INTDIR)"\
"$(INTDIR)\dipstick.pch"
@@ -667,14 +667,4 @@ DEP_CPP_DIPST=\
!ELSEIF "$(CFG)" == "Dipstick - Win32 Debug"
-DEP_CPP_DIPST=\
- ".\CrackURL.h"\
- ".\Dipstick.h"\
- ".\DipstickDlg.h"\
- ".\shared-code\ip_icmp.h"\
- ".\shared-code\kICMP.h"\
- ".\shared-code\ms_icmp.h"\
- ".\shared-code\RegEx.h"\
- ".\stdafx.h"\
-
"$(INTDIR)\Dipstick.obj" : $(SOURCE) $(DEP_CPP_DIPST) "$(INTDIR)"\
@@ -684,14 +674,4 @@ DEP_CPP_DIPST=\
!ELSEIF "$(CFG)" == "Dipstick - Win32 Release Static"
-DEP_CPP_DIPST=\
- ".\CrackURL.h"\
- ".\Dipstick.h"\
- ".\DipstickDlg.h"\
- ".\shared-code\ip_icmp.h"\
- ".\shared-code\kICMP.h"\
- ".\shared-code\ms_icmp.h"\
- ".\shared-code\RegEx.h"\
- ".\stdafx.h"\
-
"$(INTDIR)\Dipstick.obj" : $(SOURCE) $(DEP_CPP_DIPST) "$(INTDIR)"\
@@ -706,11 +686,8 @@ DEP_CPP_DIPST=\
SOURCE=.\DipstickDlg.cpp
-
-!IF "$(CFG)" == "Dipstick - Win32 Release"
-
DEP_CPP_DIPSTI=\
".\AutoBestDlg.h"\
".\CrackURL.h"\
- ".\Dipstick.h"\
+ ".\dipstick.h"\
".\DipstickDlg.h"\
".\DragPad.h"\
@@ -727,4 +704,7 @@ DEP_CPP_DIPSTI=\
+!IF "$(CFG)" == "Dipstick - Win32 Release"
+
+
"$(INTDIR)\DipstickDlg.obj" : $(SOURCE) $(DEP_CPP_DIPSTI) "$(INTDIR)"\
"$(INTDIR)\dipstick.pch"
@@ -733,21 +713,4 @@ DEP_CPP_DIPSTI=\
!ELSEIF "$(CFG)" == "Dipstick - Win32 Debug"
-DEP_CPP_DIPSTI=\
- ".\AutoBestDlg.h"\
- ".\CrackURL.h"\
- ".\Dipstick.h"\
- ".\DipstickDlg.h"\
- ".\DragPad.h"\
- ".\HostNameDlg.h"\
- ".\HostProperties.h"\
- ".\OptionsDlg.h"\
- ".\SelectURLsDlg.h"\
- ".\shared-code\ip_icmp.h"\
- ".\shared-code\kICMP.h"\
- ".\shared-code\ms_icmp.h"\
- ".\shared-code\RegEx.h"\
- ".\stdafx.h"\
- ".\URLSource.h"\
-
"$(INTDIR)\DipstickDlg.obj" : $(SOURCE) $(DEP_CPP_DIPSTI) "$(INTDIR)"\
@@ -757,21 +720,4 @@ DEP_CPP_DIPSTI=\
!ELSEIF "$(CFG)" == "Dipstick - Win32 Release Static"
-DEP_CPP_DIPSTI=\
- ".\AutoBestDlg.h"\
- ".\CrackURL.h"\
- ".\Dipstick.h"\
- ".\DipstickDlg.h"\
- ".\DragPad.h"\
- ".\HostNameDlg.h"\
- ".\HostProperties.h"\
- ".\OptionsDlg.h"\
- ".\SelectURLsDlg.h"\
- ".\shared-code\ip_icmp.h"\
- ".\shared-code\kICMP.h"\
- ".\shared-code\ms_icmp.h"\
- ".\shared-code\RegEx.h"\
- ".\stdafx.h"\
- ".\URLSource.h"\
-
"$(INTDIR)\DipstickDlg.obj" : $(SOURCE) $(DEP_CPP_DIPSTI) "$(INTDIR)"\
@@ -786,7 +732,4 @@ DEP_CPP_DIPSTI=\
SOURCE=.\StdAfx.cpp
-
-!IF "$(CFG)" == "Dipstick - Win32 Release"
-
DEP_CPP_STDAF=\
".\CrackURL.h"\
@@ -797,4 +740,7 @@ DEP_CPP_STDAF=\
".\stdafx.h"\
+
+!IF "$(CFG)" == "Dipstick - Win32 Release"
+
# ADD CPP /Yc"stdafx.h"
@@ -813,12 +759,4 @@ BuildCmds= \
!ELSEIF "$(CFG)" == "Dipstick - Win32 Debug"
-DEP_CPP_STDAF=\
- ".\CrackURL.h"\
- ".\shared-code\ip_icmp.h"\
- ".\shared-code\kICMP.h"\
- ".\shared-code\ms_icmp.h"\
- ".\shared-code\RegEx.h"\
- ".\stdafx.h"\
-
# ADD CPP /Yc"stdafx.h"
@@ -837,12 +775,4 @@ BuildCmds= \
!ELSEIF "$(CFG)" == "Dipstick - Win32 Release Static"
-DEP_CPP_STDAF=\
- ".\CrackURL.h"\
- ".\shared-code\ip_icmp.h"\
- ".\shared-code\kICMP.h"\
- ".\shared-code\ms_icmp.h"\
- ".\shared-code\RegEx.h"\
- ".\stdafx.h"\
-
# ADD BASE CPP /Yc"stdafx.h"
# ADD CPP /Yc"stdafx.h"
@@ -872,8 +802,8 @@ DEP_RSC_DIPSTIC=\
".\res\best.wav"\
".\res\complete.ico"\
- ".\res\Dipstick.ico"\
+ ".\res\dipstick.ico"\
".\res\dipstick.rc2"\
".\res\kdnd.avi"\
- ".\res\Kdragurl.avi"\
+ ".\res\kdragurl.avi"\
".\res\pending.ico"\
".\res\pinging.ico"\
@@ -889,14 +819,14 @@ DEP_RSC_DIPSTIC=\
DEP_RSC_DIPSTIC=\
- ".\res\background.bmp"\
".\res\best.wav"\
".\res\complete.ico"\
- ".\res\Dipstick.ico"\
+ ".\res\dipstick.ico"\
".\res\dipstick.rc2"\
".\res\kdnd.avi"\
- ".\res\Kdragurl.avi"\
+ ".\res\kdragurl.avi"\
".\res\pending.ico"\
".\res\pinging.ico"\
".\res\unreach.ico"\
+ ".\shared-data\klever-background.bmp"\
@@ -908,14 +838,14 @@ DEP_RSC_DIPSTIC=\
DEP_RSC_DIPSTIC=\
- ".\res\background.bmp"\
".\res\best.wav"\
".\res\complete.ico"\
- ".\res\Dipstick.ico"\
+ ".\res\dipstick.ico"\
".\res\dipstick.rc2"\
".\res\kdnd.avi"\
- ".\res\Kdragurl.avi"\
+ ".\res\kdragurl.avi"\
".\res\pending.ico"\
".\res\pinging.ico"\
".\res\unreach.ico"\
+ ".\shared-data\klever-background.bmp"\
@@ -931,10 +861,7 @@ DEP_RSC_DIPSTIC=\
SOURCE=.\DragPad.cpp
-
-!IF "$(CFG)" == "Dipstick - Win32 Release"
-
DEP_CPP_DRAGP=\
".\CrackURL.h"\
- ".\Dipstick.h"\
+ ".\dipstick.h"\
".\DipstickDlg.h"\
".\DragPad.h"\
@@ -946,4 +873,7 @@ DEP_CPP_DRAGP=\
+!IF "$(CFG)" == "Dipstick - Win32 Release"
+
+
"$(INTDIR)\DragPad.obj" : $(SOURCE) $(DEP_CPP_DRAGP) "$(INTDIR)"\
"$(INTDIR)\dipstick.pch"
@@ -952,15 +882,4 @@ DEP_CPP_DRAGP=\
!ELSEIF "$(CFG)" == "Dipstick - Win32 Debug"
-DEP_CPP_DRAGP=\
- ".\CrackURL.h"\
- ".\Dipstick.h"\
- ".\DipstickDlg.h"\
- ".\DragPad.h"\
- ".\shared-code\ip_icmp.h"\
- ".\shared-code\kICMP.h"\
- ".\shared-code\ms_icmp.h"\
- ".\shared-code\RegEx.h"\
- ".\stdafx.h"\
-
"$(INTDIR)\DragPad.obj" : $(SOURCE) $(DEP_CPP_DRAGP) "$(INTDIR)"\
@@ -970,15 +889,4 @@ DEP_CPP_DRAGP=\
!ELSEIF "$(CFG)" == "Dipstick - Win32 Release Static"
-DEP_CPP_DRAGP=\
- ".\CrackURL.h"\
- ".\Dipstick.h"\
- ".\DipstickDlg.h"\
- ".\DragPad.h"\
- ".\shared-code\ip_icmp.h"\
- ".\shared-code\kICMP.h"\
- ".\shared-code\ms_icmp.h"\
- ".\shared-code\RegEx.h"\
- ".\stdafx.h"\
-
"$(INTDIR)\DragPad.obj" : $(SOURCE) $(DEP_CPP_DRAGP) "$(INTDIR)"\
@@ -993,10 +901,7 @@ DEP_CPP_DRAGP=\
SOURCE=.\OptionsDlg.cpp
-
-!IF "$(CFG)" == "Dipstick - Win32 Release"
-
DEP_CPP_OPTIO=\
".\CrackURL.h"\
- ".\Dipstick.h"\
+ ".\dipstick.h"\
".\OptionsDlg.h"\
".\shared-code\ip_icmp.h"\
@@ -1007,4 +912,7 @@ DEP_CPP_OPTIO=\
+!IF "$(CFG)" == "Dipstick - Win32 Release"
+
+
"$(INTDIR)\OptionsDlg.obj" : $(SOURCE) $(DEP_CPP_OPTIO) "$(INTDIR)"\
"$(INTDIR)\dipstick.pch"
@@ -1013,14 +921,4 @@ DEP_CPP_OPTIO=\
!ELSEIF "$(CFG)" == "Dipstick - Win32 Debug"
-DEP_CPP_OPTIO=\
- ".\CrackURL.h"\
- ".\Dipstick.h"\
- ".\OptionsDlg.h"\
- ".\shared-code\ip_icmp.h"\
- ".\shared-code\kICMP.h"\
- ".\shared-code\ms_icmp.h"\
- ".\shared-code\RegEx.h"\
- ".\stdafx.h"\
-
"$(INTDIR)\OptionsDlg.obj" : $(SOURCE) $(DEP_CPP_OPTIO) "$(INTDIR)"\
@@ -1030,14 +928,4 @@ DEP_CPP_OPTIO=\
!ELSEIF "$(CFG)" == "Dipstick - Win32 Release Static"
-DEP_CPP_OPTIO=\
- ".\CrackURL.h"\
- ".\Dipstick.h"\
- ".\OptionsDlg.h"\
- ".\shared-code\ip_icmp.h"\
- ".\shared-code\kICMP.h"\
- ".\shared-code\ms_icmp.h"\
- ".\shared-code\RegEx.h"\
- ".\stdafx.h"\
-
"$(INTDIR)\OptionsDlg.obj" : $(SOURCE) $(DEP_CPP_OPTIO) "$(INTDIR)"\
@@ -1052,10 +940,7 @@ DEP_CPP_OPTIO=\
SOURCE=.\HostNameDlg.cpp
-
-!IF "$(CFG)" == "Dipstick - Win32 Release"
-
DEP_CPP_HOSTN=\
".\CrackURL.h"\
- ".\Dipstick.h"\
+ ".\dipstick.h"\
".\HostNameDlg.h"\
".\shared-code\ip_icmp.h"\
@@ -1066,4 +951,7 @@ DEP_CPP_HOSTN=\
+!IF "$(CFG)" == "Dipstick - Win32 Release"
+
+
"$(INTDIR)\HostNameDlg.obj" : $(SOURCE) $(DEP_CPP_HOSTN) "$(INTDIR)"\
"$(INTDIR)\dipstick.pch"
@@ -1072,14 +960,4 @@ DEP_CPP_HOSTN=\
!ELSEIF "$(CFG)" == "Dipstick - Win32 Debug"
-DEP_CPP_HOSTN=\
- ".\CrackURL.h"\
- ".\Dipstick.h"\
- ".\HostNameDlg.h"\
- ".\shared-code\ip_icmp.h"\
- ".\shared-code\kICMP.h"\
- ".\shared-code\ms_icmp.h"\
- ".\shared-code\RegEx.h"\
- ".\stdafx.h"\
-
"$(INTDIR)\HostNameDlg.obj" : $(SOURCE) $(DEP_CPP_HOSTN) "$(INTDIR)"\
@@ -1089,14 +967,4 @@ DEP_CPP_HOSTN=\
!ELSEIF "$(CFG)" == "Dipstick - Win32 Release Static"
-DEP_CPP_HOSTN=\
- ".\CrackURL.h"\
- ".\Dipstick.h"\
- ".\HostNameDlg.h"\
- ".\shared-code\ip_icmp.h"\
- ".\shared-code\kICMP.h"\
- ".\shared-code\ms_icmp.h"\
- ".\shared-code\RegEx.h"\
- ".\stdafx.h"\
-
"$(INTDIR)\HostNameDlg.obj" : $(SOURCE) $(DEP_CPP_HOSTN) "$(INTDIR)"\
@@ -1111,10 +979,7 @@ DEP_CPP_HOSTN=\
SOURCE=.\HostProperties.cpp
-
-!IF "$(CFG)" == "Dipstick - Win32 Release"
-
DEP_CPP_HOSTP=\
".\CrackURL.h"\
- ".\Dipstick.h"\
+ ".\dipstick.h"\
".\DipstickDlg.h"\
".\HostProperties.h"\
@@ -1126,4 +991,7 @@ DEP_CPP_HOSTP=\
+!IF "$(CFG)" == "Dipstick - Win32 Release"
+
+
"$(INTDIR)\HostProperties.obj" : $(SOURCE) $(DEP_CPP_HOSTP) "$(INTDIR)"\
"$(INTDIR)\dipstick.pch"
@@ -1132,15 +1000,4 @@ DEP_CPP_HOSTP=\
!ELSEIF "$(CFG)" == "Dipstick - Win32 Debug"
-DEP_CPP_HOSTP=\
- ".\CrackURL.h"\
- ".\Dipstick.h"\
- ".\DipstickDlg.h"\
- ".\HostProperties.h"\
- ".\shared-code\ip_icmp.h"\
- ".\shared-code\kICMP.h"\
- ".\shared-code\ms_icmp.h"\
- ".\shared-code\RegEx.h"\
- ".\stdafx.h"\
-
"$(INTDIR)\HostProperties.obj" : $(SOURCE) $(DEP_CPP_HOSTP) "$(INTDIR)"\
@@ -1150,15 +1007,4 @@ DEP_CPP_HOSTP=\
!ELSEIF "$(CFG)" == "Dipstick - Win32 Release Static"
-DEP_CPP_HOSTP=\
- ".\CrackURL.h"\
- ".\Dipstick.h"\
- ".\DipstickDlg.h"\
- ".\HostProperties.h"\
- ".\shared-code\ip_icmp.h"\
- ".\shared-code\kICMP.h"\
- ".\shared-code\ms_icmp.h"\
- ".\shared-code\RegEx.h"\
- ".\stdafx.h"\
-
"$(INTDIR)\HostProperties.obj" : $(SOURCE) $(DEP_CPP_HOSTP) "$(INTDIR)"\
@@ -1180,5 +1026,5 @@ OutDir=.\Release
ProjDir=.
TargetName=dipstick
-InputPath=.\help\dipstick.hpj
+InputPath=.\Help\DipStick.hpj
BuildCmds= \
@@ -1207,5 +1053,5 @@ OutDir=.\Debug
ProjDir=.
TargetName=dipstick
-InputPath=.\help\dipstick.hpj
+InputPath=.\Help\DipStick.hpj
BuildCmds= \
@@ -1234,5 +1080,5 @@ OutDir=.\Releast
ProjDir=.
TargetName=dipstick
-InputPath=.\help\dipstick.hpj
+InputPath=.\Help\DipStick.hpj
BuildCmds= \
@@ -1262,11 +1108,8 @@ BuildCmds= \
SOURCE=.\AutoBestDlg.cpp
-
-!IF "$(CFG)" == "Dipstick - Win32 Release"
-
DEP_CPP_AUTOB=\
".\AutoBestDlg.h"\
".\CrackURL.h"\
- ".\Dipstick.h"\
+ ".\dipstick.h"\
".\shared-code\ip_icmp.h"\
".\shared-code\kICMP.h"\
@@ -1277,4 +1120,7 @@ DEP_CPP_AUTOB=\
+!IF "$(CFG)" == "Dipstick - Win32 Release"
+
+
"$(INTDIR)\AutoBestDlg.obj" : $(SOURCE) $(DEP_CPP_AUTOB) "$(INTDIR)"\
"$(INTDIR)\dipstick.pch"
@@ -1283,15 +1129,4 @@ DEP_CPP_AUTOB=\
!ELSEIF "$(CFG)" == "Dipstick - Win32 Debug"
-DEP_CPP_AUTOB=\
- ".\AutoBestDlg.h"\
- ".\CrackURL.h"\
- ".\Dipstick.h"\
- ".\shared-code\ip_icmp.h"\
- ".\shared-code\kICMP.h"\
- ".\shared-code\ms_icmp.h"\
- ".\shared-code\RegEx.h"\
- ".\stdafx.h"\
- ".\URLSource.h"\
-
"$(INTDIR)\AutoBestDlg.obj" : $(SOURCE) $(DEP_CPP_AUTOB) "$(INTDIR)"\
@@ -1301,15 +1136,4 @@ DEP_CPP_AUTOB=\
!ELSEIF "$(CFG)" == "Dipstick - Win32 Release Static"
-DEP_CPP_AUTOB=\
- ".\AutoBestDlg.h"\
- ".\CrackURL.h"\
- ".\Dipstick.h"\
- ".\shared-code\ip_icmp.h"\
- ".\shared-code\kICMP.h"\
- ".\shared-code\ms_icmp.h"\
- ".\shared-code\RegEx.h"\
- ".\stdafx.h"\
- ".\URLSource.h"\
-
"$(INTDIR)\AutoBestDlg.obj" : $(SOURCE) $(DEP_CPP_AUTOB) "$(INTDIR)"\
@@ -1324,7 +1148,4 @@ DEP_CPP_AUTOB=\
SOURCE=.\URLSource.cpp
-
-!IF "$(CFG)" == "Dipstick - Win32 Release"
-
DEP_CPP_URLSO=\
".\CrackURL.h"\
@@ -1337,4 +1158,7 @@ DEP_CPP_URLSO=\
+!IF "$(CFG)" == "Dipstick - Win32 Release"
+
+
"$(INTDIR)\URLSource.obj" : $(SOURCE) $(DEP_CPP_URLSO) "$(INTDIR)"\
"$(INTDIR)\dipstick.pch"
@@ -1343,13 +1167,4 @@ DEP_CPP_URLSO=\
!ELSEIF "$(CFG)" == "Dipstick - Win32 Debug"
-DEP_CPP_URLSO=\
- ".\CrackURL.h"\
- ".\shared-code\ip_icmp.h"\
- ".\shared-code\kICMP.h"\
- ".\shared-code\ms_icmp.h"\
- ".\shared-code\RegEx.h"\
- ".\stdafx.h"\
- ".\URLSource.h"\
-
"$(INTDIR)\URLSource.obj" : $(SOURCE) $(DEP_CPP_URLSO) "$(INTDIR)"\
@@ -1359,13 +1174,4 @@ DEP_CPP_URLSO=\
!ELSEIF "$(CFG)" == "Dipstick - Win32 Release Static"
-DEP_CPP_URLSO=\
- ".\CrackURL.h"\
- ".\shared-code\ip_icmp.h"\
- ".\shared-code\kICMP.h"\
- ".\shared-code\ms_icmp.h"\
- ".\shared-code\RegEx.h"\
- ".\stdafx.h"\
- ".\URLSource.h"\
-
"$(INTDIR)\URLSource.obj" : $(SOURCE) $(DEP_CPP_URLSO) "$(INTDIR)"\
@@ -1400,7 +1206,4 @@ SOURCE=.\Help\Dipstick.cnt
SOURCE=.\CrackURL.cpp
-
-!IF "$(CFG)" == "Dipstick - Win32 Release"
-
DEP_CPP_CRACK=\
".\CrackURL.h"\
@@ -1412,4 +1215,7 @@ DEP_CPP_CRACK=\
+!IF "$(CFG)" == "Dipstick - Win32 Release"
+
+
"$(INTDIR)\CrackURL.obj" : $(SOURCE) $(DEP_CPP_CRACK) "$(INTDIR)"\
"$(INTDIR)\dipstick.pch"
@@ -1418,12 +1224,4 @@ DEP_CPP_CRACK=\
!ELSEIF "$(CFG)" == "Dipstick - Win32 Debug"
-DEP_CPP_CRACK=\
- ".\CrackURL.h"\
- ".\shared-code\ip_icmp.h"\
- ".\shared-code\kICMP.h"\
- ".\shared-code\ms_icmp.h"\
- ".\shared-code\RegEx.h"\
- ".\stdafx.h"\
-
"$(INTDIR)\CrackURL.obj" : $(SOURCE) $(DEP_CPP_CRACK) "$(INTDIR)"\
@@ -1433,12 +1231,4 @@ DEP_CPP_CRACK=\
!ELSEIF "$(CFG)" == "Dipstick - Win32 Release Static"
-DEP_CPP_CRACK=\
- ".\CrackURL.h"\
- ".\shared-code\ip_icmp.h"\
- ".\shared-code\kICMP.h"\
- ".\shared-code\ms_icmp.h"\
- ".\shared-code\RegEx.h"\
- ".\stdafx.h"\
-
"$(INTDIR)\CrackURL.obj" : $(SOURCE) $(DEP_CPP_CRACK) "$(INTDIR)"\
@@ -1453,10 +1243,7 @@ DEP_CPP_CRACK=\
SOURCE=.\SelectURLsDlg.cpp
-
-!IF "$(CFG)" == "Dipstick - Win32 Release"
-
DEP_CPP_SELEC=\
".\CrackURL.h"\
- ".\Dipstick.h"\
+ ".\dipstick.h"\
".\SelectURLsDlg.h"\
".\shared-code\ip_icmp.h"\
@@ -1467,4 +1254,7 @@ DEP_CPP_SELEC=\
+!IF "$(CFG)" == "Dipstick - Win32 Release"
+
+
"$(INTDIR)\SelectURLsDlg.obj" : $(SOURCE) $(DEP_CPP_SELEC) "$(INTDIR)"\
"$(INTDIR)\dipstick.pch"
@@ -1473,14 +1263,4 @@ DEP_CPP_SELEC=\
!ELSEIF "$(CFG)" == "Dipstick - Win32 Debug"
-DEP_CPP_SELEC=\
- ".\CrackURL.h"\
- ".\Dipstick.h"\
- ".\SelectURLsDlg.h"\
- ".\shared-code\ip_icmp.h"\
- ".\shared-code\kICMP.h"\
- ".\shared-code\ms_icmp.h"\
- ".\shared-code\RegEx.h"\
- ".\stdafx.h"\
-
"$(INTDIR)\SelectURLsDlg.obj" : $(SOURCE) $(DEP_CPP_SELEC) "$(INTDIR)"\
@@ -1490,14 +1270,4 @@ DEP_CPP_SELEC=\
!ELSEIF "$(CFG)" == "Dipstick - Win32 Release Static"
-DEP_CPP_SELEC=\
- ".\CrackURL.h"\
- ".\Dipstick.h"\
- ".\SelectURLsDlg.h"\
- ".\shared-code\ip_icmp.h"\
- ".\shared-code\kICMP.h"\
- ".\shared-code\ms_icmp.h"\
- ".\shared-code\RegEx.h"\
- ".\stdafx.h"\
-
"$(INTDIR)\SelectURLsDlg.obj" : $(SOURCE) $(DEP_CPP_SELEC) "$(INTDIR)"\
@@ -1512,7 +1282,4 @@ DEP_CPP_SELEC=\
SOURCE=".\shared-code\RegEx.cpp"
-
-!IF "$(CFG)" == "Dipstick - Win32 Release"
-
DEP_CPP_REGEX=\
".\CrackURL.h"\
@@ -1523,4 +1290,7 @@ DEP_CPP_REGEX=\
".\stdafx.h"\
+
+!IF "$(CFG)" == "Dipstick - Win32 Release"
+
# ADD CPP /Yu"../stdafx.h"
@@ -1534,12 +1304,4 @@ DEP_CPP_REGEX=\
!ELSEIF "$(CFG)" == "Dipstick - Win32 Debug"
-DEP_CPP_REGEX=\
- ".\CrackURL.h"\
- ".\shared-code\ip_icmp.h"\
- ".\shared-code\kICMP.h"\
- ".\shared-code\ms_icmp.h"\
- ".\shared-code\RegEx.h"\
- ".\stdafx.h"\
-
# ADD CPP /Yu"../stdafx.h"
@@ -1553,12 +1315,4 @@ DEP_CPP_REGEX=\
!ELSEIF "$(CFG)" == "Dipstick - Win32 Release Static"
-DEP_CPP_REGEX=\
- ".\CrackURL.h"\
- ".\shared-code\ip_icmp.h"\
- ".\shared-code\kICMP.h"\
- ".\shared-code\ms_icmp.h"\
- ".\shared-code\RegEx.h"\
- ".\stdafx.h"\
-
# ADD CPP /Yu"../stdafx.h"
@@ -1577,7 +1331,4 @@ DEP_CPP_REGEX=\
SOURCE=".\shared-code\kICMP.cpp"
-
-!IF "$(CFG)" == "Dipstick - Win32 Release"
-
DEP_CPP_KICMP=\
".\CrackURL.h"\
@@ -1588,4 +1339,7 @@ DEP_CPP_KICMP=\
".\stdafx.h"\
+
+!IF "$(CFG)" == "Dipstick - Win32 Release"
+
# ADD CPP /Yu"../stdafx.h"
@@ -1599,12 +1353,4 @@ DEP_CPP_KICMP=\
!ELSEIF "$(CFG)" == "Dipstick - Win32 Debug"
-DEP_CPP_KICMP=\
- ".\CrackURL.h"\
- ".\shared-code\ip_icmp.h"\
- ".\shared-code\kICMP.h"\
- ".\shared-code\ms_icmp.h"\
- ".\shared-code\RegEx.h"\
- ".\stdafx.h"\
-
# ADD CPP /Yu"../stdafx.h"
@@ -1618,12 +1364,4 @@ DEP_CPP_KICMP=\
!ELSEIF "$(CFG)" == "Dipstick - Win32 Release Static"
-DEP_CPP_KICMP=\
- ".\CrackURL.h"\
- ".\shared-code\ip_icmp.h"\
- ".\shared-code\kICMP.h"\
- ".\shared-code\ms_icmp.h"\
- ".\shared-code\RegEx.h"\
- ".\stdafx.h"\
-
# ADD CPP /Yu"../stdafx.h"