summaryrefslogtreecommitdiffabout
Side-by-side diff
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
@@ -1,92 +1,92 @@
# Microsoft Developer Studio Generated NMAKE File, Format Version 4.20
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Application" 0x0101
!IF "$(CFG)" == ""
CFG=Install - Win32 Canned
!MESSAGE No configuration specified. Defaulting to Install - Win32 Canned.
!ENDIF
!IF "$(CFG)" != "Dipstick - Win32 Release" && "$(CFG)" !=\
"Dipstick - Win32 Debug" && "$(CFG)" != "Dipstick - Win32 Release Static" &&\
"$(CFG)" != "Install - Win32 Debug" && "$(CFG)" != "Install - Win32 Pure" &&\
"$(CFG)" != "Install - Win32 Static" && "$(CFG)" != "Install - Win32 Canned"
!MESSAGE Invalid configuration "$(CFG)" specified.
!MESSAGE You can specify a configuration when running NMAKE on this makefile
!MESSAGE by defining the macro CFG on the command line. For example:
!MESSAGE
!MESSAGE NMAKE /f "dipstick.mak" CFG="Install - Win32 Canned"
!MESSAGE
!MESSAGE Possible choices for configuration are:
!MESSAGE
!MESSAGE "Dipstick - Win32 Release" (based on "Win32 (x86) Application")
!MESSAGE "Dipstick - Win32 Debug" (based on "Win32 (x86) Application")
!MESSAGE "Dipstick - Win32 Release Static" (based on "Win32 (x86) Application")
!MESSAGE "Install - Win32 Debug" (based on "Win32 (x86) Application")
!MESSAGE "Install - Win32 Pure" (based on "Win32 (x86) Application")
!MESSAGE "Install - Win32 Static" (based on "Win32 (x86) Application")
!MESSAGE "Install - Win32 Canned" (based on "Win32 (x86) Application")
!MESSAGE
!ERROR An invalid configuration is specified.
!ENDIF
!IF "$(OS)" == "Windows_NT"
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"
# PROP BASE Intermediate_Dir "Release"
# PROP BASE Target_Dir ""
# PROP Use_MFC 6
# PROP Use_Debug_Libraries 0
# PROP Output_Dir "Release"
# PROP Intermediate_Dir "Release"
# PROP Target_Dir ""
OUTDIR=.\Release
INTDIR=.\Release
# Begin Custom Macros
OutDir=.\Release
TargetName=dipstick
# End Custom Macros
ALL : "$(OUTDIR)\dipstick.exe" "$(OUTDIR)\dipstick.ex_"\
"$(OUTDIR)\dipstick.hlp" "$(OUTDIR)\dipstick.cnt" "$(OUTDIR)\dipstick.hl_"\
"$(OUTDIR)\dipstick.cn_"
CLEAN :
-@erase "$(INTDIR)\AutoBestDlg.obj"
-@erase "$(INTDIR)\CrackURL.obj"
-@erase "$(INTDIR)\dipstick.cn_"
-@erase "$(INTDIR)\dipstick.cnt"
-@erase "$(INTDIR)\dipstick.hl_"
-@erase "$(INTDIR)\dipstick.hlp"
-@erase "$(INTDIR)\Dipstick.obj"
-@erase "$(INTDIR)\dipstick.pch"
-@erase "$(INTDIR)\dipstick.res"
-@erase "$(INTDIR)\DipstickDlg.obj"
-@erase "$(INTDIR)\DragPad.obj"
-@erase "$(INTDIR)\HostNameDlg.obj"
-@erase "$(INTDIR)\HostProperties.obj"
-@erase "$(INTDIR)\kICMP.obj"
-@erase "$(INTDIR)\OptionsDlg.obj"
-@erase "$(INTDIR)\RegEx.obj"
-@erase "$(INTDIR)\SelectURLsDlg.obj"
-@erase "$(INTDIR)\StdAfx.obj"
-@erase "$(INTDIR)\URLSource.obj"
-@erase "$(OUTDIR)\dipstick.ex_"
-@erase "$(OUTDIR)\dipstick.exe"
"$(OUTDIR)" :
@@ -601,1075 +601,813 @@ LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib\
LINK32_OBJS= \
"$(INTDIR)\install.obj" \
"$(INTDIR)\Install.res"
"$(OUTDIR)\Install.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
$(LINK32) @<<
$(LINK32_FLAGS) $(LINK32_OBJS)
<<
!ENDIF
.c{$(CPP_OBJS)}.obj:
$(CPP) $(CPP_PROJ) $<
.cpp{$(CPP_OBJS)}.obj:
$(CPP) $(CPP_PROJ) $<
.cxx{$(CPP_OBJS)}.obj:
$(CPP) $(CPP_PROJ) $<
.c{$(CPP_SBRS)}.sbr:
$(CPP) $(CPP_PROJ) $<
.cpp{$(CPP_SBRS)}.sbr:
$(CPP) $(CPP_PROJ) $<
.cxx{$(CPP_SBRS)}.sbr:
$(CPP) $(CPP_PROJ) $<
################################################################################
# Begin Target
# Name "Dipstick - Win32 Release"
# Name "Dipstick - Win32 Debug"
# Name "Dipstick - Win32 Release Static"
!IF "$(CFG)" == "Dipstick - Win32 Release"
!ELSEIF "$(CFG)" == "Dipstick - Win32 Debug"
!ELSEIF "$(CFG)" == "Dipstick - Win32 Release Static"
!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"\
".\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)\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) \
"$(INTDIR)\StdAfx.obj" : $(SOURCE) $(DEP_CPP_STDAF) "$(INTDIR)"
$(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) \
"$(INTDIR)\StdAfx.obj" : $(SOURCE) $(DEP_CPP_STDAF) "$(INTDIR)"
$(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) \
"$(INTDIR)\StdAfx.obj" : $(SOURCE) $(DEP_CPP_STDAF) "$(INTDIR)"
$(BuildCmds)
"$(INTDIR)\dipstick.pch" : $(SOURCE) $(DEP_CPP_STDAF) "$(INTDIR)"
$(BuildCmds)
!ENDIF
# End Source File
################################################################################
# Begin Source File
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"\
"$(INTDIR)\dipstick.res" : $(SOURCE) $(DEP_RSC_DIPSTIC) "$(INTDIR)"
$(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)
!ENDIF
# 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
# End Source File
################################################################################
# Begin Source File
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_ \
"$(OutDir)\$(TargetName).hlp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
"$(OutDir)\$(TargetName).cnt" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
"$(OutDir)\$(TargetName).hl_" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
"$(OutDir)\$(TargetName).cn_" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
# End Custom Build
!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_ \
"$(OutDir)\$(TargetName).hlp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
"$(OutDir)\$(TargetName).cnt" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
"$(OutDir)\$(TargetName).hl_" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
"$(OutDir)\$(TargetName).cn_" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
# End Custom Build
!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_ \
"$(OutDir)\$(TargetName).hlp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
"$(OutDir)\$(TargetName).cnt" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
"$(OutDir)\$(TargetName).hl_" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
"$(OutDir)\$(TargetName).cn_" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
# End Custom Build
!ENDIF
# 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
# End Source File
################################################################################
# Begin Source File
SOURCE=.\Help\Dipstick.cnt
!IF "$(CFG)" == "Dipstick - Win32 Release"
# PROP Exclude_From_Build 1
!ELSEIF "$(CFG)" == "Dipstick - Win32 Debug"
# PROP Exclude_From_Build 1
!ELSEIF "$(CFG)" == "Dipstick - Win32 Release Static"
# PROP Exclude_From_Build 1
!ENDIF
# 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\
$(SOURCE)
!ENDIF
# 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\
$(SOURCE)
!ENDIF
# End Source File
# End Target
################################################################################
# Begin Target
# Name "Install - Win32 Debug"
# Name "Install - Win32 Pure"
# Name "Install - Win32 Static"
# Name "Install - Win32 Canned"
!IF "$(CFG)" == "Install - Win32 Debug"
!ELSEIF "$(CFG)" == "Install - Win32 Pure"
!ELSEIF "$(CFG)" == "Install - Win32 Static"
!ELSEIF "$(CFG)" == "Install - Win32 Canned"
!ENDIF
################################################################################
# Begin Source File
SOURCE=.\Install\Install.rc
DEP_RSC_INSTA=\
".\Install\Custom.rch"\
".\shared-data\install-icon.ico"\
!IF "$(CFG)" == "Install - Win32 Debug"
"$(INTDIR)\Install.res" : $(SOURCE) $(DEP_RSC_INSTA) "$(INTDIR)"
$(RSC) /l 0x409 /fo"$(INTDIR)/Install.res" /i "Install" /d "_DEBUG"\
$(SOURCE)