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
@@ -36,15 +36,15 @@ NULL=
!ELSE
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
# PROP BASE Use_Debug_Libraries 0
# PROP BASE Output_Dir "Release"
@@ -643,78 +643,55 @@ LINK32_OBJS= \
!ENDIF
################################################################################
# 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"
!ENDIF
# End Source File
################################################################################
# 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"\
".\OptionsDlg.h"\
".\SelectURLsDlg.h"\
@@ -723,82 +700,51 @@ DEP_CPP_DIPSTI=\
".\shared-code\ms_icmp.h"\
".\shared-code\RegEx.h"\
".\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"
!ENDIF
# End Source File
################################################################################
# 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\
"_AFXDLL" /D "_MBCS" /Fp"$(INTDIR)/dipstick.pch" /Yc"stdafx.h" /Fo"$(INTDIR)/"\
/c $(SOURCE) \
@@ -809,20 +755,12 @@ BuildCmds= \
"$(INTDIR)\dipstick.pch" : $(SOURCE) $(DEP_CPP_STDAF) "$(INTDIR)"
$(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"\
/D "_AFXDLL" /D "_MBCS" /Fp"$(INTDIR)/dipstick.pch" /Yc"stdafx.h"\
/Fo"$(INTDIR)/" /Fd"$(INTDIR)/" /c $(SOURCE) \
@@ -833,20 +771,12 @@ BuildCmds= \
"$(INTDIR)\dipstick.pch" : $(SOURCE) $(DEP_CPP_STDAF) "$(INTDIR)"
$(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= \
$(CPP) /nologo /MT /W3 /GX /O1 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS"\
/Fp"$(INTDIR)/dipstick.pch" /Yc"stdafx.h" /Fo"$(INTDIR)/" /c $(SOURCE) \
@@ -868,16 +798,16 @@ SOURCE=.\dipstick.rc
!IF "$(CFG)" == "Dipstick - Win32 Release"
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"\
@@ -885,41 +815,41 @@ DEP_RSC_DIPSTIC=\
$(RSC) $(RSC_PROJ) $(SOURCE)
!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)
!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)
@@ -927,242 +857,158 @@ DEP_RSC_DIPSTIC=\
# End Source File
################################################################################
# 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"\
".\shared-code\ms_icmp.h"\
".\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"
!ENDIF
# End Source File
################################################################################
# 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"
!ENDIF
# End Source File
################################################################################
# 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"
!ENDIF
# End Source File
################################################################################
# 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"\
".\shared-code\ms_icmp.h"\
".\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"
!ENDIF
@@ -1176,13 +1022,13 @@ SOURCE=.\Help\DipStick.hpj
!IF "$(CFG)" == "Dipstick - Win32 Release"
# 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_ \
compress $(OutDir)\$(TargetName).cnt $(OutDir)\$(TargetName).cn_ \
@@ -1203,13 +1049,13 @@ BuildCmds= \
!ELSEIF "$(CFG)" == "Dipstick - Win32 Debug"
# 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_ \
compress $(OutDir)\$(TargetName).cnt $(OutDir)\$(TargetName).cn_ \
@@ -1230,13 +1076,13 @@ BuildCmds= \
!ELSEIF "$(CFG)" == "Dipstick - Win32 Release Static"
# 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_ \
compress $(OutDir)\$(TargetName).cnt $(OutDir)\$(TargetName).cn_ \
@@ -1258,118 +1104,78 @@ BuildCmds= \
# End Source File
################################################################################
# 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"
!ENDIF
# End Source File
################################################################################
# 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"\
".\shared-code\ms_icmp.h"\
".\shared-code\RegEx.h"\
".\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"
!ENDIF
@@ -1396,173 +1202,121 @@ SOURCE=.\Help\Dipstick.cnt
# End Source File
################################################################################
# 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"\
".\shared-code\ms_icmp.h"\
".\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"
!ENDIF
# End Source File
################################################################################
# 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"
!ENDIF
# End Source File
################################################################################
# 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"
$(CPP) /nologo /MD /W3 /GX /O1 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D\
"_AFXDLL" /D "_MBCS" /Fp"$(INTDIR)/dipstick.pch" /Yu"../stdafx.h"\
/Fo"$(INTDIR)/" /c $(SOURCE)
!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"
$(CPP) /nologo /MDd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS"\
/D "_AFXDLL" /D "_MBCS" /Fp"$(INTDIR)/dipstick.pch" /Yu"../stdafx.h"\
/Fo"$(INTDIR)/" /Fd"$(INTDIR)/" /c $(SOURCE)
!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"
$(CPP) /nologo /MT /W3 /GX /O1 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D\
"_MBCS" /Fp"$(INTDIR)/dipstick.pch" /Yu"../stdafx.h" /Fo"$(INTDIR)/" /c\
@@ -1573,61 +1327,45 @@ DEP_CPP_REGEX=\
# End Source File
################################################################################
# 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"
$(CPP) /nologo /MD /W3 /GX /O1 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D\
"_AFXDLL" /D "_MBCS" /Fp"$(INTDIR)/dipstick.pch" /Yu"../stdafx.h"\
/Fo"$(INTDIR)/" /c $(SOURCE)
!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"
$(CPP) /nologo /MDd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS"\
/D "_AFXDLL" /D "_MBCS" /Fp"$(INTDIR)/dipstick.pch" /Yu"../stdafx.h"\
/Fo"$(INTDIR)/" /Fd"$(INTDIR)/" /c $(SOURCE)
!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"
$(CPP) /nologo /MT /W3 /GX /O1 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D\
"_MBCS" /Fp"$(INTDIR)/dipstick.pch" /Yu"../stdafx.h" /Fo"$(INTDIR)/" /c\