author | Michael Krelin <hacker@klever.net> | 2005-08-06 21:38:18 (UTC) |
---|---|---|
committer | Michael Krelin <hacker@klever.net> | 2005-08-06 21:38:18 (UTC) |
commit | 9c276c74d74ade95556d44b218aca06edb63a02b (patch) (unidiff) | |
tree | 7fd11eb839c1b9a4ffaaecf8c5f8500452f58ab5 | |
parent | f2018d0e4377e7cdff17471b473c45daf5c2ddd7 (diff) | |
download | dipstick-9c276c74d74ade95556d44b218aca06edb63a02b.zip dipstick-9c276c74d74ade95556d44b218aca06edb63a02b.tar.gz dipstick-9c276c74d74ade95556d44b218aca06edb63a02b.tar.bz2 |
git-svn-id: http://svn.klever.net/kin/dipstick/trunk@142 fe716a7a-6dde-0310-88d9-d003556173a8
-rw-r--r-- | dipstick.mak | 380 |
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 | |||
@@ -39,9 +39,9 @@ NULL=nul | |||
39 | ################################################################################ | 39 | ################################################################################ |
40 | # Begin Project | 40 | # Begin Project |
41 | # PROP Target_Last_Scanned "Dipstick - Win32 Release" | 41 | # PROP Target_Last_Scanned "Dipstick - Win32 Release" |
42 | CPP=cl.exe | ||
42 | RSC=rc.exe | 43 | RSC=rc.exe |
43 | MTL=mktyplib.exe | 44 | MTL=mktyplib.exe |
44 | CPP=cl.exe | ||
45 | 45 | ||
46 | !IF "$(CFG)" == "Dipstick - Win32 Release" | 46 | !IF "$(CFG)" == "Dipstick - Win32 Release" |
47 | 47 | ||
@@ -646,12 +646,9 @@ LINK32_OBJS= \ | |||
646 | # Begin Source File | 646 | # Begin Source File |
647 | 647 | ||
648 | SOURCE=.\Dipstick.cpp | 648 | SOURCE=.\Dipstick.cpp |
649 | |||
650 | !IF "$(CFG)" == "Dipstick - Win32 Release" | ||
651 | |||
652 | DEP_CPP_DIPST=\ | 649 | DEP_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"\ |
@@ -660,22 +657,15 @@ DEP_CPP_DIPST=\ | |||
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 | ||
669 | DEP_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" |
@@ -683,16 +673,6 @@ DEP_CPP_DIPST=\ | |||
683 | 673 | ||
684 | !ELSEIF "$(CFG)" == "Dipstick - Win32 Release Static" | 674 | !ELSEIF "$(CFG)" == "Dipstick - Win32 Release Static" |
685 | 675 | ||
686 | DEP_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" |
@@ -705,13 +685,10 @@ DEP_CPP_DIPST=\ | |||
705 | # Begin Source File | 685 | # Begin Source File |
706 | 686 | ||
707 | SOURCE=.\DipstickDlg.cpp | 687 | SOURCE=.\DipstickDlg.cpp |
708 | |||
709 | !IF "$(CFG)" == "Dipstick - Win32 Release" | ||
710 | |||
711 | DEP_CPP_DIPSTI=\ | 688 | DEP_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"\ |
@@ -726,29 +703,15 @@ DEP_CPP_DIPSTI=\ | |||
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 | ||
735 | DEP_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" |
@@ -756,23 +719,6 @@ DEP_CPP_DIPSTI=\ | |||
756 | 719 | ||
757 | !ELSEIF "$(CFG)" == "Dipstick - Win32 Release Static" | 720 | !ELSEIF "$(CFG)" == "Dipstick - Win32 Release Static" |
758 | 721 | ||
759 | DEP_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" |
@@ -785,9 +731,6 @@ DEP_CPP_DIPSTI=\ | |||
785 | # Begin Source File | 731 | # Begin Source File |
786 | 732 | ||
787 | SOURCE=.\StdAfx.cpp | 733 | SOURCE=.\StdAfx.cpp |
788 | |||
789 | !IF "$(CFG)" == "Dipstick - Win32 Release" | ||
790 | |||
791 | DEP_CPP_STDAF=\ | 734 | DEP_CPP_STDAF=\ |
792 | ".\CrackURL.h"\ | 735 | ".\CrackURL.h"\ |
793 | ".\shared-code\ip_icmp.h"\ | 736 | ".\shared-code\ip_icmp.h"\ |
@@ -796,6 +739,9 @@ DEP_CPP_STDAF=\ | |||
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 | ||
801 | BuildCmds= \ | 747 | BuildCmds= \ |
@@ -812,14 +758,6 @@ BuildCmds= \ | |||
812 | 758 | ||
813 | !ELSEIF "$(CFG)" == "Dipstick - Win32 Debug" | 759 | !ELSEIF "$(CFG)" == "Dipstick - Win32 Debug" |
814 | 760 | ||
815 | DEP_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 | ||
825 | BuildCmds= \ | 763 | BuildCmds= \ |
@@ -836,14 +774,6 @@ BuildCmds= \ | |||
836 | 774 | ||
837 | !ELSEIF "$(CFG)" == "Dipstick - Win32 Release Static" | 775 | !ELSEIF "$(CFG)" == "Dipstick - Win32 Release Static" |
838 | 776 | ||
839 | DEP_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 | ||
@@ -871,10 +801,10 @@ SOURCE=.\dipstick.rc | |||
871 | DEP_RSC_DIPSTIC=\ | 801 | 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"\ |
880 | ".\res\unreach.ico"\ | 810 | ".\res\unreach.ico"\ |
@@ -888,16 +818,16 @@ DEP_RSC_DIPSTIC=\ | |||
888 | !ELSEIF "$(CFG)" == "Dipstick - Win32 Debug" | 818 | !ELSEIF "$(CFG)" == "Dipstick - Win32 Debug" |
889 | 819 | ||
890 | DEP_RSC_DIPSTIC=\ | 820 | DEP_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)" |
@@ -907,16 +837,16 @@ DEP_RSC_DIPSTIC=\ | |||
907 | !ELSEIF "$(CFG)" == "Dipstick - Win32 Release Static" | 837 | !ELSEIF "$(CFG)" == "Dipstick - Win32 Release Static" |
908 | 838 | ||
909 | DEP_RSC_DIPSTIC=\ | 839 | DEP_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)" |
@@ -930,12 +860,9 @@ DEP_RSC_DIPSTIC=\ | |||
930 | # Begin Source File | 860 | # Begin Source File |
931 | 861 | ||
932 | SOURCE=.\DragPad.cpp | 862 | SOURCE=.\DragPad.cpp |
933 | |||
934 | !IF "$(CFG)" == "Dipstick - Win32 Release" | ||
935 | |||
936 | DEP_CPP_DRAGP=\ | 863 | DEP_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"\ |
@@ -945,23 +872,15 @@ DEP_CPP_DRAGP=\ | |||
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 | ||
954 | DEP_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" |
@@ -969,17 +888,6 @@ DEP_CPP_DRAGP=\ | |||
969 | 888 | ||
970 | !ELSEIF "$(CFG)" == "Dipstick - Win32 Release Static" | 889 | !ELSEIF "$(CFG)" == "Dipstick - Win32 Release Static" |
971 | 890 | ||
972 | DEP_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" |
@@ -992,12 +900,9 @@ DEP_CPP_DRAGP=\ | |||
992 | # Begin Source File | 900 | # Begin Source File |
993 | 901 | ||
994 | SOURCE=.\OptionsDlg.cpp | 902 | SOURCE=.\OptionsDlg.cpp |
995 | |||
996 | !IF "$(CFG)" == "Dipstick - Win32 Release" | ||
997 | |||
998 | DEP_CPP_OPTIO=\ | 903 | DEP_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"\ |
@@ -1006,22 +911,15 @@ DEP_CPP_OPTIO=\ | |||
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 | ||
1015 | DEP_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" |
@@ -1029,16 +927,6 @@ DEP_CPP_OPTIO=\ | |||
1029 | 927 | ||
1030 | !ELSEIF "$(CFG)" == "Dipstick - Win32 Release Static" | 928 | !ELSEIF "$(CFG)" == "Dipstick - Win32 Release Static" |
1031 | 929 | ||
1032 | DEP_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" |
@@ -1051,12 +939,9 @@ DEP_CPP_OPTIO=\ | |||
1051 | # Begin Source File | 939 | # Begin Source File |
1052 | 940 | ||
1053 | SOURCE=.\HostNameDlg.cpp | 941 | SOURCE=.\HostNameDlg.cpp |
1054 | |||
1055 | !IF "$(CFG)" == "Dipstick - Win32 Release" | ||
1056 | |||
1057 | DEP_CPP_HOSTN=\ | 942 | DEP_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"\ |
@@ -1065,22 +950,15 @@ DEP_CPP_HOSTN=\ | |||
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 | ||
1074 | DEP_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" |
@@ -1088,16 +966,6 @@ DEP_CPP_HOSTN=\ | |||
1088 | 966 | ||
1089 | !ELSEIF "$(CFG)" == "Dipstick - Win32 Release Static" | 967 | !ELSEIF "$(CFG)" == "Dipstick - Win32 Release Static" |
1090 | 968 | ||
1091 | DEP_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" |
@@ -1110,12 +978,9 @@ DEP_CPP_HOSTN=\ | |||
1110 | # Begin Source File | 978 | # Begin Source File |
1111 | 979 | ||
1112 | SOURCE=.\HostProperties.cpp | 980 | SOURCE=.\HostProperties.cpp |
1113 | |||
1114 | !IF "$(CFG)" == "Dipstick - Win32 Release" | ||
1115 | |||
1116 | DEP_CPP_HOSTP=\ | 981 | DEP_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"\ |
@@ -1125,23 +990,15 @@ DEP_CPP_HOSTP=\ | |||
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 | ||
1134 | DEP_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" |
@@ -1149,17 +1006,6 @@ DEP_CPP_HOSTP=\ | |||
1149 | 1006 | ||
1150 | !ELSEIF "$(CFG)" == "Dipstick - Win32 Release Static" | 1007 | !ELSEIF "$(CFG)" == "Dipstick - Win32 Release Static" |
1151 | 1008 | ||
1152 | DEP_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" |
@@ -1179,7 +1025,7 @@ SOURCE=.\Help\DipStick.hpj | |||
1179 | OutDir=.\Release | 1025 | OutDir=.\Release |
1180 | ProjDir=. | 1026 | ProjDir=. |
1181 | TargetName=dipstick | 1027 | TargetName=dipstick |
1182 | InputPath=.\help\dipstick.hpj | 1028 | InputPath=.\Help\DipStick.hpj |
1183 | 1029 | ||
1184 | BuildCmds= \ | 1030 | BuildCmds= \ |
1185 | "$(ProjDir)\makehelp.bat" \ | 1031 | "$(ProjDir)\makehelp.bat" \ |
@@ -1206,7 +1052,7 @@ BuildCmds= \ | |||
1206 | OutDir=.\Debug | 1052 | OutDir=.\Debug |
1207 | ProjDir=. | 1053 | ProjDir=. |
1208 | TargetName=dipstick | 1054 | TargetName=dipstick |
1209 | InputPath=.\help\dipstick.hpj | 1055 | InputPath=.\Help\DipStick.hpj |
1210 | 1056 | ||
1211 | BuildCmds= \ | 1057 | BuildCmds= \ |
1212 | "$(ProjDir)\makehelp.bat" \ | 1058 | "$(ProjDir)\makehelp.bat" \ |
@@ -1233,7 +1079,7 @@ BuildCmds= \ | |||
1233 | OutDir=.\Releast | 1079 | OutDir=.\Releast |
1234 | ProjDir=. | 1080 | ProjDir=. |
1235 | TargetName=dipstick | 1081 | TargetName=dipstick |
1236 | InputPath=.\help\dipstick.hpj | 1082 | InputPath=.\Help\DipStick.hpj |
1237 | 1083 | ||
1238 | BuildCmds= \ | 1084 | BuildCmds= \ |
1239 | "$(ProjDir)\makehelp.bat" \ | 1085 | "$(ProjDir)\makehelp.bat" \ |
@@ -1261,13 +1107,10 @@ BuildCmds= \ | |||
1261 | # Begin Source File | 1107 | # Begin Source File |
1262 | 1108 | ||
1263 | SOURCE=.\AutoBestDlg.cpp | 1109 | SOURCE=.\AutoBestDlg.cpp |
1264 | |||
1265 | !IF "$(CFG)" == "Dipstick - Win32 Release" | ||
1266 | |||
1267 | DEP_CPP_AUTOB=\ | 1110 | DEP_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"\ |
@@ -1276,23 +1119,15 @@ DEP_CPP_AUTOB=\ | |||
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 | ||
1285 | DEP_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" |
@@ -1300,17 +1135,6 @@ DEP_CPP_AUTOB=\ | |||
1300 | 1135 | ||
1301 | !ELSEIF "$(CFG)" == "Dipstick - Win32 Release Static" | 1136 | !ELSEIF "$(CFG)" == "Dipstick - Win32 Release Static" |
1302 | 1137 | ||
1303 | DEP_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" |
@@ -1323,9 +1147,6 @@ DEP_CPP_AUTOB=\ | |||
1323 | # Begin Source File | 1147 | # Begin Source File |
1324 | 1148 | ||
1325 | SOURCE=.\URLSource.cpp | 1149 | SOURCE=.\URLSource.cpp |
1326 | |||
1327 | !IF "$(CFG)" == "Dipstick - Win32 Release" | ||
1328 | |||
1329 | DEP_CPP_URLSO=\ | 1150 | DEP_CPP_URLSO=\ |
1330 | ".\CrackURL.h"\ | 1151 | ".\CrackURL.h"\ |
1331 | ".\shared-code\ip_icmp.h"\ | 1152 | ".\shared-code\ip_icmp.h"\ |
@@ -1336,21 +1157,15 @@ DEP_CPP_URLSO=\ | |||
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 | ||
1345 | DEP_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" |
@@ -1358,15 +1173,6 @@ DEP_CPP_URLSO=\ | |||
1358 | 1173 | ||
1359 | !ELSEIF "$(CFG)" == "Dipstick - Win32 Release Static" | 1174 | !ELSEIF "$(CFG)" == "Dipstick - Win32 Release Static" |
1360 | 1175 | ||
1361 | DEP_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" |
@@ -1399,9 +1205,6 @@ SOURCE=.\Help\Dipstick.cnt | |||
1399 | # Begin Source File | 1205 | # Begin Source File |
1400 | 1206 | ||
1401 | SOURCE=.\CrackURL.cpp | 1207 | SOURCE=.\CrackURL.cpp |
1402 | |||
1403 | !IF "$(CFG)" == "Dipstick - Win32 Release" | ||
1404 | |||
1405 | DEP_CPP_CRACK=\ | 1208 | DEP_CPP_CRACK=\ |
1406 | ".\CrackURL.h"\ | 1209 | ".\CrackURL.h"\ |
1407 | ".\shared-code\ip_icmp.h"\ | 1210 | ".\shared-code\ip_icmp.h"\ |
@@ -1411,20 +1214,15 @@ DEP_CPP_CRACK=\ | |||
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 | ||
1420 | DEP_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" |
@@ -1432,14 +1230,6 @@ DEP_CPP_CRACK=\ | |||
1432 | 1230 | ||
1433 | !ELSEIF "$(CFG)" == "Dipstick - Win32 Release Static" | 1231 | !ELSEIF "$(CFG)" == "Dipstick - Win32 Release Static" |
1434 | 1232 | ||
1435 | DEP_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" |
@@ -1452,12 +1242,9 @@ DEP_CPP_CRACK=\ | |||
1452 | # Begin Source File | 1242 | # Begin Source File |
1453 | 1243 | ||
1454 | SOURCE=.\SelectURLsDlg.cpp | 1244 | SOURCE=.\SelectURLsDlg.cpp |
1455 | |||
1456 | !IF "$(CFG)" == "Dipstick - Win32 Release" | ||
1457 | |||
1458 | DEP_CPP_SELEC=\ | 1245 | DEP_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"\ |
@@ -1466,22 +1253,15 @@ DEP_CPP_SELEC=\ | |||
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 | ||
1475 | DEP_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" |
@@ -1489,16 +1269,6 @@ DEP_CPP_SELEC=\ | |||
1489 | 1269 | ||
1490 | !ELSEIF "$(CFG)" == "Dipstick - Win32 Release Static" | 1270 | !ELSEIF "$(CFG)" == "Dipstick - Win32 Release Static" |
1491 | 1271 | ||
1492 | DEP_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" |
@@ -1511,9 +1281,6 @@ DEP_CPP_SELEC=\ | |||
1511 | # Begin Source File | 1281 | # Begin Source File |
1512 | 1282 | ||
1513 | SOURCE=".\shared-code\RegEx.cpp" | 1283 | SOURCE=".\shared-code\RegEx.cpp" |
1514 | |||
1515 | !IF "$(CFG)" == "Dipstick - Win32 Release" | ||
1516 | |||
1517 | DEP_CPP_REGEX=\ | 1284 | DEP_CPP_REGEX=\ |
1518 | ".\CrackURL.h"\ | 1285 | ".\CrackURL.h"\ |
1519 | ".\shared-code\ip_icmp.h"\ | 1286 | ".\shared-code\ip_icmp.h"\ |
@@ -1522,6 +1289,9 @@ DEP_CPP_REGEX=\ | |||
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)"\ |
@@ -1533,14 +1303,6 @@ DEP_CPP_REGEX=\ | |||
1533 | 1303 | ||
1534 | !ELSEIF "$(CFG)" == "Dipstick - Win32 Debug" | 1304 | !ELSEIF "$(CFG)" == "Dipstick - Win32 Debug" |
1535 | 1305 | ||
1536 | DEP_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)"\ |
@@ -1552,14 +1314,6 @@ DEP_CPP_REGEX=\ | |||
1552 | 1314 | ||
1553 | !ELSEIF "$(CFG)" == "Dipstick - Win32 Release Static" | 1315 | !ELSEIF "$(CFG)" == "Dipstick - Win32 Release Static" |
1554 | 1316 | ||
1555 | DEP_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)"\ |
@@ -1576,9 +1330,6 @@ DEP_CPP_REGEX=\ | |||
1576 | # Begin Source File | 1330 | # Begin Source File |
1577 | 1331 | ||
1578 | SOURCE=".\shared-code\kICMP.cpp" | 1332 | SOURCE=".\shared-code\kICMP.cpp" |
1579 | |||
1580 | !IF "$(CFG)" == "Dipstick - Win32 Release" | ||
1581 | |||
1582 | DEP_CPP_KICMP=\ | 1333 | DEP_CPP_KICMP=\ |
1583 | ".\CrackURL.h"\ | 1334 | ".\CrackURL.h"\ |
1584 | ".\shared-code\ip_icmp.h"\ | 1335 | ".\shared-code\ip_icmp.h"\ |
@@ -1587,6 +1338,9 @@ DEP_CPP_KICMP=\ | |||
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)"\ |
@@ -1598,14 +1352,6 @@ DEP_CPP_KICMP=\ | |||
1598 | 1352 | ||
1599 | !ELSEIF "$(CFG)" == "Dipstick - Win32 Debug" | 1353 | !ELSEIF "$(CFG)" == "Dipstick - Win32 Debug" |
1600 | 1354 | ||
1601 | DEP_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)"\ |
@@ -1617,14 +1363,6 @@ DEP_CPP_KICMP=\ | |||
1617 | 1363 | ||
1618 | !ELSEIF "$(CFG)" == "Dipstick - Win32 Release Static" | 1364 | !ELSEIF "$(CFG)" == "Dipstick - Win32 Release Static" |
1619 | 1365 | ||
1620 | DEP_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)"\ |