summaryrefslogtreecommitdiffabout
path: root/dipstick.mak
Side-by-side diff
Diffstat (limited to 'dipstick.mak') (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
@@ -38,11 +38,11 @@ NULL=nul
!ENDIF
################################################################################
# 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"
# PROP BASE Use_MFC 6
@@ -645,55 +645,35 @@ LINK32_OBJS= \
################################################################################
# Begin Source File
SOURCE=.\Dipstick.cpp
-
-!IF "$(CFG)" == "Dipstick - Win32 Release"
-
DEP_CPP_DIPST=\
".\CrackURL.h"\
- ".\Dipstick.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"\
+!IF "$(CFG)" == "Dipstick - Win32 Release"
+
+
"$(INTDIR)\Dipstick.obj" : $(SOURCE) $(DEP_CPP_DIPST) "$(INTDIR)"\
"$(INTDIR)\dipstick.pch"
!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)"\
"$(INTDIR)\dipstick.pch"
!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)"\
"$(INTDIR)\dipstick.pch"
@@ -704,15 +684,12 @@ DEP_CPP_DIPST=\
################################################################################
# Begin Source File
SOURCE=.\DipstickDlg.cpp
-
-!IF "$(CFG)" == "Dipstick - Win32 Release"
-
DEP_CPP_DIPSTI=\
".\AutoBestDlg.h"\
".\CrackURL.h"\
- ".\Dipstick.h"\
+ ".\dipstick.h"\
".\DipstickDlg.h"\
".\DragPad.h"\
".\HostNameDlg.h"\
".\HostProperties.h"\
@@ -725,55 +702,24 @@ DEP_CPP_DIPSTI=\
".\stdafx.h"\
".\URLSource.h"\
+!IF "$(CFG)" == "Dipstick - Win32 Release"
+
+
"$(INTDIR)\DipstickDlg.obj" : $(SOURCE) $(DEP_CPP_DIPSTI) "$(INTDIR)"\
"$(INTDIR)\dipstick.pch"
!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)"\
"$(INTDIR)\dipstick.pch"
!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)"\
"$(INTDIR)\dipstick.pch"
@@ -784,19 +730,19 @@ DEP_CPP_DIPSTI=\
################################################################################
# Begin Source File
SOURCE=.\StdAfx.cpp
-
-!IF "$(CFG)" == "Dipstick - Win32 Release"
-
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"\
+
+!IF "$(CFG)" == "Dipstick - Win32 Release"
+
# ADD CPP /Yc"stdafx.h"
BuildCmds= \
$(CPP) /nologo /MD /W3 /GX /O1 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D\
@@ -811,16 +757,8 @@ BuildCmds= \
$(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"
BuildCmds= \
$(CPP) /nologo /MDd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS"\
@@ -835,16 +773,8 @@ BuildCmds= \
$(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"
BuildCmds= \
@@ -870,12 +800,12 @@ SOURCE=.\dipstick.rc
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"\
".\res\unreach.ico"\
".\shared-data\klever-background.bmp"\
@@ -887,18 +817,18 @@ DEP_RSC_DIPSTIC=\
!ELSEIF "$(CFG)" == "Dipstick - Win32 Debug"
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"\
"$(INTDIR)\dipstick.res" : $(SOURCE) $(DEP_RSC_DIPSTIC) "$(INTDIR)"
$(RSC) $(RSC_PROJ) $(SOURCE)
@@ -906,18 +836,18 @@ DEP_RSC_DIPSTIC=\
!ELSEIF "$(CFG)" == "Dipstick - Win32 Release Static"
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"\
"$(INTDIR)\dipstick.res" : $(SOURCE) $(DEP_RSC_DIPSTIC) "$(INTDIR)"
$(RSC) $(RSC_PROJ) $(SOURCE)
@@ -929,14 +859,11 @@ DEP_RSC_DIPSTIC=\
################################################################################
# Begin Source File
SOURCE=.\DragPad.cpp
-
-!IF "$(CFG)" == "Dipstick - Win32 Release"
-
DEP_CPP_DRAGP=\
".\CrackURL.h"\
- ".\Dipstick.h"\
+ ".\dipstick.h"\
".\DipstickDlg.h"\
".\DragPad.h"\
".\shared-code\ip_icmp.h"\
".\shared-code\kICMP.h"\
@@ -944,43 +871,24 @@ DEP_CPP_DRAGP=\
".\shared-code\RegEx.h"\
".\stdafx.h"\
+!IF "$(CFG)" == "Dipstick - Win32 Release"
+
+
"$(INTDIR)\DragPad.obj" : $(SOURCE) $(DEP_CPP_DRAGP) "$(INTDIR)"\
"$(INTDIR)\dipstick.pch"
!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)"\
"$(INTDIR)\dipstick.pch"
!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)"\
"$(INTDIR)\dipstick.pch"
@@ -991,55 +899,35 @@ DEP_CPP_DRAGP=\
################################################################################
# Begin Source File
SOURCE=.\OptionsDlg.cpp
-
-!IF "$(CFG)" == "Dipstick - Win32 Release"
-
DEP_CPP_OPTIO=\
".\CrackURL.h"\
- ".\Dipstick.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"\
+!IF "$(CFG)" == "Dipstick - Win32 Release"
+
+
"$(INTDIR)\OptionsDlg.obj" : $(SOURCE) $(DEP_CPP_OPTIO) "$(INTDIR)"\
"$(INTDIR)\dipstick.pch"
!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)"\
"$(INTDIR)\dipstick.pch"
!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)"\
"$(INTDIR)\dipstick.pch"
@@ -1050,55 +938,35 @@ DEP_CPP_OPTIO=\
################################################################################
# Begin Source File
SOURCE=.\HostNameDlg.cpp
-
-!IF "$(CFG)" == "Dipstick - Win32 Release"
-
DEP_CPP_HOSTN=\
".\CrackURL.h"\
- ".\Dipstick.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"\
+!IF "$(CFG)" == "Dipstick - Win32 Release"
+
+
"$(INTDIR)\HostNameDlg.obj" : $(SOURCE) $(DEP_CPP_HOSTN) "$(INTDIR)"\
"$(INTDIR)\dipstick.pch"
!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)"\
"$(INTDIR)\dipstick.pch"
!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)"\
"$(INTDIR)\dipstick.pch"
@@ -1109,14 +977,11 @@ DEP_CPP_HOSTN=\
################################################################################
# Begin Source File
SOURCE=.\HostProperties.cpp
-
-!IF "$(CFG)" == "Dipstick - Win32 Release"
-
DEP_CPP_HOSTP=\
".\CrackURL.h"\
- ".\Dipstick.h"\
+ ".\dipstick.h"\
".\DipstickDlg.h"\
".\HostProperties.h"\
".\shared-code\ip_icmp.h"\
".\shared-code\kICMP.h"\
@@ -1124,43 +989,24 @@ DEP_CPP_HOSTP=\
".\shared-code\RegEx.h"\
".\stdafx.h"\
+!IF "$(CFG)" == "Dipstick - Win32 Release"
+
+
"$(INTDIR)\HostProperties.obj" : $(SOURCE) $(DEP_CPP_HOSTP) "$(INTDIR)"\
"$(INTDIR)\dipstick.pch"
!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)"\
"$(INTDIR)\dipstick.pch"
!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)"\
"$(INTDIR)\dipstick.pch"
@@ -1178,9 +1024,9 @@ SOURCE=.\Help\DipStick.hpj
# Begin Custom Build - Making help file...
OutDir=.\Release
ProjDir=.
TargetName=dipstick
-InputPath=.\help\dipstick.hpj
+InputPath=.\Help\DipStick.hpj
BuildCmds= \
"$(ProjDir)\makehelp.bat" \
compress $(OutDir)\$(TargetName).hlp $(OutDir)\$(TargetName).hl_ \
@@ -1205,9 +1051,9 @@ BuildCmds= \
# Begin Custom Build - Making help file...
OutDir=.\Debug
ProjDir=.
TargetName=dipstick
-InputPath=.\help\dipstick.hpj
+InputPath=.\Help\DipStick.hpj
BuildCmds= \
"$(ProjDir)\makehelp.bat" \
compress $(OutDir)\$(TargetName).hlp $(OutDir)\$(TargetName).hl_ \
@@ -1232,9 +1078,9 @@ BuildCmds= \
# Begin Custom Build - Making help file...
OutDir=.\Releast
ProjDir=.
TargetName=dipstick
-InputPath=.\help\dipstick.hpj
+InputPath=.\Help\DipStick.hpj
BuildCmds= \
"$(ProjDir)\makehelp.bat" \
compress $(OutDir)\$(TargetName).hlp $(OutDir)\$(TargetName).hl_ \
@@ -1260,58 +1106,36 @@ BuildCmds= \
################################################################################
# Begin Source File
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"\
".\shared-code\ms_icmp.h"\
".\shared-code\RegEx.h"\
".\stdafx.h"\
".\URLSource.h"\
+!IF "$(CFG)" == "Dipstick - Win32 Release"
+
+
"$(INTDIR)\AutoBestDlg.obj" : $(SOURCE) $(DEP_CPP_AUTOB) "$(INTDIR)"\
"$(INTDIR)\dipstick.pch"
!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)"\
"$(INTDIR)\dipstick.pch"
!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)"\
"$(INTDIR)\dipstick.pch"
@@ -1322,11 +1146,8 @@ DEP_CPP_AUTOB=\
################################################################################
# Begin Source File
SOURCE=.\URLSource.cpp
-
-!IF "$(CFG)" == "Dipstick - Win32 Release"
-
DEP_CPP_URLSO=\
".\CrackURL.h"\
".\shared-code\ip_icmp.h"\
".\shared-code\kICMP.h"\
@@ -1335,39 +1156,24 @@ DEP_CPP_URLSO=\
".\stdafx.h"\
".\URLSource.h"\
+!IF "$(CFG)" == "Dipstick - Win32 Release"
+
+
"$(INTDIR)\URLSource.obj" : $(SOURCE) $(DEP_CPP_URLSO) "$(INTDIR)"\
"$(INTDIR)\dipstick.pch"
!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)"\
"$(INTDIR)\dipstick.pch"
!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)"\
"$(INTDIR)\dipstick.pch"
@@ -1398,11 +1204,8 @@ SOURCE=.\Help\Dipstick.cnt
################################################################################
# Begin Source File
SOURCE=.\CrackURL.cpp
-
-!IF "$(CFG)" == "Dipstick - Win32 Release"
-
DEP_CPP_CRACK=\
".\CrackURL.h"\
".\shared-code\ip_icmp.h"\
".\shared-code\kICMP.h"\
@@ -1410,37 +1213,24 @@ DEP_CPP_CRACK=\
".\shared-code\RegEx.h"\
".\stdafx.h"\
+!IF "$(CFG)" == "Dipstick - Win32 Release"
+
+
"$(INTDIR)\CrackURL.obj" : $(SOURCE) $(DEP_CPP_CRACK) "$(INTDIR)"\
"$(INTDIR)\dipstick.pch"
!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)"\
"$(INTDIR)\dipstick.pch"
!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)"\
"$(INTDIR)\dipstick.pch"
@@ -1451,55 +1241,35 @@ DEP_CPP_CRACK=\
################################################################################
# Begin Source File
SOURCE=.\SelectURLsDlg.cpp
-
-!IF "$(CFG)" == "Dipstick - Win32 Release"
-
DEP_CPP_SELEC=\
".\CrackURL.h"\
- ".\Dipstick.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"\
+!IF "$(CFG)" == "Dipstick - Win32 Release"
+
+
"$(INTDIR)\SelectURLsDlg.obj" : $(SOURCE) $(DEP_CPP_SELEC) "$(INTDIR)"\
"$(INTDIR)\dipstick.pch"
!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)"\
"$(INTDIR)\dipstick.pch"
!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)"\
"$(INTDIR)\dipstick.pch"
@@ -1510,19 +1280,19 @@ DEP_CPP_SELEC=\
################################################################################
# Begin Source File
SOURCE=".\shared-code\RegEx.cpp"
-
-!IF "$(CFG)" == "Dipstick - Win32 Release"
-
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"\
+
+!IF "$(CFG)" == "Dipstick - Win32 Release"
+
# ADD CPP /Yu"../stdafx.h"
"$(INTDIR)\RegEx.obj" : $(SOURCE) $(DEP_CPP_REGEX) "$(INTDIR)"\
"$(INTDIR)\dipstick.pch"
@@ -1532,16 +1302,8 @@ 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"
"$(INTDIR)\RegEx.obj" : $(SOURCE) $(DEP_CPP_REGEX) "$(INTDIR)"\
"$(INTDIR)\dipstick.pch"
@@ -1551,16 +1313,8 @@ 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"
"$(INTDIR)\RegEx.obj" : $(SOURCE) $(DEP_CPP_REGEX) "$(INTDIR)"\
"$(INTDIR)\dipstick.pch"
@@ -1575,19 +1329,19 @@ DEP_CPP_REGEX=\
################################################################################
# Begin Source File
SOURCE=".\shared-code\kICMP.cpp"
-
-!IF "$(CFG)" == "Dipstick - Win32 Release"
-
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"\
+
+!IF "$(CFG)" == "Dipstick - Win32 Release"
+
# ADD CPP /Yu"../stdafx.h"
"$(INTDIR)\kICMP.obj" : $(SOURCE) $(DEP_CPP_KICMP) "$(INTDIR)"\
"$(INTDIR)\dipstick.pch"
@@ -1597,16 +1351,8 @@ 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"
"$(INTDIR)\kICMP.obj" : $(SOURCE) $(DEP_CPP_KICMP) "$(INTDIR)"\
"$(INTDIR)\dipstick.pch"
@@ -1616,16 +1362,8 @@ 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"
"$(INTDIR)\kICMP.obj" : $(SOURCE) $(DEP_CPP_KICMP) "$(INTDIR)"\
"$(INTDIR)\dipstick.pch"