-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 | |||
@@ -18,51 +18,51 @@ CFG=Install - Win32 Canned | |||
18 | !MESSAGE | 18 | !MESSAGE |
19 | !MESSAGE NMAKE /f "dipstick.mak" CFG="Install - Win32 Canned" | 19 | !MESSAGE NMAKE /f "dipstick.mak" CFG="Install - Win32 Canned" |
20 | !MESSAGE | 20 | !MESSAGE |
21 | !MESSAGE Possible choices for configuration are: | 21 | !MESSAGE Possible choices for configuration are: |
22 | !MESSAGE | 22 | !MESSAGE |
23 | !MESSAGE "Dipstick - Win32 Release" (based on "Win32 (x86) Application") | 23 | !MESSAGE "Dipstick - Win32 Release" (based on "Win32 (x86) Application") |
24 | !MESSAGE "Dipstick - Win32 Debug" (based on "Win32 (x86) Application") | 24 | !MESSAGE "Dipstick - Win32 Debug" (based on "Win32 (x86) Application") |
25 | !MESSAGE "Dipstick - Win32 Release Static" (based on "Win32 (x86) Application") | 25 | !MESSAGE "Dipstick - Win32 Release Static" (based on "Win32 (x86) Application") |
26 | !MESSAGE "Install - Win32 Debug" (based on "Win32 (x86) Application") | 26 | !MESSAGE "Install - Win32 Debug" (based on "Win32 (x86) Application") |
27 | !MESSAGE "Install - Win32 Pure" (based on "Win32 (x86) Application") | 27 | !MESSAGE "Install - Win32 Pure" (based on "Win32 (x86) Application") |
28 | !MESSAGE "Install - Win32 Static" (based on "Win32 (x86) Application") | 28 | !MESSAGE "Install - Win32 Static" (based on "Win32 (x86) Application") |
29 | !MESSAGE "Install - Win32 Canned" (based on "Win32 (x86) Application") | 29 | !MESSAGE "Install - Win32 Canned" (based on "Win32 (x86) Application") |
30 | !MESSAGE | 30 | !MESSAGE |
31 | !ERROR An invalid configuration is specified. | 31 | !ERROR An invalid configuration is specified. |
32 | !ENDIF | 32 | !ENDIF |
33 | 33 | ||
34 | !IF "$(OS)" == "Windows_NT" | 34 | !IF "$(OS)" == "Windows_NT" |
35 | NULL= | 35 | NULL= |
36 | !ELSE | 36 | !ELSE |
37 | NULL=nul | 37 | NULL=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" |
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 | ||
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" |
51 | # PROP BASE Intermediate_Dir "Release" | 51 | # PROP BASE Intermediate_Dir "Release" |
52 | # PROP BASE Target_Dir "" | 52 | # PROP BASE Target_Dir "" |
53 | # PROP Use_MFC 6 | 53 | # PROP Use_MFC 6 |
54 | # PROP Use_Debug_Libraries 0 | 54 | # PROP Use_Debug_Libraries 0 |
55 | # PROP Output_Dir "Release" | 55 | # PROP Output_Dir "Release" |
56 | # PROP Intermediate_Dir "Release" | 56 | # PROP Intermediate_Dir "Release" |
57 | # PROP Target_Dir "" | 57 | # PROP Target_Dir "" |
58 | OUTDIR=.\Release | 58 | OUTDIR=.\Release |
59 | INTDIR=.\Release | 59 | INTDIR=.\Release |
60 | # Begin Custom Macros | 60 | # Begin Custom Macros |
61 | OutDir=.\Release | 61 | OutDir=.\Release |
62 | TargetName=dipstick | 62 | TargetName=dipstick |
63 | # End Custom Macros | 63 | # End Custom Macros |
64 | 64 | ||
65 | ALL : "$(OUTDIR)\dipstick.exe" "$(OUTDIR)\dipstick.ex_"\ | 65 | ALL : "$(OUTDIR)\dipstick.exe" "$(OUTDIR)\dipstick.ex_"\ |
66 | "$(OUTDIR)\dipstick.hlp" "$(OUTDIR)\dipstick.cnt" "$(OUTDIR)\dipstick.hl_"\ | 66 | "$(OUTDIR)\dipstick.hlp" "$(OUTDIR)\dipstick.cnt" "$(OUTDIR)\dipstick.hl_"\ |
67 | "$(OUTDIR)\dipstick.cn_" | 67 | "$(OUTDIR)\dipstick.cn_" |
68 | 68 | ||
@@ -625,1027 +625,765 @@ LINK32_OBJS= \ | |||
625 | $(CPP) $(CPP_PROJ) $< | 625 | $(CPP) $(CPP_PROJ) $< |
626 | 626 | ||
627 | .cxx{$(CPP_SBRS)}.sbr: | 627 | .cxx{$(CPP_SBRS)}.sbr: |
628 | $(CPP) $(CPP_PROJ) $< | 628 | $(CPP) $(CPP_PROJ) $< |
629 | 629 | ||
630 | ################################################################################ | 630 | ################################################################################ |
631 | # Begin Target | 631 | # Begin Target |
632 | 632 | ||
633 | # Name "Dipstick - Win32 Release" | 633 | # Name "Dipstick - Win32 Release" |
634 | # Name "Dipstick - Win32 Debug" | 634 | # Name "Dipstick - Win32 Debug" |
635 | # Name "Dipstick - Win32 Release Static" | 635 | # Name "Dipstick - Win32 Release Static" |
636 | 636 | ||
637 | !IF "$(CFG)" == "Dipstick - Win32 Release" | 637 | !IF "$(CFG)" == "Dipstick - Win32 Release" |
638 | 638 | ||
639 | !ELSEIF "$(CFG)" == "Dipstick - Win32 Debug" | 639 | !ELSEIF "$(CFG)" == "Dipstick - Win32 Debug" |
640 | 640 | ||
641 | !ELSEIF "$(CFG)" == "Dipstick - Win32 Release Static" | 641 | !ELSEIF "$(CFG)" == "Dipstick - Win32 Release Static" |
642 | 642 | ||
643 | !ENDIF | 643 | !ENDIF |
644 | 644 | ||
645 | ################################################################################ | 645 | ################################################################################ |
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"\ |
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 | ||
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" |
682 | 672 | ||
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" |
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 | ||
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"\ |
718 | ".\HostProperties.h"\ | 695 | ".\HostProperties.h"\ |
719 | ".\OptionsDlg.h"\ | 696 | ".\OptionsDlg.h"\ |
720 | ".\SelectURLsDlg.h"\ | 697 | ".\SelectURLsDlg.h"\ |
721 | ".\shared-code\ip_icmp.h"\ | 698 | ".\shared-code\ip_icmp.h"\ |
722 | ".\shared-code\kICMP.h"\ | 699 | ".\shared-code\kICMP.h"\ |
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 | ||
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" |
755 | 718 | ||
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" |
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 | ||
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"\ |
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 | ||
801 | BuildCmds= \ | 747 | BuildCmds= \ |
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) \ |
805 | 751 | ||
806 | 752 | ||
807 | "$(INTDIR)\StdAfx.obj" : $(SOURCE) $(DEP_CPP_STDAF) "$(INTDIR)" | 753 | "$(INTDIR)\StdAfx.obj" : $(SOURCE) $(DEP_CPP_STDAF) "$(INTDIR)" |
808 | $(BuildCmds) | 754 | $(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 | ||
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= \ |
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) \ |
829 | 767 | ||
830 | 768 | ||
831 | "$(INTDIR)\StdAfx.obj" : $(SOURCE) $(DEP_CPP_STDAF) "$(INTDIR)" | 769 | "$(INTDIR)\StdAfx.obj" : $(SOURCE) $(DEP_CPP_STDAF) "$(INTDIR)" |
832 | $(BuildCmds) | 770 | $(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 | ||
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 | ||
850 | BuildCmds= \ | 780 | BuildCmds= \ |
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) \ |
853 | 783 | ||
854 | 784 | ||
855 | "$(INTDIR)\StdAfx.obj" : $(SOURCE) $(DEP_CPP_STDAF) "$(INTDIR)" | 785 | "$(INTDIR)\StdAfx.obj" : $(SOURCE) $(DEP_CPP_STDAF) "$(INTDIR)" |
856 | $(BuildCmds) | 786 | $(BuildCmds) |
857 | 787 | ||
858 | "$(INTDIR)\dipstick.pch" : $(SOURCE) $(DEP_CPP_STDAF) "$(INTDIR)" | 788 | "$(INTDIR)\dipstick.pch" : $(SOURCE) $(DEP_CPP_STDAF) "$(INTDIR)" |
859 | $(BuildCmds) | 789 | $(BuildCmds) |
860 | 790 | ||
861 | !ENDIF | 791 | !ENDIF |
862 | 792 | ||
863 | # End Source File | 793 | # End Source File |
864 | ################################################################################ | 794 | ################################################################################ |
865 | # Begin Source File | 795 | # Begin Source File |
866 | 796 | ||
867 | SOURCE=.\dipstick.rc | 797 | SOURCE=.\dipstick.rc |
868 | 798 | ||
869 | !IF "$(CFG)" == "Dipstick - Win32 Release" | 799 | !IF "$(CFG)" == "Dipstick - Win32 Release" |
870 | 800 | ||
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"\ |
881 | ".\shared-data\klever-background.bmp"\ | 811 | ".\shared-data\klever-background.bmp"\ |
882 | 812 | ||
883 | 813 | ||
884 | "$(INTDIR)\dipstick.res" : $(SOURCE) $(DEP_RSC_DIPSTIC) "$(INTDIR)" | 814 | "$(INTDIR)\dipstick.res" : $(SOURCE) $(DEP_RSC_DIPSTIC) "$(INTDIR)" |
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 | ||
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)" |
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 | ||
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)" |
923 | $(RSC) $(RSC_PROJ) $(SOURCE) | 853 | $(RSC) $(RSC_PROJ) $(SOURCE) |
924 | 854 | ||
925 | 855 | ||
926 | !ENDIF | 856 | !ENDIF |
927 | 857 | ||
928 | # End Source File | 858 | # End Source File |
929 | ################################################################################ | 859 | ################################################################################ |
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"\ |
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 | ||
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" |
968 | 887 | ||
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" |
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 | ||
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"\ |
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 | ||
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" |
1028 | 926 | ||
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" |
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 | ||
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"\ |
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 | ||
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" |
1087 | 965 | ||
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" |
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 | ||
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"\ |
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 | ||
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" |
1148 | 1005 | ||
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" |
1166 | 1012 | ||
1167 | 1013 | ||
1168 | !ENDIF | 1014 | !ENDIF |
1169 | 1015 | ||
1170 | # End Source File | 1016 | # End Source File |
1171 | ################################################################################ | 1017 | ################################################################################ |
1172 | # Begin Source File | 1018 | # Begin Source File |
1173 | 1019 | ||
1174 | SOURCE=.\Help\DipStick.hpj | 1020 | SOURCE=.\Help\DipStick.hpj |
1175 | 1021 | ||
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... |
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" \ |
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 | ||
1189 | 1035 | ||
1190 | "$(OutDir)\$(TargetName).hlp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" | 1036 | "$(OutDir)\$(TargetName).hlp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" |
1191 | $(BuildCmds) | 1037 | $(BuildCmds) |
1192 | 1038 | ||
1193 | "$(OutDir)\$(TargetName).cnt" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" | 1039 | "$(OutDir)\$(TargetName).cnt" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" |
1194 | $(BuildCmds) | 1040 | $(BuildCmds) |
1195 | 1041 | ||
1196 | "$(OutDir)\$(TargetName).hl_" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" | 1042 | "$(OutDir)\$(TargetName).hl_" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" |
1197 | $(BuildCmds) | 1043 | $(BuildCmds) |
1198 | 1044 | ||
1199 | "$(OutDir)\$(TargetName).cn_" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" | 1045 | "$(OutDir)\$(TargetName).cn_" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" |
1200 | $(BuildCmds) | 1046 | $(BuildCmds) |
1201 | # End Custom Build | 1047 | # End Custom Build |
1202 | 1048 | ||
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... |
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" \ |
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 | ||
1216 | 1062 | ||
1217 | "$(OutDir)\$(TargetName).hlp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" | 1063 | "$(OutDir)\$(TargetName).hlp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" |
1218 | $(BuildCmds) | 1064 | $(BuildCmds) |
1219 | 1065 | ||
1220 | "$(OutDir)\$(TargetName).cnt" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" | 1066 | "$(OutDir)\$(TargetName).cnt" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" |
1221 | $(BuildCmds) | 1067 | $(BuildCmds) |
1222 | 1068 | ||
1223 | "$(OutDir)\$(TargetName).hl_" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" | 1069 | "$(OutDir)\$(TargetName).hl_" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" |
1224 | $(BuildCmds) | 1070 | $(BuildCmds) |
1225 | 1071 | ||
1226 | "$(OutDir)\$(TargetName).cn_" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" | 1072 | "$(OutDir)\$(TargetName).cn_" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" |
1227 | $(BuildCmds) | 1073 | $(BuildCmds) |
1228 | # End Custom Build | 1074 | # End Custom Build |
1229 | 1075 | ||
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... |
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" \ |
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 | ||
1243 | 1089 | ||
1244 | "$(OutDir)\$(TargetName).hlp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" | 1090 | "$(OutDir)\$(TargetName).hlp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" |
1245 | $(BuildCmds) | 1091 | $(BuildCmds) |
1246 | 1092 | ||
1247 | "$(OutDir)\$(TargetName).cnt" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" | 1093 | "$(OutDir)\$(TargetName).cnt" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" |
1248 | $(BuildCmds) | 1094 | $(BuildCmds) |
1249 | 1095 | ||
1250 | "$(OutDir)\$(TargetName).hl_" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" | 1096 | "$(OutDir)\$(TargetName).hl_" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" |
1251 | $(BuildCmds) | 1097 | $(BuildCmds) |
1252 | 1098 | ||
1253 | "$(OutDir)\$(TargetName).cn_" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" | 1099 | "$(OutDir)\$(TargetName).cn_" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" |
1254 | $(BuildCmds) | 1100 | $(BuildCmds) |
1255 | # End Custom Build | 1101 | # End Custom Build |
1256 | 1102 | ||
1257 | !ENDIF | 1103 | !ENDIF |
1258 | 1104 | ||
1259 | # End Source File | 1105 | # End Source File |
1260 | ################################################################################ | 1106 | ################################################################################ |
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"\ |
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 | ||
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" |
1299 | 1134 | ||
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" |
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 | ||
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"\ |
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 | ||
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" |
1357 | 1172 | ||
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" |
1373 | 1179 | ||
1374 | 1180 | ||
1375 | !ENDIF | 1181 | !ENDIF |
1376 | 1182 | ||
1377 | # End Source File | 1183 | # End Source File |
1378 | ################################################################################ | 1184 | ################################################################################ |
1379 | # Begin Source File | 1185 | # Begin Source File |
1380 | 1186 | ||
1381 | SOURCE=.\Help\Dipstick.cnt | 1187 | SOURCE=.\Help\Dipstick.cnt |
1382 | 1188 | ||
1383 | !IF "$(CFG)" == "Dipstick - Win32 Release" | 1189 | !IF "$(CFG)" == "Dipstick - Win32 Release" |
1384 | 1190 | ||
1385 | # PROP Exclude_From_Build 1 | 1191 | # PROP Exclude_From_Build 1 |
1386 | 1192 | ||
1387 | !ELSEIF "$(CFG)" == "Dipstick - Win32 Debug" | 1193 | !ELSEIF "$(CFG)" == "Dipstick - Win32 Debug" |
1388 | 1194 | ||
1389 | # PROP Exclude_From_Build 1 | 1195 | # PROP Exclude_From_Build 1 |
1390 | 1196 | ||
1391 | !ELSEIF "$(CFG)" == "Dipstick - Win32 Release Static" | 1197 | !ELSEIF "$(CFG)" == "Dipstick - Win32 Release Static" |
1392 | 1198 | ||
1393 | # PROP Exclude_From_Build 1 | 1199 | # PROP Exclude_From_Build 1 |
1394 | 1200 | ||
1395 | !ENDIF | 1201 | !ENDIF |
1396 | 1202 | ||
1397 | # End Source File | 1203 | # End Source File |
1398 | ################################################################################ | 1204 | ################################################################################ |
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"\ |
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 | ||
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" |
1431 | 1229 | ||
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" |
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 | ||
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"\ |
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 | ||
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" |
1488 | 1268 | ||
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" |
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 | ||
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"\ |
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 | ||
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)"\ |
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 | ||
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)"\ |
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\ |
1569 | $(SOURCE) | 1323 | $(SOURCE) |
1570 | 1324 | ||
1571 | 1325 | ||
1572 | !ENDIF | 1326 | !ENDIF |
1573 | 1327 | ||
1574 | # End Source File | 1328 | # End Source File |
1575 | ################################################################################ | 1329 | ################################################################################ |
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"\ |
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 | ||
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)"\ |
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 | ||
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)"\ |
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\ |
1634 | $(SOURCE) | 1372 | $(SOURCE) |
1635 | 1373 | ||
1636 | 1374 | ||
1637 | !ENDIF | 1375 | !ENDIF |
1638 | 1376 | ||
1639 | # End Source File | 1377 | # End Source File |
1640 | # End Target | 1378 | # End Target |
1641 | ################################################################################ | 1379 | ################################################################################ |
1642 | # Begin Target | 1380 | # Begin Target |
1643 | 1381 | ||
1644 | # Name "Install - Win32 Debug" | 1382 | # Name "Install - Win32 Debug" |
1645 | # Name "Install - Win32 Pure" | 1383 | # Name "Install - Win32 Pure" |
1646 | # Name "Install - Win32 Static" | 1384 | # Name "Install - Win32 Static" |
1647 | # Name "Install - Win32 Canned" | 1385 | # Name "Install - Win32 Canned" |
1648 | 1386 | ||
1649 | !IF "$(CFG)" == "Install - Win32 Debug" | 1387 | !IF "$(CFG)" == "Install - Win32 Debug" |
1650 | 1388 | ||
1651 | !ELSEIF "$(CFG)" == "Install - Win32 Pure" | 1389 | !ELSEIF "$(CFG)" == "Install - Win32 Pure" |