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
@@ -40,7 +40,7 @@ NULL=nul
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"
@@ -647,10 +647,7 @@ LINK32_OBJS= \
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"\
@@ -661,4 +658,7 @@ DEP_CPP_DIPST=\
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"
@@ -667,14 +667,4 @@ DEP_CPP_DIPST=\
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)"\
@@ -684,14 +674,4 @@ DEP_CPP_DIPST=\
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)"\
@@ -706,11 +686,8 @@ DEP_CPP_DIPST=\
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"\
@@ -727,4 +704,7 @@ DEP_CPP_DIPSTI=\
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"
@@ -733,21 +713,4 @@ DEP_CPP_DIPSTI=\
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)"\
@@ -757,21 +720,4 @@ DEP_CPP_DIPSTI=\
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)"\
@@ -786,7 +732,4 @@ DEP_CPP_DIPSTI=\
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"\
@@ -797,4 +740,7 @@ DEP_CPP_STDAF=\
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
@@ -813,12 +759,4 @@ BuildCmds= \
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
@@ -837,12 +775,4 @@ BuildCmds= \
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"
@@ -872,8 +802,8 @@ DEP_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"\
@@ -889,14 +819,14 @@ DEP_RSC_DIPSTIC=\
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
@@ -908,14 +838,14 @@ DEP_RSC_DIPSTIC=\
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
@@ -931,10 +861,7 @@ DEP_RSC_DIPSTIC=\
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"\
@@ -946,4 +873,7 @@ DEP_CPP_DRAGP=\
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"
@@ -952,15 +882,4 @@ DEP_CPP_DRAGP=\
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)"\
@@ -970,15 +889,4 @@ DEP_CPP_DRAGP=\
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)"\
@@ -993,10 +901,7 @@ DEP_CPP_DRAGP=\
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"\
@@ -1007,4 +912,7 @@ DEP_CPP_OPTIO=\
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"
@@ -1013,14 +921,4 @@ DEP_CPP_OPTIO=\
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)"\
@@ -1030,14 +928,4 @@ DEP_CPP_OPTIO=\
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)"\
@@ -1052,10 +940,7 @@ DEP_CPP_OPTIO=\
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"\
@@ -1066,4 +951,7 @@ DEP_CPP_HOSTN=\
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"
@@ -1072,14 +960,4 @@ DEP_CPP_HOSTN=\
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)"\
@@ -1089,14 +967,4 @@ DEP_CPP_HOSTN=\
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)"\
@@ -1111,10 +979,7 @@ DEP_CPP_HOSTN=\
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"\
@@ -1126,4 +991,7 @@ DEP_CPP_HOSTP=\
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"
@@ -1132,15 +1000,4 @@ DEP_CPP_HOSTP=\
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)"\
@@ -1150,15 +1007,4 @@ DEP_CPP_HOSTP=\
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)"\
@@ -1180,5 +1026,5 @@ OutDir=.\Release
1180ProjDir=. 1026ProjDir=.
1181TargetName=dipstick 1027TargetName=dipstick
1182InputPath=.\help\dipstick.hpj 1028InputPath=.\Help\DipStick.hpj
1183 1029
1184BuildCmds= \ 1030BuildCmds= \
@@ -1207,5 +1053,5 @@ OutDir=.\Debug
1207ProjDir=. 1053ProjDir=.
1208TargetName=dipstick 1054TargetName=dipstick
1209InputPath=.\help\dipstick.hpj 1055InputPath=.\Help\DipStick.hpj
1210 1056
1211BuildCmds= \ 1057BuildCmds= \
@@ -1234,5 +1080,5 @@ OutDir=.\Releast
1234ProjDir=. 1080ProjDir=.
1235TargetName=dipstick 1081TargetName=dipstick
1236InputPath=.\help\dipstick.hpj 1082InputPath=.\Help\DipStick.hpj
1237 1083
1238BuildCmds= \ 1084BuildCmds= \
@@ -1262,11 +1108,8 @@ BuildCmds= \
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"\
@@ -1277,4 +1120,7 @@ DEP_CPP_AUTOB=\
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"
@@ -1283,15 +1129,4 @@ DEP_CPP_AUTOB=\
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)"\
@@ -1301,15 +1136,4 @@ DEP_CPP_AUTOB=\
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)"\
@@ -1324,7 +1148,4 @@ DEP_CPP_AUTOB=\
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"\
@@ -1337,4 +1158,7 @@ DEP_CPP_URLSO=\
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"
@@ -1343,13 +1167,4 @@ DEP_CPP_URLSO=\
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)"\
@@ -1359,13 +1174,4 @@ DEP_CPP_URLSO=\
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)"\
@@ -1400,7 +1206,4 @@ SOURCE=.\Help\Dipstick.cnt
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"\
@@ -1412,4 +1215,7 @@ DEP_CPP_CRACK=\
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"
@@ -1418,12 +1224,4 @@ DEP_CPP_CRACK=\
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)"\
@@ -1433,12 +1231,4 @@ DEP_CPP_CRACK=\
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)"\
@@ -1453,10 +1243,7 @@ DEP_CPP_CRACK=\
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"\
@@ -1467,4 +1254,7 @@ DEP_CPP_SELEC=\
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"
@@ -1473,14 +1263,4 @@ DEP_CPP_SELEC=\
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)"\
@@ -1490,14 +1270,4 @@ DEP_CPP_SELEC=\
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)"\
@@ -1512,7 +1282,4 @@ DEP_CPP_SELEC=\
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"\
@@ -1523,4 +1290,7 @@ DEP_CPP_REGEX=\
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
@@ -1534,12 +1304,4 @@ DEP_CPP_REGEX=\
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
@@ -1553,12 +1315,4 @@ DEP_CPP_REGEX=\
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
@@ -1577,7 +1331,4 @@ DEP_CPP_REGEX=\
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"\
@@ -1588,4 +1339,7 @@ DEP_CPP_KICMP=\
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
@@ -1599,12 +1353,4 @@ DEP_CPP_KICMP=\
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
@@ -1618,12 +1364,4 @@ DEP_CPP_KICMP=\
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