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
@@ -41,5 +41,5 @@ NULL=nul
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
@@ -648,8 +648,5 @@ LINK32_OBJS= \
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"\
@@ -662,2 +659,5 @@ DEP_CPP_DIPST=\
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)"\
@@ -668,12 +668,2 @@ DEP_CPP_DIPST=\
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
@@ -685,12 +675,2 @@ DEP_CPP_DIPST=\
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
@@ -707,5 +687,2 @@ DEP_CPP_DIPST=\
707SOURCE=.\DipstickDlg.cpp 687SOURCE=.\DipstickDlg.cpp
708
709!IF "$(CFG)" == "Dipstick - Win32 Release"
710
711DEP_CPP_DIPSTI=\ 688DEP_CPP_DIPSTI=\
@@ -713,3 +690,3 @@ DEP_CPP_DIPSTI=\
713 ".\CrackURL.h"\ 690 ".\CrackURL.h"\
714 ".\Dipstick.h"\ 691 ".\dipstick.h"\
715 ".\DipstickDlg.h"\ 692 ".\DipstickDlg.h"\
@@ -728,2 +705,5 @@ DEP_CPP_DIPSTI=\
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)"\
@@ -734,19 +714,2 @@ DEP_CPP_DIPSTI=\
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
@@ -758,19 +721,2 @@ DEP_CPP_DIPSTI=\
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
@@ -787,5 +733,2 @@ DEP_CPP_DIPSTI=\
787SOURCE=.\StdAfx.cpp 733SOURCE=.\StdAfx.cpp
788
789!IF "$(CFG)" == "Dipstick - Win32 Release"
790
791DEP_CPP_STDAF=\ 734DEP_CPP_STDAF=\
@@ -798,2 +741,5 @@ DEP_CPP_STDAF=\
798 741
742
743!IF "$(CFG)" == "Dipstick - Win32 Release"
744
799# ADD CPP /Yc"stdafx.h" 745# ADD CPP /Yc"stdafx.h"
@@ -814,10 +760,2 @@ BuildCmds= \
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"
@@ -838,10 +776,2 @@ BuildCmds= \
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"
@@ -873,6 +803,6 @@ DEP_RSC_DIPSTIC=\
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"\
@@ -890,9 +820,8 @@ DEP_RSC_DIPSTIC=\
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"\
@@ -900,2 +829,3 @@ DEP_RSC_DIPSTIC=\
900 ".\res\unreach.ico"\ 829 ".\res\unreach.ico"\
830 ".\shared-data\klever-background.bmp"\
901 831
@@ -909,9 +839,8 @@ DEP_RSC_DIPSTIC=\
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"\
@@ -919,2 +848,3 @@ DEP_RSC_DIPSTIC=\
919 ".\res\unreach.ico"\ 848 ".\res\unreach.ico"\
849 ".\shared-data\klever-background.bmp"\
920 850
@@ -932,8 +862,5 @@ DEP_RSC_DIPSTIC=\
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"\
@@ -947,2 +874,5 @@ DEP_CPP_DRAGP=\
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)"\
@@ -953,13 +883,2 @@ DEP_CPP_DRAGP=\
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
@@ -971,13 +890,2 @@ DEP_CPP_DRAGP=\
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
@@ -994,8 +902,5 @@ DEP_CPP_DRAGP=\
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"\
@@ -1008,2 +913,5 @@ DEP_CPP_OPTIO=\
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)"\
@@ -1014,12 +922,2 @@ DEP_CPP_OPTIO=\
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
@@ -1031,12 +929,2 @@ DEP_CPP_OPTIO=\
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
@@ -1053,8 +941,5 @@ DEP_CPP_OPTIO=\
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"\
@@ -1067,2 +952,5 @@ DEP_CPP_HOSTN=\
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)"\
@@ -1073,12 +961,2 @@ DEP_CPP_HOSTN=\
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
@@ -1090,12 +968,2 @@ DEP_CPP_HOSTN=\
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
@@ -1112,8 +980,5 @@ DEP_CPP_HOSTN=\
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"\
@@ -1127,2 +992,5 @@ DEP_CPP_HOSTP=\
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)"\
@@ -1133,13 +1001,2 @@ DEP_CPP_HOSTP=\
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
@@ -1151,13 +1008,2 @@ DEP_CPP_HOSTP=\
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
@@ -1181,3 +1027,3 @@ ProjDir=.
1181TargetName=dipstick 1027TargetName=dipstick
1182InputPath=.\help\dipstick.hpj 1028InputPath=.\Help\DipStick.hpj
1183 1029
@@ -1208,3 +1054,3 @@ ProjDir=.
1208TargetName=dipstick 1054TargetName=dipstick
1209InputPath=.\help\dipstick.hpj 1055InputPath=.\Help\DipStick.hpj
1210 1056
@@ -1235,3 +1081,3 @@ ProjDir=.
1235TargetName=dipstick 1081TargetName=dipstick
1236InputPath=.\help\dipstick.hpj 1082InputPath=.\Help\DipStick.hpj
1237 1083
@@ -1263,5 +1109,2 @@ BuildCmds= \
1263SOURCE=.\AutoBestDlg.cpp 1109SOURCE=.\AutoBestDlg.cpp
1264
1265!IF "$(CFG)" == "Dipstick - Win32 Release"
1266
1267DEP_CPP_AUTOB=\ 1110DEP_CPP_AUTOB=\
@@ -1269,3 +1112,3 @@ DEP_CPP_AUTOB=\
1269 ".\CrackURL.h"\ 1112 ".\CrackURL.h"\
1270 ".\Dipstick.h"\ 1113 ".\dipstick.h"\
1271 ".\shared-code\ip_icmp.h"\ 1114 ".\shared-code\ip_icmp.h"\
@@ -1278,2 +1121,5 @@ DEP_CPP_AUTOB=\
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)"\
@@ -1284,13 +1130,2 @@ DEP_CPP_AUTOB=\
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
@@ -1302,13 +1137,2 @@ DEP_CPP_AUTOB=\
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
@@ -1325,5 +1149,2 @@ DEP_CPP_AUTOB=\
1325SOURCE=.\URLSource.cpp 1149SOURCE=.\URLSource.cpp
1326
1327!IF "$(CFG)" == "Dipstick - Win32 Release"
1328
1329DEP_CPP_URLSO=\ 1150DEP_CPP_URLSO=\
@@ -1338,2 +1159,5 @@ DEP_CPP_URLSO=\
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)"\
@@ -1344,11 +1168,2 @@ DEP_CPP_URLSO=\
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
@@ -1360,11 +1175,2 @@ DEP_CPP_URLSO=\
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
@@ -1401,5 +1207,2 @@ SOURCE=.\Help\Dipstick.cnt
1401SOURCE=.\CrackURL.cpp 1207SOURCE=.\CrackURL.cpp
1402
1403!IF "$(CFG)" == "Dipstick - Win32 Release"
1404
1405DEP_CPP_CRACK=\ 1208DEP_CPP_CRACK=\
@@ -1413,2 +1216,5 @@ DEP_CPP_CRACK=\
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)"\
@@ -1419,10 +1225,2 @@ DEP_CPP_CRACK=\
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
@@ -1434,10 +1232,2 @@ DEP_CPP_CRACK=\
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
@@ -1454,8 +1244,5 @@ DEP_CPP_CRACK=\
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"\
@@ -1468,2 +1255,5 @@ DEP_CPP_SELEC=\
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)"\
@@ -1474,12 +1264,2 @@ DEP_CPP_SELEC=\
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
@@ -1491,12 +1271,2 @@ DEP_CPP_SELEC=\
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
@@ -1513,5 +1283,2 @@ DEP_CPP_SELEC=\
1513SOURCE=".\shared-code\RegEx.cpp" 1283SOURCE=".\shared-code\RegEx.cpp"
1514
1515!IF "$(CFG)" == "Dipstick - Win32 Release"
1516
1517DEP_CPP_REGEX=\ 1284DEP_CPP_REGEX=\
@@ -1524,2 +1291,5 @@ DEP_CPP_REGEX=\
1524 1291
1292
1293!IF "$(CFG)" == "Dipstick - Win32 Release"
1294
1525# ADD CPP /Yu"../stdafx.h" 1295# ADD CPP /Yu"../stdafx.h"
@@ -1535,10 +1305,2 @@ DEP_CPP_REGEX=\
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"
@@ -1554,10 +1316,2 @@ DEP_CPP_REGEX=\
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"
@@ -1578,5 +1332,2 @@ DEP_CPP_REGEX=\
1578SOURCE=".\shared-code\kICMP.cpp" 1332SOURCE=".\shared-code\kICMP.cpp"
1579
1580!IF "$(CFG)" == "Dipstick - Win32 Release"
1581
1582DEP_CPP_KICMP=\ 1333DEP_CPP_KICMP=\
@@ -1589,2 +1340,5 @@ DEP_CPP_KICMP=\
1589 1340
1341
1342!IF "$(CFG)" == "Dipstick - Win32 Release"
1343
1590# ADD CPP /Yu"../stdafx.h" 1344# ADD CPP /Yu"../stdafx.h"
@@ -1600,10 +1354,2 @@ DEP_CPP_KICMP=\
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"
@@ -1619,10 +1365,2 @@ DEP_CPP_KICMP=\
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"