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) (unidiff)
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=
36!ELSE 36!ELSE
37NULL=nul 37NULL=nul
38!ENDIF 38!ENDIF
39################################################################################ 39################################################################################
40# Begin Project 40# Begin Project
41# PROP Target_Last_Scanned "Dipstick - Win32 Release" 41# PROP Target_Last_Scanned "Dipstick - Win32 Release"
42CPP=cl.exe
42RSC=rc.exe 43RSC=rc.exe
43MTL=mktyplib.exe 44MTL=mktyplib.exe
44CPP=cl.exe
45 45
46!IF "$(CFG)" == "Dipstick - Win32 Release" 46!IF "$(CFG)" == "Dipstick - Win32 Release"
47 47
48# PROP BASE Use_MFC 6 48# PROP BASE Use_MFC 6
49# PROP BASE Use_Debug_Libraries 0 49# PROP BASE Use_Debug_Libraries 0
50# PROP BASE Output_Dir "Release" 50# PROP BASE Output_Dir "Release"
@@ -643,78 +643,55 @@ LINK32_OBJS= \
643!ENDIF 643!ENDIF
644 644
645################################################################################ 645################################################################################
646# Begin Source File 646# Begin Source File
647 647
648SOURCE=.\Dipstick.cpp 648SOURCE=.\Dipstick.cpp
649
650!IF "$(CFG)" == "Dipstick - Win32 Release"
651
652DEP_CPP_DIPST=\ 649DEP_CPP_DIPST=\
653 ".\CrackURL.h"\ 650 ".\CrackURL.h"\
654 ".\Dipstick.h"\ 651 ".\dipstick.h"\
655 ".\DipstickDlg.h"\ 652 ".\DipstickDlg.h"\
656 ".\shared-code\ip_icmp.h"\ 653 ".\shared-code\ip_icmp.h"\
657 ".\shared-code\kICMP.h"\ 654 ".\shared-code\kICMP.h"\
658 ".\shared-code\ms_icmp.h"\ 655 ".\shared-code\ms_icmp.h"\
659 ".\shared-code\RegEx.h"\ 656 ".\shared-code\RegEx.h"\
660 ".\stdafx.h"\ 657 ".\stdafx.h"\
661 658
662 659
660!IF "$(CFG)" == "Dipstick - Win32 Release"
661
662
663"$(INTDIR)\Dipstick.obj" : $(SOURCE) $(DEP_CPP_DIPST) "$(INTDIR)"\ 663"$(INTDIR)\Dipstick.obj" : $(SOURCE) $(DEP_CPP_DIPST) "$(INTDIR)"\
664 "$(INTDIR)\dipstick.pch" 664 "$(INTDIR)\dipstick.pch"
665 665
666 666
667!ELSEIF "$(CFG)" == "Dipstick - Win32 Debug" 667!ELSEIF "$(CFG)" == "Dipstick - Win32 Debug"
668 668
669DEP_CPP_DIPST=\
670 ".\CrackURL.h"\
671 ".\Dipstick.h"\
672 ".\DipstickDlg.h"\
673 ".\shared-code\ip_icmp.h"\
674 ".\shared-code\kICMP.h"\
675 ".\shared-code\ms_icmp.h"\
676 ".\shared-code\RegEx.h"\
677 ".\stdafx.h"\
678
679 669
680"$(INTDIR)\Dipstick.obj" : $(SOURCE) $(DEP_CPP_DIPST) "$(INTDIR)"\ 670"$(INTDIR)\Dipstick.obj" : $(SOURCE) $(DEP_CPP_DIPST) "$(INTDIR)"\
681 "$(INTDIR)\dipstick.pch" 671 "$(INTDIR)\dipstick.pch"
682 672
683 673
684!ELSEIF "$(CFG)" == "Dipstick - Win32 Release Static" 674!ELSEIF "$(CFG)" == "Dipstick - Win32 Release Static"
685 675
686DEP_CPP_DIPST=\
687 ".\CrackURL.h"\
688 ".\Dipstick.h"\
689 ".\DipstickDlg.h"\
690 ".\shared-code\ip_icmp.h"\
691 ".\shared-code\kICMP.h"\
692 ".\shared-code\ms_icmp.h"\
693 ".\shared-code\RegEx.h"\
694 ".\stdafx.h"\
695
696 676
697"$(INTDIR)\Dipstick.obj" : $(SOURCE) $(DEP_CPP_DIPST) "$(INTDIR)"\ 677"$(INTDIR)\Dipstick.obj" : $(SOURCE) $(DEP_CPP_DIPST) "$(INTDIR)"\
698 "$(INTDIR)\dipstick.pch" 678 "$(INTDIR)\dipstick.pch"
699 679
700 680
701!ENDIF 681!ENDIF
702 682
703# End Source File 683# End Source File
704################################################################################ 684################################################################################
705# Begin Source File 685# Begin Source File
706 686
707SOURCE=.\DipstickDlg.cpp 687SOURCE=.\DipstickDlg.cpp
708
709!IF "$(CFG)" == "Dipstick - Win32 Release"
710
711DEP_CPP_DIPSTI=\ 688DEP_CPP_DIPSTI=\
712 ".\AutoBestDlg.h"\ 689 ".\AutoBestDlg.h"\
713 ".\CrackURL.h"\ 690 ".\CrackURL.h"\
714 ".\Dipstick.h"\ 691 ".\dipstick.h"\
715 ".\DipstickDlg.h"\ 692 ".\DipstickDlg.h"\
716 ".\DragPad.h"\ 693 ".\DragPad.h"\
717 ".\HostNameDlg.h"\ 694 ".\HostNameDlg.h"\
718 ".\HostProperties.h"\ 695 ".\HostProperties.h"\
719 ".\OptionsDlg.h"\ 696 ".\OptionsDlg.h"\
720 ".\SelectURLsDlg.h"\ 697 ".\SelectURLsDlg.h"\
@@ -723,82 +700,51 @@ DEP_CPP_DIPSTI=\
723 ".\shared-code\ms_icmp.h"\ 700 ".\shared-code\ms_icmp.h"\
724 ".\shared-code\RegEx.h"\ 701 ".\shared-code\RegEx.h"\
725 ".\stdafx.h"\ 702 ".\stdafx.h"\
726 ".\URLSource.h"\ 703 ".\URLSource.h"\
727 704
728 705
706!IF "$(CFG)" == "Dipstick - Win32 Release"
707
708
729"$(INTDIR)\DipstickDlg.obj" : $(SOURCE) $(DEP_CPP_DIPSTI) "$(INTDIR)"\ 709"$(INTDIR)\DipstickDlg.obj" : $(SOURCE) $(DEP_CPP_DIPSTI) "$(INTDIR)"\
730 "$(INTDIR)\dipstick.pch" 710 "$(INTDIR)\dipstick.pch"
731 711
732 712
733!ELSEIF "$(CFG)" == "Dipstick - Win32 Debug" 713!ELSEIF "$(CFG)" == "Dipstick - Win32 Debug"
734 714
735DEP_CPP_DIPSTI=\
736 ".\AutoBestDlg.h"\
737 ".\CrackURL.h"\
738 ".\Dipstick.h"\
739 ".\DipstickDlg.h"\
740 ".\DragPad.h"\
741 ".\HostNameDlg.h"\
742 ".\HostProperties.h"\
743 ".\OptionsDlg.h"\
744 ".\SelectURLsDlg.h"\
745 ".\shared-code\ip_icmp.h"\
746 ".\shared-code\kICMP.h"\
747 ".\shared-code\ms_icmp.h"\
748 ".\shared-code\RegEx.h"\
749 ".\stdafx.h"\
750 ".\URLSource.h"\
751
752 715
753"$(INTDIR)\DipstickDlg.obj" : $(SOURCE) $(DEP_CPP_DIPSTI) "$(INTDIR)"\ 716"$(INTDIR)\DipstickDlg.obj" : $(SOURCE) $(DEP_CPP_DIPSTI) "$(INTDIR)"\
754 "$(INTDIR)\dipstick.pch" 717 "$(INTDIR)\dipstick.pch"
755 718
756 719
757!ELSEIF "$(CFG)" == "Dipstick - Win32 Release Static" 720!ELSEIF "$(CFG)" == "Dipstick - Win32 Release Static"
758 721
759DEP_CPP_DIPSTI=\
760 ".\AutoBestDlg.h"\
761 ".\CrackURL.h"\
762 ".\Dipstick.h"\
763 ".\DipstickDlg.h"\
764 ".\DragPad.h"\
765 ".\HostNameDlg.h"\
766 ".\HostProperties.h"\
767 ".\OptionsDlg.h"\
768 ".\SelectURLsDlg.h"\
769 ".\shared-code\ip_icmp.h"\
770 ".\shared-code\kICMP.h"\
771 ".\shared-code\ms_icmp.h"\
772 ".\shared-code\RegEx.h"\
773 ".\stdafx.h"\
774 ".\URLSource.h"\
775
776 722
777"$(INTDIR)\DipstickDlg.obj" : $(SOURCE) $(DEP_CPP_DIPSTI) "$(INTDIR)"\ 723"$(INTDIR)\DipstickDlg.obj" : $(SOURCE) $(DEP_CPP_DIPSTI) "$(INTDIR)"\
778 "$(INTDIR)\dipstick.pch" 724 "$(INTDIR)\dipstick.pch"
779 725
780 726
781!ENDIF 727!ENDIF
782 728
783# End Source File 729# End Source File
784################################################################################ 730################################################################################
785# Begin Source File 731# Begin Source File
786 732
787SOURCE=.\StdAfx.cpp 733SOURCE=.\StdAfx.cpp
788
789!IF "$(CFG)" == "Dipstick - Win32 Release"
790
791DEP_CPP_STDAF=\ 734DEP_CPP_STDAF=\
792 ".\CrackURL.h"\ 735 ".\CrackURL.h"\
793 ".\shared-code\ip_icmp.h"\ 736 ".\shared-code\ip_icmp.h"\
794 ".\shared-code\kICMP.h"\ 737 ".\shared-code\kICMP.h"\
795 ".\shared-code\ms_icmp.h"\ 738 ".\shared-code\ms_icmp.h"\
796 ".\shared-code\RegEx.h"\ 739 ".\shared-code\RegEx.h"\
797 ".\stdafx.h"\ 740 ".\stdafx.h"\
798 741
742
743!IF "$(CFG)" == "Dipstick - Win32 Release"
744
799# ADD CPP /Yc"stdafx.h" 745# ADD CPP /Yc"stdafx.h"
800 746
801BuildCmds= \ 747BuildCmds= \
802 $(CPP) /nologo /MD /W3 /GX /O1 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D\ 748 $(CPP) /nologo /MD /W3 /GX /O1 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D\
803 "_AFXDLL" /D "_MBCS" /Fp"$(INTDIR)/dipstick.pch" /Yc"stdafx.h" /Fo"$(INTDIR)/"\ 749 "_AFXDLL" /D "_MBCS" /Fp"$(INTDIR)/dipstick.pch" /Yc"stdafx.h" /Fo"$(INTDIR)/"\
804 /c $(SOURCE) \ 750 /c $(SOURCE) \
@@ -809,20 +755,12 @@ BuildCmds= \
809 755
810"$(INTDIR)\dipstick.pch" : $(SOURCE) $(DEP_CPP_STDAF) "$(INTDIR)" 756"$(INTDIR)\dipstick.pch" : $(SOURCE) $(DEP_CPP_STDAF) "$(INTDIR)"
811 $(BuildCmds) 757 $(BuildCmds)
812 758
813!ELSEIF "$(CFG)" == "Dipstick - Win32 Debug" 759!ELSEIF "$(CFG)" == "Dipstick - Win32 Debug"
814 760
815DEP_CPP_STDAF=\
816 ".\CrackURL.h"\
817 ".\shared-code\ip_icmp.h"\
818 ".\shared-code\kICMP.h"\
819 ".\shared-code\ms_icmp.h"\
820 ".\shared-code\RegEx.h"\
821 ".\stdafx.h"\
822
823# ADD CPP /Yc"stdafx.h" 761# ADD CPP /Yc"stdafx.h"
824 762
825BuildCmds= \ 763BuildCmds= \
826 $(CPP) /nologo /MDd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS"\ 764 $(CPP) /nologo /MDd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS"\
827 /D "_AFXDLL" /D "_MBCS" /Fp"$(INTDIR)/dipstick.pch" /Yc"stdafx.h"\ 765 /D "_AFXDLL" /D "_MBCS" /Fp"$(INTDIR)/dipstick.pch" /Yc"stdafx.h"\
828 /Fo"$(INTDIR)/" /Fd"$(INTDIR)/" /c $(SOURCE) \ 766 /Fo"$(INTDIR)/" /Fd"$(INTDIR)/" /c $(SOURCE) \
@@ -833,20 +771,12 @@ BuildCmds= \
833 771
834"$(INTDIR)\dipstick.pch" : $(SOURCE) $(DEP_CPP_STDAF) "$(INTDIR)" 772"$(INTDIR)\dipstick.pch" : $(SOURCE) $(DEP_CPP_STDAF) "$(INTDIR)"
835 $(BuildCmds) 773 $(BuildCmds)
836 774
837!ELSEIF "$(CFG)" == "Dipstick - Win32 Release Static" 775!ELSEIF "$(CFG)" == "Dipstick - Win32 Release Static"
838 776
839DEP_CPP_STDAF=\
840 ".\CrackURL.h"\
841 ".\shared-code\ip_icmp.h"\
842 ".\shared-code\kICMP.h"\
843 ".\shared-code\ms_icmp.h"\
844 ".\shared-code\RegEx.h"\
845 ".\stdafx.h"\
846
847# ADD BASE CPP /Yc"stdafx.h" 777# ADD BASE CPP /Yc"stdafx.h"
848# ADD CPP /Yc"stdafx.h" 778# ADD CPP /Yc"stdafx.h"
849 779
850BuildCmds= \ 780BuildCmds= \
851 $(CPP) /nologo /MT /W3 /GX /O1 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS"\ 781 $(CPP) /nologo /MT /W3 /GX /O1 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS"\
852 /Fp"$(INTDIR)/dipstick.pch" /Yc"stdafx.h" /Fo"$(INTDIR)/" /c $(SOURCE) \ 782 /Fp"$(INTDIR)/dipstick.pch" /Yc"stdafx.h" /Fo"$(INTDIR)/" /c $(SOURCE) \
@@ -868,16 +798,16 @@ SOURCE=.\dipstick.rc
868 798
869!IF "$(CFG)" == "Dipstick - Win32 Release" 799!IF "$(CFG)" == "Dipstick - Win32 Release"
870 800
871DEP_RSC_DIPSTIC=\ 801DEP_RSC_DIPSTIC=\
872 ".\res\best.wav"\ 802 ".\res\best.wav"\
873 ".\res\complete.ico"\ 803 ".\res\complete.ico"\
874 ".\res\Dipstick.ico"\ 804 ".\res\dipstick.ico"\
875 ".\res\dipstick.rc2"\ 805 ".\res\dipstick.rc2"\
876 ".\res\kdnd.avi"\ 806 ".\res\kdnd.avi"\
877 ".\res\Kdragurl.avi"\ 807 ".\res\kdragurl.avi"\
878 ".\res\pending.ico"\ 808 ".\res\pending.ico"\
879 ".\res\pinging.ico"\ 809 ".\res\pinging.ico"\
880 ".\res\unreach.ico"\ 810 ".\res\unreach.ico"\
881 ".\shared-data\klever-background.bmp"\ 811 ".\shared-data\klever-background.bmp"\
882 812
883 813
@@ -885,41 +815,41 @@ DEP_RSC_DIPSTIC=\
885 $(RSC) $(RSC_PROJ) $(SOURCE) 815 $(RSC) $(RSC_PROJ) $(SOURCE)
886 816
887 817
888!ELSEIF "$(CFG)" == "Dipstick - Win32 Debug" 818!ELSEIF "$(CFG)" == "Dipstick - Win32 Debug"
889 819
890DEP_RSC_DIPSTIC=\ 820DEP_RSC_DIPSTIC=\
891 ".\res\background.bmp"\
892 ".\res\best.wav"\ 821 ".\res\best.wav"\
893 ".\res\complete.ico"\ 822 ".\res\complete.ico"\
894 ".\res\Dipstick.ico"\ 823 ".\res\dipstick.ico"\
895 ".\res\dipstick.rc2"\ 824 ".\res\dipstick.rc2"\
896 ".\res\kdnd.avi"\ 825 ".\res\kdnd.avi"\
897 ".\res\Kdragurl.avi"\ 826 ".\res\kdragurl.avi"\
898 ".\res\pending.ico"\ 827 ".\res\pending.ico"\
899 ".\res\pinging.ico"\ 828 ".\res\pinging.ico"\
900 ".\res\unreach.ico"\ 829 ".\res\unreach.ico"\
830 ".\shared-data\klever-background.bmp"\
901 831
902 832
903"$(INTDIR)\dipstick.res" : $(SOURCE) $(DEP_RSC_DIPSTIC) "$(INTDIR)" 833"$(INTDIR)\dipstick.res" : $(SOURCE) $(DEP_RSC_DIPSTIC) "$(INTDIR)"
904 $(RSC) $(RSC_PROJ) $(SOURCE) 834 $(RSC) $(RSC_PROJ) $(SOURCE)
905 835
906 836
907!ELSEIF "$(CFG)" == "Dipstick - Win32 Release Static" 837!ELSEIF "$(CFG)" == "Dipstick - Win32 Release Static"
908 838
909DEP_RSC_DIPSTIC=\ 839DEP_RSC_DIPSTIC=\
910 ".\res\background.bmp"\
911 ".\res\best.wav"\ 840 ".\res\best.wav"\
912 ".\res\complete.ico"\ 841 ".\res\complete.ico"\
913 ".\res\Dipstick.ico"\ 842 ".\res\dipstick.ico"\
914 ".\res\dipstick.rc2"\ 843 ".\res\dipstick.rc2"\
915 ".\res\kdnd.avi"\ 844 ".\res\kdnd.avi"\
916 ".\res\Kdragurl.avi"\ 845 ".\res\kdragurl.avi"\
917 ".\res\pending.ico"\ 846 ".\res\pending.ico"\
918 ".\res\pinging.ico"\ 847 ".\res\pinging.ico"\
919 ".\res\unreach.ico"\ 848 ".\res\unreach.ico"\
849 ".\shared-data\klever-background.bmp"\
920 850
921 851
922"$(INTDIR)\dipstick.res" : $(SOURCE) $(DEP_RSC_DIPSTIC) "$(INTDIR)" 852"$(INTDIR)\dipstick.res" : $(SOURCE) $(DEP_RSC_DIPSTIC) "$(INTDIR)"
923 $(RSC) $(RSC_PROJ) $(SOURCE) 853 $(RSC) $(RSC_PROJ) $(SOURCE)
924 854
925 855
@@ -927,242 +857,158 @@ DEP_RSC_DIPSTIC=\
927 857
928# End Source File 858# End Source File
929################################################################################ 859################################################################################
930# Begin Source File 860# Begin Source File
931 861
932SOURCE=.\DragPad.cpp 862SOURCE=.\DragPad.cpp
933
934!IF "$(CFG)" == "Dipstick - Win32 Release"
935
936DEP_CPP_DRAGP=\ 863DEP_CPP_DRAGP=\
937 ".\CrackURL.h"\ 864 ".\CrackURL.h"\
938 ".\Dipstick.h"\ 865 ".\dipstick.h"\
939 ".\DipstickDlg.h"\ 866 ".\DipstickDlg.h"\
940 ".\DragPad.h"\ 867 ".\DragPad.h"\
941 ".\shared-code\ip_icmp.h"\ 868 ".\shared-code\ip_icmp.h"\
942 ".\shared-code\kICMP.h"\ 869 ".\shared-code\kICMP.h"\
943 ".\shared-code\ms_icmp.h"\ 870 ".\shared-code\ms_icmp.h"\
944 ".\shared-code\RegEx.h"\ 871 ".\shared-code\RegEx.h"\
945 ".\stdafx.h"\ 872 ".\stdafx.h"\
946 873
947 874
875!IF "$(CFG)" == "Dipstick - Win32 Release"
876
877
948"$(INTDIR)\DragPad.obj" : $(SOURCE) $(DEP_CPP_DRAGP) "$(INTDIR)"\ 878"$(INTDIR)\DragPad.obj" : $(SOURCE) $(DEP_CPP_DRAGP) "$(INTDIR)"\
949 "$(INTDIR)\dipstick.pch" 879 "$(INTDIR)\dipstick.pch"
950 880
951 881
952!ELSEIF "$(CFG)" == "Dipstick - Win32 Debug" 882!ELSEIF "$(CFG)" == "Dipstick - Win32 Debug"
953 883
954DEP_CPP_DRAGP=\
955 ".\CrackURL.h"\
956 ".\Dipstick.h"\
957 ".\DipstickDlg.h"\
958 ".\DragPad.h"\
959 ".\shared-code\ip_icmp.h"\
960 ".\shared-code\kICMP.h"\
961 ".\shared-code\ms_icmp.h"\
962 ".\shared-code\RegEx.h"\
963 ".\stdafx.h"\
964
965 884
966"$(INTDIR)\DragPad.obj" : $(SOURCE) $(DEP_CPP_DRAGP) "$(INTDIR)"\ 885"$(INTDIR)\DragPad.obj" : $(SOURCE) $(DEP_CPP_DRAGP) "$(INTDIR)"\
967 "$(INTDIR)\dipstick.pch" 886 "$(INTDIR)\dipstick.pch"
968 887
969 888
970!ELSEIF "$(CFG)" == "Dipstick - Win32 Release Static" 889!ELSEIF "$(CFG)" == "Dipstick - Win32 Release Static"
971 890
972DEP_CPP_DRAGP=\
973 ".\CrackURL.h"\
974 ".\Dipstick.h"\
975 ".\DipstickDlg.h"\
976 ".\DragPad.h"\
977 ".\shared-code\ip_icmp.h"\
978 ".\shared-code\kICMP.h"\
979 ".\shared-code\ms_icmp.h"\
980 ".\shared-code\RegEx.h"\
981 ".\stdafx.h"\
982
983 891
984"$(INTDIR)\DragPad.obj" : $(SOURCE) $(DEP_CPP_DRAGP) "$(INTDIR)"\ 892"$(INTDIR)\DragPad.obj" : $(SOURCE) $(DEP_CPP_DRAGP) "$(INTDIR)"\
985 "$(INTDIR)\dipstick.pch" 893 "$(INTDIR)\dipstick.pch"
986 894
987 895
988!ENDIF 896!ENDIF
989 897
990# End Source File 898# End Source File
991################################################################################ 899################################################################################
992# Begin Source File 900# Begin Source File
993 901
994SOURCE=.\OptionsDlg.cpp 902SOURCE=.\OptionsDlg.cpp
995
996!IF "$(CFG)" == "Dipstick - Win32 Release"
997
998DEP_CPP_OPTIO=\ 903DEP_CPP_OPTIO=\
999 ".\CrackURL.h"\ 904 ".\CrackURL.h"\
1000 ".\Dipstick.h"\ 905 ".\dipstick.h"\
1001 ".\OptionsDlg.h"\ 906 ".\OptionsDlg.h"\
1002 ".\shared-code\ip_icmp.h"\ 907 ".\shared-code\ip_icmp.h"\
1003 ".\shared-code\kICMP.h"\ 908 ".\shared-code\kICMP.h"\
1004 ".\shared-code\ms_icmp.h"\ 909 ".\shared-code\ms_icmp.h"\
1005 ".\shared-code\RegEx.h"\ 910 ".\shared-code\RegEx.h"\
1006 ".\stdafx.h"\ 911 ".\stdafx.h"\
1007 912
1008 913
914!IF "$(CFG)" == "Dipstick - Win32 Release"
915
916
1009"$(INTDIR)\OptionsDlg.obj" : $(SOURCE) $(DEP_CPP_OPTIO) "$(INTDIR)"\ 917"$(INTDIR)\OptionsDlg.obj" : $(SOURCE) $(DEP_CPP_OPTIO) "$(INTDIR)"\
1010 "$(INTDIR)\dipstick.pch" 918 "$(INTDIR)\dipstick.pch"
1011 919
1012 920
1013!ELSEIF "$(CFG)" == "Dipstick - Win32 Debug" 921!ELSEIF "$(CFG)" == "Dipstick - Win32 Debug"
1014 922
1015DEP_CPP_OPTIO=\
1016 ".\CrackURL.h"\
1017 ".\Dipstick.h"\
1018 ".\OptionsDlg.h"\
1019 ".\shared-code\ip_icmp.h"\
1020 ".\shared-code\kICMP.h"\
1021 ".\shared-code\ms_icmp.h"\
1022 ".\shared-code\RegEx.h"\
1023 ".\stdafx.h"\
1024
1025 923
1026"$(INTDIR)\OptionsDlg.obj" : $(SOURCE) $(DEP_CPP_OPTIO) "$(INTDIR)"\ 924"$(INTDIR)\OptionsDlg.obj" : $(SOURCE) $(DEP_CPP_OPTIO) "$(INTDIR)"\
1027 "$(INTDIR)\dipstick.pch" 925 "$(INTDIR)\dipstick.pch"
1028 926
1029 927
1030!ELSEIF "$(CFG)" == "Dipstick - Win32 Release Static" 928!ELSEIF "$(CFG)" == "Dipstick - Win32 Release Static"
1031 929
1032DEP_CPP_OPTIO=\
1033 ".\CrackURL.h"\
1034 ".\Dipstick.h"\
1035 ".\OptionsDlg.h"\
1036 ".\shared-code\ip_icmp.h"\
1037 ".\shared-code\kICMP.h"\
1038 ".\shared-code\ms_icmp.h"\
1039 ".\shared-code\RegEx.h"\
1040 ".\stdafx.h"\
1041
1042 930
1043"$(INTDIR)\OptionsDlg.obj" : $(SOURCE) $(DEP_CPP_OPTIO) "$(INTDIR)"\ 931"$(INTDIR)\OptionsDlg.obj" : $(SOURCE) $(DEP_CPP_OPTIO) "$(INTDIR)"\
1044 "$(INTDIR)\dipstick.pch" 932 "$(INTDIR)\dipstick.pch"
1045 933
1046 934
1047!ENDIF 935!ENDIF
1048 936
1049# End Source File 937# End Source File
1050################################################################################ 938################################################################################
1051# Begin Source File 939# Begin Source File
1052 940
1053SOURCE=.\HostNameDlg.cpp 941SOURCE=.\HostNameDlg.cpp
1054
1055!IF "$(CFG)" == "Dipstick - Win32 Release"
1056
1057DEP_CPP_HOSTN=\ 942DEP_CPP_HOSTN=\
1058 ".\CrackURL.h"\ 943 ".\CrackURL.h"\
1059 ".\Dipstick.h"\ 944 ".\dipstick.h"\
1060 ".\HostNameDlg.h"\ 945 ".\HostNameDlg.h"\
1061 ".\shared-code\ip_icmp.h"\ 946 ".\shared-code\ip_icmp.h"\
1062 ".\shared-code\kICMP.h"\ 947 ".\shared-code\kICMP.h"\
1063 ".\shared-code\ms_icmp.h"\ 948 ".\shared-code\ms_icmp.h"\
1064 ".\shared-code\RegEx.h"\ 949 ".\shared-code\RegEx.h"\
1065 ".\stdafx.h"\ 950 ".\stdafx.h"\
1066 951
1067 952
953!IF "$(CFG)" == "Dipstick - Win32 Release"
954
955
1068"$(INTDIR)\HostNameDlg.obj" : $(SOURCE) $(DEP_CPP_HOSTN) "$(INTDIR)"\ 956"$(INTDIR)\HostNameDlg.obj" : $(SOURCE) $(DEP_CPP_HOSTN) "$(INTDIR)"\
1069 "$(INTDIR)\dipstick.pch" 957 "$(INTDIR)\dipstick.pch"
1070 958
1071 959
1072!ELSEIF "$(CFG)" == "Dipstick - Win32 Debug" 960!ELSEIF "$(CFG)" == "Dipstick - Win32 Debug"
1073 961
1074DEP_CPP_HOSTN=\
1075 ".\CrackURL.h"\
1076 ".\Dipstick.h"\
1077 ".\HostNameDlg.h"\
1078 ".\shared-code\ip_icmp.h"\
1079 ".\shared-code\kICMP.h"\
1080 ".\shared-code\ms_icmp.h"\
1081 ".\shared-code\RegEx.h"\
1082 ".\stdafx.h"\
1083
1084 962
1085"$(INTDIR)\HostNameDlg.obj" : $(SOURCE) $(DEP_CPP_HOSTN) "$(INTDIR)"\ 963"$(INTDIR)\HostNameDlg.obj" : $(SOURCE) $(DEP_CPP_HOSTN) "$(INTDIR)"\
1086 "$(INTDIR)\dipstick.pch" 964 "$(INTDIR)\dipstick.pch"
1087 965
1088 966
1089!ELSEIF "$(CFG)" == "Dipstick - Win32 Release Static" 967!ELSEIF "$(CFG)" == "Dipstick - Win32 Release Static"
1090 968
1091DEP_CPP_HOSTN=\
1092 ".\CrackURL.h"\
1093 ".\Dipstick.h"\
1094 ".\HostNameDlg.h"\
1095 ".\shared-code\ip_icmp.h"\
1096 ".\shared-code\kICMP.h"\
1097 ".\shared-code\ms_icmp.h"\
1098 ".\shared-code\RegEx.h"\
1099 ".\stdafx.h"\
1100
1101 969
1102"$(INTDIR)\HostNameDlg.obj" : $(SOURCE) $(DEP_CPP_HOSTN) "$(INTDIR)"\ 970"$(INTDIR)\HostNameDlg.obj" : $(SOURCE) $(DEP_CPP_HOSTN) "$(INTDIR)"\
1103 "$(INTDIR)\dipstick.pch" 971 "$(INTDIR)\dipstick.pch"
1104 972
1105 973
1106!ENDIF 974!ENDIF
1107 975
1108# End Source File 976# End Source File
1109################################################################################ 977################################################################################
1110# Begin Source File 978# Begin Source File
1111 979
1112SOURCE=.\HostProperties.cpp 980SOURCE=.\HostProperties.cpp
1113
1114!IF "$(CFG)" == "Dipstick - Win32 Release"
1115
1116DEP_CPP_HOSTP=\ 981DEP_CPP_HOSTP=\
1117 ".\CrackURL.h"\ 982 ".\CrackURL.h"\
1118 ".\Dipstick.h"\ 983 ".\dipstick.h"\
1119 ".\DipstickDlg.h"\ 984 ".\DipstickDlg.h"\
1120 ".\HostProperties.h"\ 985 ".\HostProperties.h"\
1121 ".\shared-code\ip_icmp.h"\ 986 ".\shared-code\ip_icmp.h"\
1122 ".\shared-code\kICMP.h"\ 987 ".\shared-code\kICMP.h"\
1123 ".\shared-code\ms_icmp.h"\ 988 ".\shared-code\ms_icmp.h"\
1124 ".\shared-code\RegEx.h"\ 989 ".\shared-code\RegEx.h"\
1125 ".\stdafx.h"\ 990 ".\stdafx.h"\
1126 991
1127 992
993!IF "$(CFG)" == "Dipstick - Win32 Release"
994
995
1128"$(INTDIR)\HostProperties.obj" : $(SOURCE) $(DEP_CPP_HOSTP) "$(INTDIR)"\ 996"$(INTDIR)\HostProperties.obj" : $(SOURCE) $(DEP_CPP_HOSTP) "$(INTDIR)"\
1129 "$(INTDIR)\dipstick.pch" 997 "$(INTDIR)\dipstick.pch"
1130 998
1131 999
1132!ELSEIF "$(CFG)" == "Dipstick - Win32 Debug" 1000!ELSEIF "$(CFG)" == "Dipstick - Win32 Debug"
1133 1001
1134DEP_CPP_HOSTP=\
1135 ".\CrackURL.h"\
1136 ".\Dipstick.h"\
1137 ".\DipstickDlg.h"\
1138 ".\HostProperties.h"\
1139 ".\shared-code\ip_icmp.h"\
1140 ".\shared-code\kICMP.h"\
1141 ".\shared-code\ms_icmp.h"\
1142 ".\shared-code\RegEx.h"\
1143 ".\stdafx.h"\
1144
1145 1002
1146"$(INTDIR)\HostProperties.obj" : $(SOURCE) $(DEP_CPP_HOSTP) "$(INTDIR)"\ 1003"$(INTDIR)\HostProperties.obj" : $(SOURCE) $(DEP_CPP_HOSTP) "$(INTDIR)"\
1147 "$(INTDIR)\dipstick.pch" 1004 "$(INTDIR)\dipstick.pch"
1148 1005
1149 1006
1150!ELSEIF "$(CFG)" == "Dipstick - Win32 Release Static" 1007!ELSEIF "$(CFG)" == "Dipstick - Win32 Release Static"
1151 1008
1152DEP_CPP_HOSTP=\
1153 ".\CrackURL.h"\
1154 ".\Dipstick.h"\
1155 ".\DipstickDlg.h"\
1156 ".\HostProperties.h"\
1157 ".\shared-code\ip_icmp.h"\
1158 ".\shared-code\kICMP.h"\
1159 ".\shared-code\ms_icmp.h"\
1160 ".\shared-code\RegEx.h"\
1161 ".\stdafx.h"\
1162
1163 1009
1164"$(INTDIR)\HostProperties.obj" : $(SOURCE) $(DEP_CPP_HOSTP) "$(INTDIR)"\ 1010"$(INTDIR)\HostProperties.obj" : $(SOURCE) $(DEP_CPP_HOSTP) "$(INTDIR)"\
1165 "$(INTDIR)\dipstick.pch" 1011 "$(INTDIR)\dipstick.pch"
1166 1012
1167 1013
1168!ENDIF 1014!ENDIF
@@ -1176,13 +1022,13 @@ SOURCE=.\Help\DipStick.hpj
1176!IF "$(CFG)" == "Dipstick - Win32 Release" 1022!IF "$(CFG)" == "Dipstick - Win32 Release"
1177 1023
1178# Begin Custom Build - Making help file... 1024# Begin Custom Build - Making help file...
1179OutDir=.\Release 1025OutDir=.\Release
1180ProjDir=. 1026ProjDir=.
1181TargetName=dipstick 1027TargetName=dipstick
1182InputPath=.\help\dipstick.hpj 1028InputPath=.\Help\DipStick.hpj
1183 1029
1184BuildCmds= \ 1030BuildCmds= \
1185 "$(ProjDir)\makehelp.bat" \ 1031 "$(ProjDir)\makehelp.bat" \
1186 compress $(OutDir)\$(TargetName).hlp $(OutDir)\$(TargetName).hl_ \ 1032 compress $(OutDir)\$(TargetName).hlp $(OutDir)\$(TargetName).hl_ \
1187 compress $(OutDir)\$(TargetName).cnt $(OutDir)\$(TargetName).cn_ \ 1033 compress $(OutDir)\$(TargetName).cnt $(OutDir)\$(TargetName).cn_ \
1188 1034
@@ -1203,13 +1049,13 @@ BuildCmds= \
1203!ELSEIF "$(CFG)" == "Dipstick - Win32 Debug" 1049!ELSEIF "$(CFG)" == "Dipstick - Win32 Debug"
1204 1050
1205# Begin Custom Build - Making help file... 1051# Begin Custom Build - Making help file...
1206OutDir=.\Debug 1052OutDir=.\Debug
1207ProjDir=. 1053ProjDir=.
1208TargetName=dipstick 1054TargetName=dipstick
1209InputPath=.\help\dipstick.hpj 1055InputPath=.\Help\DipStick.hpj
1210 1056
1211BuildCmds= \ 1057BuildCmds= \
1212 "$(ProjDir)\makehelp.bat" \ 1058 "$(ProjDir)\makehelp.bat" \
1213 compress $(OutDir)\$(TargetName).hlp $(OutDir)\$(TargetName).hl_ \ 1059 compress $(OutDir)\$(TargetName).hlp $(OutDir)\$(TargetName).hl_ \
1214 compress $(OutDir)\$(TargetName).cnt $(OutDir)\$(TargetName).cn_ \ 1060 compress $(OutDir)\$(TargetName).cnt $(OutDir)\$(TargetName).cn_ \
1215 1061
@@ -1230,13 +1076,13 @@ BuildCmds= \
1230!ELSEIF "$(CFG)" == "Dipstick - Win32 Release Static" 1076!ELSEIF "$(CFG)" == "Dipstick - Win32 Release Static"
1231 1077
1232# Begin Custom Build - Making help file... 1078# Begin Custom Build - Making help file...
1233OutDir=.\Releast 1079OutDir=.\Releast
1234ProjDir=. 1080ProjDir=.
1235TargetName=dipstick 1081TargetName=dipstick
1236InputPath=.\help\dipstick.hpj 1082InputPath=.\Help\DipStick.hpj
1237 1083
1238BuildCmds= \ 1084BuildCmds= \
1239 "$(ProjDir)\makehelp.bat" \ 1085 "$(ProjDir)\makehelp.bat" \
1240 compress $(OutDir)\$(TargetName).hlp $(OutDir)\$(TargetName).hl_ \ 1086 compress $(OutDir)\$(TargetName).hlp $(OutDir)\$(TargetName).hl_ \
1241 compress $(OutDir)\$(TargetName).cnt $(OutDir)\$(TargetName).cn_ \ 1087 compress $(OutDir)\$(TargetName).cnt $(OutDir)\$(TargetName).cn_ \
1242 1088
@@ -1258,118 +1104,78 @@ BuildCmds= \
1258 1104
1259# End Source File 1105# End Source File
1260################################################################################ 1106################################################################################
1261# Begin Source File 1107# Begin Source File
1262 1108
1263SOURCE=.\AutoBestDlg.cpp 1109SOURCE=.\AutoBestDlg.cpp
1264
1265!IF "$(CFG)" == "Dipstick - Win32 Release"
1266
1267DEP_CPP_AUTOB=\ 1110DEP_CPP_AUTOB=\
1268 ".\AutoBestDlg.h"\ 1111 ".\AutoBestDlg.h"\
1269 ".\CrackURL.h"\ 1112 ".\CrackURL.h"\
1270 ".\Dipstick.h"\ 1113 ".\dipstick.h"\
1271 ".\shared-code\ip_icmp.h"\ 1114 ".\shared-code\ip_icmp.h"\
1272 ".\shared-code\kICMP.h"\ 1115 ".\shared-code\kICMP.h"\
1273 ".\shared-code\ms_icmp.h"\ 1116 ".\shared-code\ms_icmp.h"\
1274 ".\shared-code\RegEx.h"\ 1117 ".\shared-code\RegEx.h"\
1275 ".\stdafx.h"\ 1118 ".\stdafx.h"\
1276 ".\URLSource.h"\ 1119 ".\URLSource.h"\
1277 1120
1278 1121
1122!IF "$(CFG)" == "Dipstick - Win32 Release"
1123
1124
1279"$(INTDIR)\AutoBestDlg.obj" : $(SOURCE) $(DEP_CPP_AUTOB) "$(INTDIR)"\ 1125"$(INTDIR)\AutoBestDlg.obj" : $(SOURCE) $(DEP_CPP_AUTOB) "$(INTDIR)"\
1280 "$(INTDIR)\dipstick.pch" 1126 "$(INTDIR)\dipstick.pch"
1281 1127
1282 1128
1283!ELSEIF "$(CFG)" == "Dipstick - Win32 Debug" 1129!ELSEIF "$(CFG)" == "Dipstick - Win32 Debug"
1284 1130
1285DEP_CPP_AUTOB=\
1286 ".\AutoBestDlg.h"\
1287 ".\CrackURL.h"\
1288 ".\Dipstick.h"\
1289 ".\shared-code\ip_icmp.h"\
1290 ".\shared-code\kICMP.h"\
1291 ".\shared-code\ms_icmp.h"\
1292 ".\shared-code\RegEx.h"\
1293 ".\stdafx.h"\
1294 ".\URLSource.h"\
1295
1296 1131
1297"$(INTDIR)\AutoBestDlg.obj" : $(SOURCE) $(DEP_CPP_AUTOB) "$(INTDIR)"\ 1132"$(INTDIR)\AutoBestDlg.obj" : $(SOURCE) $(DEP_CPP_AUTOB) "$(INTDIR)"\
1298 "$(INTDIR)\dipstick.pch" 1133 "$(INTDIR)\dipstick.pch"
1299 1134
1300 1135
1301!ELSEIF "$(CFG)" == "Dipstick - Win32 Release Static" 1136!ELSEIF "$(CFG)" == "Dipstick - Win32 Release Static"
1302 1137
1303DEP_CPP_AUTOB=\
1304 ".\AutoBestDlg.h"\
1305 ".\CrackURL.h"\
1306 ".\Dipstick.h"\
1307 ".\shared-code\ip_icmp.h"\
1308 ".\shared-code\kICMP.h"\
1309 ".\shared-code\ms_icmp.h"\
1310 ".\shared-code\RegEx.h"\
1311 ".\stdafx.h"\
1312 ".\URLSource.h"\
1313
1314 1138
1315"$(INTDIR)\AutoBestDlg.obj" : $(SOURCE) $(DEP_CPP_AUTOB) "$(INTDIR)"\ 1139"$(INTDIR)\AutoBestDlg.obj" : $(SOURCE) $(DEP_CPP_AUTOB) "$(INTDIR)"\
1316 "$(INTDIR)\dipstick.pch" 1140 "$(INTDIR)\dipstick.pch"
1317 1141
1318 1142
1319!ENDIF 1143!ENDIF
1320 1144
1321# End Source File 1145# End Source File
1322################################################################################ 1146################################################################################
1323# Begin Source File 1147# Begin Source File
1324 1148
1325SOURCE=.\URLSource.cpp 1149SOURCE=.\URLSource.cpp
1326
1327!IF "$(CFG)" == "Dipstick - Win32 Release"
1328
1329DEP_CPP_URLSO=\ 1150DEP_CPP_URLSO=\
1330 ".\CrackURL.h"\ 1151 ".\CrackURL.h"\
1331 ".\shared-code\ip_icmp.h"\ 1152 ".\shared-code\ip_icmp.h"\
1332 ".\shared-code\kICMP.h"\ 1153 ".\shared-code\kICMP.h"\
1333 ".\shared-code\ms_icmp.h"\ 1154 ".\shared-code\ms_icmp.h"\
1334 ".\shared-code\RegEx.h"\ 1155 ".\shared-code\RegEx.h"\
1335 ".\stdafx.h"\ 1156 ".\stdafx.h"\
1336 ".\URLSource.h"\ 1157 ".\URLSource.h"\
1337 1158
1338 1159
1160!IF "$(CFG)" == "Dipstick - Win32 Release"
1161
1162
1339"$(INTDIR)\URLSource.obj" : $(SOURCE) $(DEP_CPP_URLSO) "$(INTDIR)"\ 1163"$(INTDIR)\URLSource.obj" : $(SOURCE) $(DEP_CPP_URLSO) "$(INTDIR)"\
1340 "$(INTDIR)\dipstick.pch" 1164 "$(INTDIR)\dipstick.pch"
1341 1165
1342 1166
1343!ELSEIF "$(CFG)" == "Dipstick - Win32 Debug" 1167!ELSEIF "$(CFG)" == "Dipstick - Win32 Debug"
1344 1168
1345DEP_CPP_URLSO=\
1346 ".\CrackURL.h"\
1347 ".\shared-code\ip_icmp.h"\
1348 ".\shared-code\kICMP.h"\
1349 ".\shared-code\ms_icmp.h"\
1350 ".\shared-code\RegEx.h"\
1351 ".\stdafx.h"\
1352 ".\URLSource.h"\
1353
1354 1169
1355"$(INTDIR)\URLSource.obj" : $(SOURCE) $(DEP_CPP_URLSO) "$(INTDIR)"\ 1170"$(INTDIR)\URLSource.obj" : $(SOURCE) $(DEP_CPP_URLSO) "$(INTDIR)"\
1356 "$(INTDIR)\dipstick.pch" 1171 "$(INTDIR)\dipstick.pch"
1357 1172
1358 1173
1359!ELSEIF "$(CFG)" == "Dipstick - Win32 Release Static" 1174!ELSEIF "$(CFG)" == "Dipstick - Win32 Release Static"
1360 1175
1361DEP_CPP_URLSO=\
1362 ".\CrackURL.h"\
1363 ".\shared-code\ip_icmp.h"\
1364 ".\shared-code\kICMP.h"\
1365 ".\shared-code\ms_icmp.h"\
1366 ".\shared-code\RegEx.h"\
1367 ".\stdafx.h"\
1368 ".\URLSource.h"\
1369
1370 1176
1371"$(INTDIR)\URLSource.obj" : $(SOURCE) $(DEP_CPP_URLSO) "$(INTDIR)"\ 1177"$(INTDIR)\URLSource.obj" : $(SOURCE) $(DEP_CPP_URLSO) "$(INTDIR)"\
1372 "$(INTDIR)\dipstick.pch" 1178 "$(INTDIR)\dipstick.pch"
1373 1179
1374 1180
1375!ENDIF 1181!ENDIF
@@ -1396,173 +1202,121 @@ SOURCE=.\Help\Dipstick.cnt
1396 1202
1397# End Source File 1203# End Source File
1398################################################################################ 1204################################################################################
1399# Begin Source File 1205# Begin Source File
1400 1206
1401SOURCE=.\CrackURL.cpp 1207SOURCE=.\CrackURL.cpp
1402
1403!IF "$(CFG)" == "Dipstick - Win32 Release"
1404
1405DEP_CPP_CRACK=\ 1208DEP_CPP_CRACK=\
1406 ".\CrackURL.h"\ 1209 ".\CrackURL.h"\
1407 ".\shared-code\ip_icmp.h"\ 1210 ".\shared-code\ip_icmp.h"\
1408 ".\shared-code\kICMP.h"\ 1211 ".\shared-code\kICMP.h"\
1409 ".\shared-code\ms_icmp.h"\ 1212 ".\shared-code\ms_icmp.h"\
1410 ".\shared-code\RegEx.h"\ 1213 ".\shared-code\RegEx.h"\
1411 ".\stdafx.h"\ 1214 ".\stdafx.h"\
1412 1215
1413 1216
1217!IF "$(CFG)" == "Dipstick - Win32 Release"
1218
1219
1414"$(INTDIR)\CrackURL.obj" : $(SOURCE) $(DEP_CPP_CRACK) "$(INTDIR)"\ 1220"$(INTDIR)\CrackURL.obj" : $(SOURCE) $(DEP_CPP_CRACK) "$(INTDIR)"\
1415 "$(INTDIR)\dipstick.pch" 1221 "$(INTDIR)\dipstick.pch"
1416 1222
1417 1223
1418!ELSEIF "$(CFG)" == "Dipstick - Win32 Debug" 1224!ELSEIF "$(CFG)" == "Dipstick - Win32 Debug"
1419 1225
1420DEP_CPP_CRACK=\
1421 ".\CrackURL.h"\
1422 ".\shared-code\ip_icmp.h"\
1423 ".\shared-code\kICMP.h"\
1424 ".\shared-code\ms_icmp.h"\
1425 ".\shared-code\RegEx.h"\
1426 ".\stdafx.h"\
1427
1428 1226
1429"$(INTDIR)\CrackURL.obj" : $(SOURCE) $(DEP_CPP_CRACK) "$(INTDIR)"\ 1227"$(INTDIR)\CrackURL.obj" : $(SOURCE) $(DEP_CPP_CRACK) "$(INTDIR)"\
1430 "$(INTDIR)\dipstick.pch" 1228 "$(INTDIR)\dipstick.pch"
1431 1229
1432 1230
1433!ELSEIF "$(CFG)" == "Dipstick - Win32 Release Static" 1231!ELSEIF "$(CFG)" == "Dipstick - Win32 Release Static"
1434 1232
1435DEP_CPP_CRACK=\
1436 ".\CrackURL.h"\
1437 ".\shared-code\ip_icmp.h"\
1438 ".\shared-code\kICMP.h"\
1439 ".\shared-code\ms_icmp.h"\
1440 ".\shared-code\RegEx.h"\
1441 ".\stdafx.h"\
1442
1443 1233
1444"$(INTDIR)\CrackURL.obj" : $(SOURCE) $(DEP_CPP_CRACK) "$(INTDIR)"\ 1234"$(INTDIR)\CrackURL.obj" : $(SOURCE) $(DEP_CPP_CRACK) "$(INTDIR)"\
1445 "$(INTDIR)\dipstick.pch" 1235 "$(INTDIR)\dipstick.pch"
1446 1236
1447 1237
1448!ENDIF 1238!ENDIF
1449 1239
1450# End Source File 1240# End Source File
1451################################################################################ 1241################################################################################
1452# Begin Source File 1242# Begin Source File
1453 1243
1454SOURCE=.\SelectURLsDlg.cpp 1244SOURCE=.\SelectURLsDlg.cpp
1455
1456!IF "$(CFG)" == "Dipstick - Win32 Release"
1457
1458DEP_CPP_SELEC=\ 1245DEP_CPP_SELEC=\
1459 ".\CrackURL.h"\ 1246 ".\CrackURL.h"\
1460 ".\Dipstick.h"\ 1247 ".\dipstick.h"\
1461 ".\SelectURLsDlg.h"\ 1248 ".\SelectURLsDlg.h"\
1462 ".\shared-code\ip_icmp.h"\ 1249 ".\shared-code\ip_icmp.h"\
1463 ".\shared-code\kICMP.h"\ 1250 ".\shared-code\kICMP.h"\
1464 ".\shared-code\ms_icmp.h"\ 1251 ".\shared-code\ms_icmp.h"\
1465 ".\shared-code\RegEx.h"\ 1252 ".\shared-code\RegEx.h"\
1466 ".\stdafx.h"\ 1253 ".\stdafx.h"\
1467 1254
1468 1255
1256!IF "$(CFG)" == "Dipstick - Win32 Release"
1257
1258
1469"$(INTDIR)\SelectURLsDlg.obj" : $(SOURCE) $(DEP_CPP_SELEC) "$(INTDIR)"\ 1259"$(INTDIR)\SelectURLsDlg.obj" : $(SOURCE) $(DEP_CPP_SELEC) "$(INTDIR)"\
1470 "$(INTDIR)\dipstick.pch" 1260 "$(INTDIR)\dipstick.pch"
1471 1261
1472 1262
1473!ELSEIF "$(CFG)" == "Dipstick - Win32 Debug" 1263!ELSEIF "$(CFG)" == "Dipstick - Win32 Debug"
1474 1264
1475DEP_CPP_SELEC=\
1476 ".\CrackURL.h"\
1477 ".\Dipstick.h"\
1478 ".\SelectURLsDlg.h"\
1479 ".\shared-code\ip_icmp.h"\
1480 ".\shared-code\kICMP.h"\
1481 ".\shared-code\ms_icmp.h"\
1482 ".\shared-code\RegEx.h"\
1483 ".\stdafx.h"\
1484
1485 1265
1486"$(INTDIR)\SelectURLsDlg.obj" : $(SOURCE) $(DEP_CPP_SELEC) "$(INTDIR)"\ 1266"$(INTDIR)\SelectURLsDlg.obj" : $(SOURCE) $(DEP_CPP_SELEC) "$(INTDIR)"\
1487 "$(INTDIR)\dipstick.pch" 1267 "$(INTDIR)\dipstick.pch"
1488 1268
1489 1269
1490!ELSEIF "$(CFG)" == "Dipstick - Win32 Release Static" 1270!ELSEIF "$(CFG)" == "Dipstick - Win32 Release Static"
1491 1271
1492DEP_CPP_SELEC=\
1493 ".\CrackURL.h"\
1494 ".\Dipstick.h"\
1495 ".\SelectURLsDlg.h"\
1496 ".\shared-code\ip_icmp.h"\
1497 ".\shared-code\kICMP.h"\
1498 ".\shared-code\ms_icmp.h"\
1499 ".\shared-code\RegEx.h"\
1500 ".\stdafx.h"\
1501
1502 1272
1503"$(INTDIR)\SelectURLsDlg.obj" : $(SOURCE) $(DEP_CPP_SELEC) "$(INTDIR)"\ 1273"$(INTDIR)\SelectURLsDlg.obj" : $(SOURCE) $(DEP_CPP_SELEC) "$(INTDIR)"\
1504 "$(INTDIR)\dipstick.pch" 1274 "$(INTDIR)\dipstick.pch"
1505 1275
1506 1276
1507!ENDIF 1277!ENDIF
1508 1278
1509# End Source File 1279# End Source File
1510################################################################################ 1280################################################################################
1511# Begin Source File 1281# Begin Source File
1512 1282
1513SOURCE=".\shared-code\RegEx.cpp" 1283SOURCE=".\shared-code\RegEx.cpp"
1514
1515!IF "$(CFG)" == "Dipstick - Win32 Release"
1516
1517DEP_CPP_REGEX=\ 1284DEP_CPP_REGEX=\
1518 ".\CrackURL.h"\ 1285 ".\CrackURL.h"\
1519 ".\shared-code\ip_icmp.h"\ 1286 ".\shared-code\ip_icmp.h"\
1520 ".\shared-code\kICMP.h"\ 1287 ".\shared-code\kICMP.h"\
1521 ".\shared-code\ms_icmp.h"\ 1288 ".\shared-code\ms_icmp.h"\
1522 ".\shared-code\RegEx.h"\ 1289 ".\shared-code\RegEx.h"\
1523 ".\stdafx.h"\ 1290 ".\stdafx.h"\
1524 1291
1292
1293!IF "$(CFG)" == "Dipstick - Win32 Release"
1294
1525# ADD CPP /Yu"../stdafx.h" 1295# ADD CPP /Yu"../stdafx.h"
1526 1296
1527"$(INTDIR)\RegEx.obj" : $(SOURCE) $(DEP_CPP_REGEX) "$(INTDIR)"\ 1297"$(INTDIR)\RegEx.obj" : $(SOURCE) $(DEP_CPP_REGEX) "$(INTDIR)"\
1528 "$(INTDIR)\dipstick.pch" 1298 "$(INTDIR)\dipstick.pch"
1529 $(CPP) /nologo /MD /W3 /GX /O1 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D\ 1299 $(CPP) /nologo /MD /W3 /GX /O1 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D\
1530 "_AFXDLL" /D "_MBCS" /Fp"$(INTDIR)/dipstick.pch" /Yu"../stdafx.h"\ 1300 "_AFXDLL" /D "_MBCS" /Fp"$(INTDIR)/dipstick.pch" /Yu"../stdafx.h"\
1531 /Fo"$(INTDIR)/" /c $(SOURCE) 1301 /Fo"$(INTDIR)/" /c $(SOURCE)
1532 1302
1533 1303
1534!ELSEIF "$(CFG)" == "Dipstick - Win32 Debug" 1304!ELSEIF "$(CFG)" == "Dipstick - Win32 Debug"
1535 1305
1536DEP_CPP_REGEX=\
1537 ".\CrackURL.h"\
1538 ".\shared-code\ip_icmp.h"\
1539 ".\shared-code\kICMP.h"\
1540 ".\shared-code\ms_icmp.h"\
1541 ".\shared-code\RegEx.h"\
1542 ".\stdafx.h"\
1543
1544# ADD CPP /Yu"../stdafx.h" 1306# ADD CPP /Yu"../stdafx.h"
1545 1307
1546"$(INTDIR)\RegEx.obj" : $(SOURCE) $(DEP_CPP_REGEX) "$(INTDIR)"\ 1308"$(INTDIR)\RegEx.obj" : $(SOURCE) $(DEP_CPP_REGEX) "$(INTDIR)"\
1547 "$(INTDIR)\dipstick.pch" 1309 "$(INTDIR)\dipstick.pch"
1548 $(CPP) /nologo /MDd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS"\ 1310 $(CPP) /nologo /MDd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS"\
1549 /D "_AFXDLL" /D "_MBCS" /Fp"$(INTDIR)/dipstick.pch" /Yu"../stdafx.h"\ 1311 /D "_AFXDLL" /D "_MBCS" /Fp"$(INTDIR)/dipstick.pch" /Yu"../stdafx.h"\
1550 /Fo"$(INTDIR)/" /Fd"$(INTDIR)/" /c $(SOURCE) 1312 /Fo"$(INTDIR)/" /Fd"$(INTDIR)/" /c $(SOURCE)
1551 1313
1552 1314
1553!ELSEIF "$(CFG)" == "Dipstick - Win32 Release Static" 1315!ELSEIF "$(CFG)" == "Dipstick - Win32 Release Static"
1554 1316
1555DEP_CPP_REGEX=\
1556 ".\CrackURL.h"\
1557 ".\shared-code\ip_icmp.h"\
1558 ".\shared-code\kICMP.h"\
1559 ".\shared-code\ms_icmp.h"\
1560 ".\shared-code\RegEx.h"\
1561 ".\stdafx.h"\
1562
1563# ADD CPP /Yu"../stdafx.h" 1317# ADD CPP /Yu"../stdafx.h"
1564 1318
1565"$(INTDIR)\RegEx.obj" : $(SOURCE) $(DEP_CPP_REGEX) "$(INTDIR)"\ 1319"$(INTDIR)\RegEx.obj" : $(SOURCE) $(DEP_CPP_REGEX) "$(INTDIR)"\
1566 "$(INTDIR)\dipstick.pch" 1320 "$(INTDIR)\dipstick.pch"
1567 $(CPP) /nologo /MT /W3 /GX /O1 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D\ 1321 $(CPP) /nologo /MT /W3 /GX /O1 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D\
1568 "_MBCS" /Fp"$(INTDIR)/dipstick.pch" /Yu"../stdafx.h" /Fo"$(INTDIR)/" /c\ 1322 "_MBCS" /Fp"$(INTDIR)/dipstick.pch" /Yu"../stdafx.h" /Fo"$(INTDIR)/" /c\
@@ -1573,61 +1327,45 @@ DEP_CPP_REGEX=\
1573 1327
1574# End Source File 1328# End Source File
1575################################################################################ 1329################################################################################
1576# Begin Source File 1330# Begin Source File
1577 1331
1578SOURCE=".\shared-code\kICMP.cpp" 1332SOURCE=".\shared-code\kICMP.cpp"
1579
1580!IF "$(CFG)" == "Dipstick - Win32 Release"
1581
1582DEP_CPP_KICMP=\ 1333DEP_CPP_KICMP=\
1583 ".\CrackURL.h"\ 1334 ".\CrackURL.h"\
1584 ".\shared-code\ip_icmp.h"\ 1335 ".\shared-code\ip_icmp.h"\
1585 ".\shared-code\kICMP.h"\ 1336 ".\shared-code\kICMP.h"\
1586 ".\shared-code\ms_icmp.h"\ 1337 ".\shared-code\ms_icmp.h"\
1587 ".\shared-code\RegEx.h"\ 1338 ".\shared-code\RegEx.h"\
1588 ".\stdafx.h"\ 1339 ".\stdafx.h"\
1589 1340
1341
1342!IF "$(CFG)" == "Dipstick - Win32 Release"
1343
1590# ADD CPP /Yu"../stdafx.h" 1344# ADD CPP /Yu"../stdafx.h"
1591 1345
1592"$(INTDIR)\kICMP.obj" : $(SOURCE) $(DEP_CPP_KICMP) "$(INTDIR)"\ 1346"$(INTDIR)\kICMP.obj" : $(SOURCE) $(DEP_CPP_KICMP) "$(INTDIR)"\
1593 "$(INTDIR)\dipstick.pch" 1347 "$(INTDIR)\dipstick.pch"
1594 $(CPP) /nologo /MD /W3 /GX /O1 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D\ 1348 $(CPP) /nologo /MD /W3 /GX /O1 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D\
1595 "_AFXDLL" /D "_MBCS" /Fp"$(INTDIR)/dipstick.pch" /Yu"../stdafx.h"\ 1349 "_AFXDLL" /D "_MBCS" /Fp"$(INTDIR)/dipstick.pch" /Yu"../stdafx.h"\
1596 /Fo"$(INTDIR)/" /c $(SOURCE) 1350 /Fo"$(INTDIR)/" /c $(SOURCE)
1597 1351
1598 1352
1599!ELSEIF "$(CFG)" == "Dipstick - Win32 Debug" 1353!ELSEIF "$(CFG)" == "Dipstick - Win32 Debug"
1600 1354
1601DEP_CPP_KICMP=\
1602 ".\CrackURL.h"\
1603 ".\shared-code\ip_icmp.h"\
1604 ".\shared-code\kICMP.h"\
1605 ".\shared-code\ms_icmp.h"\
1606 ".\shared-code\RegEx.h"\
1607 ".\stdafx.h"\
1608
1609# ADD CPP /Yu"../stdafx.h" 1355# ADD CPP /Yu"../stdafx.h"
1610 1356
1611"$(INTDIR)\kICMP.obj" : $(SOURCE) $(DEP_CPP_KICMP) "$(INTDIR)"\ 1357"$(INTDIR)\kICMP.obj" : $(SOURCE) $(DEP_CPP_KICMP) "$(INTDIR)"\
1612 "$(INTDIR)\dipstick.pch" 1358 "$(INTDIR)\dipstick.pch"
1613 $(CPP) /nologo /MDd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS"\ 1359 $(CPP) /nologo /MDd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS"\
1614 /D "_AFXDLL" /D "_MBCS" /Fp"$(INTDIR)/dipstick.pch" /Yu"../stdafx.h"\ 1360 /D "_AFXDLL" /D "_MBCS" /Fp"$(INTDIR)/dipstick.pch" /Yu"../stdafx.h"\
1615 /Fo"$(INTDIR)/" /Fd"$(INTDIR)/" /c $(SOURCE) 1361 /Fo"$(INTDIR)/" /Fd"$(INTDIR)/" /c $(SOURCE)
1616 1362
1617 1363
1618!ELSEIF "$(CFG)" == "Dipstick - Win32 Release Static" 1364!ELSEIF "$(CFG)" == "Dipstick - Win32 Release Static"
1619 1365
1620DEP_CPP_KICMP=\
1621 ".\CrackURL.h"\
1622 ".\shared-code\ip_icmp.h"\
1623 ".\shared-code\kICMP.h"\
1624 ".\shared-code\ms_icmp.h"\
1625 ".\shared-code\RegEx.h"\
1626 ".\stdafx.h"\
1627
1628# ADD CPP /Yu"../stdafx.h" 1366# ADD CPP /Yu"../stdafx.h"
1629 1367
1630"$(INTDIR)\kICMP.obj" : $(SOURCE) $(DEP_CPP_KICMP) "$(INTDIR)"\ 1368"$(INTDIR)\kICMP.obj" : $(SOURCE) $(DEP_CPP_KICMP) "$(INTDIR)"\
1631 "$(INTDIR)\dipstick.pch" 1369 "$(INTDIR)\dipstick.pch"
1632 $(CPP) /nologo /MT /W3 /GX /O1 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D\ 1370 $(CPP) /nologo /MT /W3 /GX /O1 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D\
1633 "_MBCS" /Fp"$(INTDIR)/dipstick.pch" /Yu"../stdafx.h" /Fo"$(INTDIR)/" /c\ 1371 "_MBCS" /Fp"$(INTDIR)/dipstick.pch" /Yu"../stdafx.h" /Fo"$(INTDIR)/" /c\