summaryrefslogtreecommitdiffabout
path: root/pumpkin.mak
Unidiff
Diffstat (limited to 'pumpkin.mak') (more/less context) (ignore whitespace changes)
-rw-r--r--pumpkin.mak76
1 files changed, 16 insertions, 60 deletions
diff --git a/pumpkin.mak b/pumpkin.mak
index 7d2ec22..a22a6fa 100644
--- a/pumpkin.mak
+++ b/pumpkin.mak
@@ -17,49 +17,49 @@ CFG=Install - Win32 Debug
17!MESSAGE by defining the macro CFG on the command line. For example: 17!MESSAGE by defining the macro CFG on the command line. For example:
18!MESSAGE 18!MESSAGE
19!MESSAGE NMAKE /f "pumpkin.mak" CFG="Install - Win32 Debug" 19!MESSAGE NMAKE /f "pumpkin.mak" CFG="Install - Win32 Debug"
20!MESSAGE 20!MESSAGE
21!MESSAGE Possible choices for configuration are: 21!MESSAGE Possible choices for configuration are:
22!MESSAGE 22!MESSAGE
23!MESSAGE "PumpKIN - Win32 Release" (based on "Win32 (x86) Application") 23!MESSAGE "PumpKIN - Win32 Release" (based on "Win32 (x86) Application")
24!MESSAGE "PumpKIN - Win32 Debug" (based on "Win32 (x86) Application") 24!MESSAGE "PumpKIN - Win32 Debug" (based on "Win32 (x86) Application")
25!MESSAGE "PumpKIN - Win32 Static" (based on "Win32 (x86) Application") 25!MESSAGE "PumpKIN - Win32 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"
35NULL= 35NULL=
36!ELSE 36!ELSE
37NULL=nul 37NULL=nul
38!ENDIF 38!ENDIF
39################################################################################ 39################################################################################
40# Begin Project 40# Begin Project
41# PROP Target_Last_Scanned "Install - Win32 Canned" 41# PROP Target_Last_Scanned "PumpKIN - Win32 Debug"
42CPP=cl.exe 42CPP=cl.exe
43RSC=rc.exe 43RSC=rc.exe
44MTL=mktyplib.exe 44MTL=mktyplib.exe
45 45
46!IF "$(CFG)" == "PumpKIN - Win32 Release" 46!IF "$(CFG)" == "PumpKIN - 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 ""
58OUTDIR=.\Release 58OUTDIR=.\Release
59INTDIR=.\Release 59INTDIR=.\Release
60# Begin Custom Macros 60# Begin Custom Macros
61OutDir=.\Release 61OutDir=.\Release
62TargetName=pumpkin 62TargetName=pumpkin
63# End Custom Macros 63# End Custom Macros
64 64
65ALL : "$(OUTDIR)\pumpkin.exe" "$(OUTDIR)\pumpkin.ex_" "$(OUTDIR)\pumpkin.hlp"\ 65ALL : "$(OUTDIR)\pumpkin.exe" "$(OUTDIR)\pumpkin.ex_" "$(OUTDIR)\pumpkin.hlp"\
@@ -685,154 +685,119 @@ LINK32_OBJS= \
685################################################################################ 685################################################################################
686# Begin Source File 686# Begin Source File
687 687
688SOURCE=.\PumpKIN.cpp 688SOURCE=.\PumpKIN.cpp
689 689
690!IF "$(CFG)" == "PumpKIN - Win32 Release" 690!IF "$(CFG)" == "PumpKIN - Win32 Release"
691 691
692DEP_CPP_PUMPK=\ 692DEP_CPP_PUMPK=\
693 ".\pumpkin.h"\ 693 ".\pumpkin.h"\
694 ".\PumpKINDlg.h"\ 694 ".\PumpKINDlg.h"\
695 ".\shared-code\BellsNWhistles.h"\ 695 ".\shared-code\BellsNWhistles.h"\
696 ".\shared-code\kHelpers.h"\ 696 ".\shared-code\kHelpers.h"\
697 ".\stdafx.h"\ 697 ".\stdafx.h"\
698 698
699 699
700"$(INTDIR)\PumpKIN.obj" : $(SOURCE) $(DEP_CPP_PUMPK) "$(INTDIR)"\ 700"$(INTDIR)\PumpKIN.obj" : $(SOURCE) $(DEP_CPP_PUMPK) "$(INTDIR)"\
701 "$(INTDIR)\pumpkin.pch" 701 "$(INTDIR)\pumpkin.pch"
702 702
703 703
704!ELSEIF "$(CFG)" == "PumpKIN - Win32 Debug" 704!ELSEIF "$(CFG)" == "PumpKIN - Win32 Debug"
705 705
706DEP_CPP_PUMPK=\ 706DEP_CPP_PUMPK=\
707 ".\pumpkin.h"\ 707 ".\pumpkin.h"\
708 ".\PumpKINDlg.h"\ 708 ".\PumpKINDlg.h"\
709 ".\shared-code\BellsNWhistles.h"\
709 ".\shared-code\kHelpers.h"\ 710 ".\shared-code\kHelpers.h"\
710 ".\stdafx.h"\ 711 ".\stdafx.h"\
711 712
712 713
713"$(INTDIR)\PumpKIN.obj" : $(SOURCE) $(DEP_CPP_PUMPK) "$(INTDIR)"\ 714"$(INTDIR)\PumpKIN.obj" : $(SOURCE) $(DEP_CPP_PUMPK) "$(INTDIR)"\
714 "$(INTDIR)\pumpkin.pch" 715 "$(INTDIR)\pumpkin.pch"
715 716
716"$(INTDIR)\PumpKIN.sbr" : $(SOURCE) $(DEP_CPP_PUMPK) "$(INTDIR)"\ 717"$(INTDIR)\PumpKIN.sbr" : $(SOURCE) $(DEP_CPP_PUMPK) "$(INTDIR)"\
717 "$(INTDIR)\pumpkin.pch" 718 "$(INTDIR)\pumpkin.pch"
718 719
719 720
720!ELSEIF "$(CFG)" == "PumpKIN - Win32 Static" 721!ELSEIF "$(CFG)" == "PumpKIN - Win32 Static"
721 722
722DEP_CPP_PUMPK=\ 723DEP_CPP_PUMPK=\
723 ".\pumpkin.h"\ 724 ".\pumpkin.h"\
724 ".\PumpKINDlg.h"\ 725 ".\PumpKINDlg.h"\
725 ".\shared-code\BellsNWhistles.h"\ 726 ".\shared-code\BellsNWhistles.h"\
726 ".\shared-code\kHelpers.h"\ 727 ".\shared-code\kHelpers.h"\
727 ".\stdafx.h"\ 728 ".\stdafx.h"\
728 729
729 730
730"$(INTDIR)\PumpKIN.obj" : $(SOURCE) $(DEP_CPP_PUMPK) "$(INTDIR)"\ 731"$(INTDIR)\PumpKIN.obj" : $(SOURCE) $(DEP_CPP_PUMPK) "$(INTDIR)"\
731 "$(INTDIR)\pumpkin.pch" 732 "$(INTDIR)\pumpkin.pch"
732 733
733 734
734!ENDIF 735!ENDIF
735 736
736# End Source File 737# End Source File
737################################################################################ 738################################################################################
738# Begin Source File 739# Begin Source File
739 740
740SOURCE=.\PumpKINDlg.cpp 741SOURCE=.\PumpKINDlg.cpp
741
742!IF "$(CFG)" == "PumpKIN - Win32 Release"
743
744DEP_CPP_PUMPKI=\ 742DEP_CPP_PUMPKI=\
745 ".\ACLTargetCombo.h"\ 743 ".\ACLTargetCombo.h"\
746 ".\ConfirmRRQDlg.h"\ 744 ".\ConfirmRRQDlg.h"\
747 ".\ConfirmWRQDlg.h"\ 745 ".\ConfirmWRQDlg.h"\
748 ".\PropsACL.h"\ 746 ".\PropsACL.h"\
749 ".\PropsNetwork.h"\ 747 ".\PropsNetwork.h"\
750 ".\PropsServer.h"\ 748 ".\PropsServer.h"\
751 ".\PropsSounds.h"\ 749 ".\PropsSounds.h"\
752 ".\pumpkin.h"\ 750 ".\pumpkin.h"\
753 ".\PumpKINDlg.h"\ 751 ".\PumpKINDlg.h"\
754 ".\RequestDlg.h"\ 752 ".\RequestDlg.h"\
755 ".\Resolver.h"\ 753 ".\Resolver.h"\
756 ".\Retrier.h"\ 754 ".\Retrier.h"\
757 ".\shared-code\BellsNWhistles.h"\ 755 ".\shared-code\BellsNWhistles.h"\
758 ".\shared-code\kHelpers.h"\ 756 ".\shared-code\kHelpers.h"\
759 ".\stdafx.h"\ 757 ".\stdafx.h"\
760 ".\Trayer.h"\ 758 ".\Trayer.h"\
761 759
762 760
761!IF "$(CFG)" == "PumpKIN - Win32 Release"
762
763
763"$(INTDIR)\PumpKINDlg.obj" : $(SOURCE) $(DEP_CPP_PUMPKI) "$(INTDIR)"\ 764"$(INTDIR)\PumpKINDlg.obj" : $(SOURCE) $(DEP_CPP_PUMPKI) "$(INTDIR)"\
764 "$(INTDIR)\pumpkin.pch" 765 "$(INTDIR)\pumpkin.pch"
765 766
766 767
767!ELSEIF "$(CFG)" == "PumpKIN - Win32 Debug" 768!ELSEIF "$(CFG)" == "PumpKIN - Win32 Debug"
768 769
769DEP_CPP_PUMPKI=\
770 ".\ACLTargetCombo.h"\
771 ".\ConfirmRRQDlg.h"\
772 ".\ConfirmWRQDlg.h"\
773 ".\PropsACL.h"\
774 ".\PropsNetwork.h"\
775 ".\PropsServer.h"\
776 ".\PropsSounds.h"\
777 ".\pumpkin.h"\
778 ".\PumpKINDlg.h"\
779 ".\RequestDlg.h"\
780 ".\Resolver.h"\
781 ".\Retrier.h"\
782 ".\shared-code\BellsNWhistles.h"\
783 ".\shared-code\kHelpers.h"\
784 ".\stdafx.h"\
785 ".\Trayer.h"\
786
787 770
788"$(INTDIR)\PumpKINDlg.obj" : $(SOURCE) $(DEP_CPP_PUMPKI) "$(INTDIR)"\ 771"$(INTDIR)\PumpKINDlg.obj" : $(SOURCE) $(DEP_CPP_PUMPKI) "$(INTDIR)"\
789 "$(INTDIR)\pumpkin.pch" 772 "$(INTDIR)\pumpkin.pch"
790 773
791"$(INTDIR)\PumpKINDlg.sbr" : $(SOURCE) $(DEP_CPP_PUMPKI) "$(INTDIR)"\ 774"$(INTDIR)\PumpKINDlg.sbr" : $(SOURCE) $(DEP_CPP_PUMPKI) "$(INTDIR)"\
792 "$(INTDIR)\pumpkin.pch" 775 "$(INTDIR)\pumpkin.pch"
793 776
794 777
795!ELSEIF "$(CFG)" == "PumpKIN - Win32 Static" 778!ELSEIF "$(CFG)" == "PumpKIN - Win32 Static"
796 779
797DEP_CPP_PUMPKI=\
798 ".\ACLTargetCombo.h"\
799 ".\ConfirmRRQDlg.h"\
800 ".\ConfirmWRQDlg.h"\
801 ".\PropsACL.h"\
802 ".\PropsNetwork.h"\
803 ".\PropsServer.h"\
804 ".\PropsSounds.h"\
805 ".\pumpkin.h"\
806 ".\PumpKINDlg.h"\
807 ".\RequestDlg.h"\
808 ".\Resolver.h"\
809 ".\Retrier.h"\
810 ".\shared-code\BellsNWhistles.h"\
811 ".\shared-code\kHelpers.h"\
812 ".\stdafx.h"\
813 ".\Trayer.h"\
814
815 780
816"$(INTDIR)\PumpKINDlg.obj" : $(SOURCE) $(DEP_CPP_PUMPKI) "$(INTDIR)"\ 781"$(INTDIR)\PumpKINDlg.obj" : $(SOURCE) $(DEP_CPP_PUMPKI) "$(INTDIR)"\
817 "$(INTDIR)\pumpkin.pch" 782 "$(INTDIR)\pumpkin.pch"
818 783
819 784
820!ENDIF 785!ENDIF
821 786
822# End Source File 787# End Source File
823################################################################################ 788################################################################################
824# Begin Source File 789# Begin Source File
825 790
826SOURCE=.\StdAfx.cpp 791SOURCE=.\StdAfx.cpp
827DEP_CPP_STDAF=\ 792DEP_CPP_STDAF=\
828 ".\shared-code\BellsNWhistles.h"\ 793 ".\shared-code\BellsNWhistles.h"\
829 ".\shared-code\kHelpers.h"\ 794 ".\shared-code\kHelpers.h"\
830 ".\stdafx.h"\ 795 ".\stdafx.h"\
831 796
832 797
833!IF "$(CFG)" == "PumpKIN - Win32 Release" 798!IF "$(CFG)" == "PumpKIN - Win32 Release"
834 799
835# ADD CPP /Yc"stdafx.h" 800# ADD CPP /Yc"stdafx.h"
836 801
837BuildCmds= \ 802BuildCmds= \
838 $(CPP) /nologo /Zp1 /MD /W3 /GX /O1 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D\ 803 $(CPP) /nologo /Zp1 /MD /W3 /GX /O1 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D\
@@ -1020,48 +985,49 @@ BuildCmds= \
1020################################################################################ 985################################################################################
1021# Begin Source File 986# Begin Source File
1022 987
1023SOURCE=.\PropsServer.cpp 988SOURCE=.\PropsServer.cpp
1024 989
1025!IF "$(CFG)" == "PumpKIN - Win32 Release" 990!IF "$(CFG)" == "PumpKIN - Win32 Release"
1026 991
1027DEP_CPP_PROPS=\ 992DEP_CPP_PROPS=\
1028 ".\PropsServer.h"\ 993 ".\PropsServer.h"\
1029 ".\pumpkin.h"\ 994 ".\pumpkin.h"\
1030 ".\shared-code\BellsNWhistles.h"\ 995 ".\shared-code\BellsNWhistles.h"\
1031 ".\shared-code\kHelpers.h"\ 996 ".\shared-code\kHelpers.h"\
1032 ".\stdafx.h"\ 997 ".\stdafx.h"\
1033 998
1034 999
1035"$(INTDIR)\PropsServer.obj" : $(SOURCE) $(DEP_CPP_PROPS) "$(INTDIR)"\ 1000"$(INTDIR)\PropsServer.obj" : $(SOURCE) $(DEP_CPP_PROPS) "$(INTDIR)"\
1036 "$(INTDIR)\pumpkin.pch" 1001 "$(INTDIR)\pumpkin.pch"
1037 1002
1038 1003
1039!ELSEIF "$(CFG)" == "PumpKIN - Win32 Debug" 1004!ELSEIF "$(CFG)" == "PumpKIN - Win32 Debug"
1040 1005
1041DEP_CPP_PROPS=\ 1006DEP_CPP_PROPS=\
1042 ".\PropsServer.h"\ 1007 ".\PropsServer.h"\
1043 ".\pumpkin.h"\ 1008 ".\pumpkin.h"\
1009 ".\shared-code\BellsNWhistles.h"\
1044 ".\shared-code\kHelpers.h"\ 1010 ".\shared-code\kHelpers.h"\
1045 ".\stdafx.h"\ 1011 ".\stdafx.h"\
1046 1012
1047 1013
1048"$(INTDIR)\PropsServer.obj" : $(SOURCE) $(DEP_CPP_PROPS) "$(INTDIR)"\ 1014"$(INTDIR)\PropsServer.obj" : $(SOURCE) $(DEP_CPP_PROPS) "$(INTDIR)"\
1049 "$(INTDIR)\pumpkin.pch" 1015 "$(INTDIR)\pumpkin.pch"
1050 1016
1051"$(INTDIR)\PropsServer.sbr" : $(SOURCE) $(DEP_CPP_PROPS) "$(INTDIR)"\ 1017"$(INTDIR)\PropsServer.sbr" : $(SOURCE) $(DEP_CPP_PROPS) "$(INTDIR)"\
1052 "$(INTDIR)\pumpkin.pch" 1018 "$(INTDIR)\pumpkin.pch"
1053 1019
1054 1020
1055!ELSEIF "$(CFG)" == "PumpKIN - Win32 Static" 1021!ELSEIF "$(CFG)" == "PumpKIN - Win32 Static"
1056 1022
1057DEP_CPP_PROPS=\ 1023DEP_CPP_PROPS=\
1058 ".\PropsServer.h"\ 1024 ".\PropsServer.h"\
1059 ".\pumpkin.h"\ 1025 ".\pumpkin.h"\
1060 ".\shared-code\BellsNWhistles.h"\ 1026 ".\shared-code\BellsNWhistles.h"\
1061 ".\shared-code\kHelpers.h"\ 1027 ".\shared-code\kHelpers.h"\
1062 ".\stdafx.h"\ 1028 ".\stdafx.h"\
1063 1029
1064 1030
1065"$(INTDIR)\PropsServer.obj" : $(SOURCE) $(DEP_CPP_PROPS) "$(INTDIR)"\ 1031"$(INTDIR)\PropsServer.obj" : $(SOURCE) $(DEP_CPP_PROPS) "$(INTDIR)"\
1066 "$(INTDIR)\pumpkin.pch" 1032 "$(INTDIR)\pumpkin.pch"
1067 1033
@@ -1113,48 +1079,49 @@ DEP_CPP_PROPSN=\
1113 1079
1114SOURCE=.\ConfirmRRQDlg.cpp 1080SOURCE=.\ConfirmRRQDlg.cpp
1115 1081
1116!IF "$(CFG)" == "PumpKIN - Win32 Release" 1082!IF "$(CFG)" == "PumpKIN - Win32 Release"
1117 1083
1118DEP_CPP_CONFI=\ 1084DEP_CPP_CONFI=\
1119 ".\ConfirmRRQDlg.h"\ 1085 ".\ConfirmRRQDlg.h"\
1120 ".\pumpkin.h"\ 1086 ".\pumpkin.h"\
1121 ".\PumpKINDlg.h"\ 1087 ".\PumpKINDlg.h"\
1122 ".\shared-code\BellsNWhistles.h"\ 1088 ".\shared-code\BellsNWhistles.h"\
1123 ".\shared-code\kHelpers.h"\ 1089 ".\shared-code\kHelpers.h"\
1124 ".\stdafx.h"\ 1090 ".\stdafx.h"\
1125 1091
1126 1092
1127"$(INTDIR)\ConfirmRRQDlg.obj" : $(SOURCE) $(DEP_CPP_CONFI) "$(INTDIR)"\ 1093"$(INTDIR)\ConfirmRRQDlg.obj" : $(SOURCE) $(DEP_CPP_CONFI) "$(INTDIR)"\
1128 "$(INTDIR)\pumpkin.pch" 1094 "$(INTDIR)\pumpkin.pch"
1129 1095
1130 1096
1131!ELSEIF "$(CFG)" == "PumpKIN - Win32 Debug" 1097!ELSEIF "$(CFG)" == "PumpKIN - Win32 Debug"
1132 1098
1133DEP_CPP_CONFI=\ 1099DEP_CPP_CONFI=\
1134 ".\ConfirmRRQDlg.h"\ 1100 ".\ConfirmRRQDlg.h"\
1135 ".\pumpkin.h"\ 1101 ".\pumpkin.h"\
1136 ".\PumpKINDlg.h"\ 1102 ".\PumpKINDlg.h"\
1103 ".\shared-code\BellsNWhistles.h"\
1137 ".\shared-code\kHelpers.h"\ 1104 ".\shared-code\kHelpers.h"\
1138 ".\stdafx.h"\ 1105 ".\stdafx.h"\
1139 1106
1140 1107
1141"$(INTDIR)\ConfirmRRQDlg.obj" : $(SOURCE) $(DEP_CPP_CONFI) "$(INTDIR)"\ 1108"$(INTDIR)\ConfirmRRQDlg.obj" : $(SOURCE) $(DEP_CPP_CONFI) "$(INTDIR)"\
1142 "$(INTDIR)\pumpkin.pch" 1109 "$(INTDIR)\pumpkin.pch"
1143 1110
1144"$(INTDIR)\ConfirmRRQDlg.sbr" : $(SOURCE) $(DEP_CPP_CONFI) "$(INTDIR)"\ 1111"$(INTDIR)\ConfirmRRQDlg.sbr" : $(SOURCE) $(DEP_CPP_CONFI) "$(INTDIR)"\
1145 "$(INTDIR)\pumpkin.pch" 1112 "$(INTDIR)\pumpkin.pch"
1146 1113
1147 1114
1148!ELSEIF "$(CFG)" == "PumpKIN - Win32 Static" 1115!ELSEIF "$(CFG)" == "PumpKIN - Win32 Static"
1149 1116
1150DEP_CPP_CONFI=\ 1117DEP_CPP_CONFI=\
1151 ".\ConfirmRRQDlg.h"\ 1118 ".\ConfirmRRQDlg.h"\
1152 ".\pumpkin.h"\ 1119 ".\pumpkin.h"\
1153 ".\PumpKINDlg.h"\ 1120 ".\PumpKINDlg.h"\
1154 ".\shared-code\BellsNWhistles.h"\ 1121 ".\shared-code\BellsNWhistles.h"\
1155 ".\shared-code\kHelpers.h"\ 1122 ".\shared-code\kHelpers.h"\
1156 ".\stdafx.h"\ 1123 ".\stdafx.h"\
1157 1124
1158 1125
1159"$(INTDIR)\ConfirmRRQDlg.obj" : $(SOURCE) $(DEP_CPP_CONFI) "$(INTDIR)"\ 1126"$(INTDIR)\ConfirmRRQDlg.obj" : $(SOURCE) $(DEP_CPP_CONFI) "$(INTDIR)"\
1160 "$(INTDIR)\pumpkin.pch" 1127 "$(INTDIR)\pumpkin.pch"
@@ -1168,48 +1135,49 @@ DEP_CPP_CONFI=\
1168 1135
1169SOURCE=.\ConfirmWRQDlg.cpp 1136SOURCE=.\ConfirmWRQDlg.cpp
1170 1137
1171!IF "$(CFG)" == "PumpKIN - Win32 Release" 1138!IF "$(CFG)" == "PumpKIN - Win32 Release"
1172 1139
1173DEP_CPP_CONFIR=\ 1140DEP_CPP_CONFIR=\
1174 ".\ConfirmWRQDlg.h"\ 1141 ".\ConfirmWRQDlg.h"\
1175 ".\pumpkin.h"\ 1142 ".\pumpkin.h"\
1176 ".\PumpKINDlg.h"\ 1143 ".\PumpKINDlg.h"\
1177 ".\shared-code\BellsNWhistles.h"\ 1144 ".\shared-code\BellsNWhistles.h"\
1178 ".\shared-code\kHelpers.h"\ 1145 ".\shared-code\kHelpers.h"\
1179 ".\stdafx.h"\ 1146 ".\stdafx.h"\
1180 1147
1181 1148
1182"$(INTDIR)\ConfirmWRQDlg.obj" : $(SOURCE) $(DEP_CPP_CONFIR) "$(INTDIR)"\ 1149"$(INTDIR)\ConfirmWRQDlg.obj" : $(SOURCE) $(DEP_CPP_CONFIR) "$(INTDIR)"\
1183 "$(INTDIR)\pumpkin.pch" 1150 "$(INTDIR)\pumpkin.pch"
1184 1151
1185 1152
1186!ELSEIF "$(CFG)" == "PumpKIN - Win32 Debug" 1153!ELSEIF "$(CFG)" == "PumpKIN - Win32 Debug"
1187 1154
1188DEP_CPP_CONFIR=\ 1155DEP_CPP_CONFIR=\
1189 ".\ConfirmWRQDlg.h"\ 1156 ".\ConfirmWRQDlg.h"\
1190 ".\pumpkin.h"\ 1157 ".\pumpkin.h"\
1191 ".\PumpKINDlg.h"\ 1158 ".\PumpKINDlg.h"\
1159 ".\shared-code\BellsNWhistles.h"\
1192 ".\shared-code\kHelpers.h"\ 1160 ".\shared-code\kHelpers.h"\
1193 ".\stdafx.h"\ 1161 ".\stdafx.h"\
1194 1162
1195 1163
1196"$(INTDIR)\ConfirmWRQDlg.obj" : $(SOURCE) $(DEP_CPP_CONFIR) "$(INTDIR)"\ 1164"$(INTDIR)\ConfirmWRQDlg.obj" : $(SOURCE) $(DEP_CPP_CONFIR) "$(INTDIR)"\
1197 "$(INTDIR)\pumpkin.pch" 1165 "$(INTDIR)\pumpkin.pch"
1198 1166
1199"$(INTDIR)\ConfirmWRQDlg.sbr" : $(SOURCE) $(DEP_CPP_CONFIR) "$(INTDIR)"\ 1167"$(INTDIR)\ConfirmWRQDlg.sbr" : $(SOURCE) $(DEP_CPP_CONFIR) "$(INTDIR)"\
1200 "$(INTDIR)\pumpkin.pch" 1168 "$(INTDIR)\pumpkin.pch"
1201 1169
1202 1170
1203!ELSEIF "$(CFG)" == "PumpKIN - Win32 Static" 1171!ELSEIF "$(CFG)" == "PumpKIN - Win32 Static"
1204 1172
1205DEP_CPP_CONFIR=\ 1173DEP_CPP_CONFIR=\
1206 ".\ConfirmWRQDlg.h"\ 1174 ".\ConfirmWRQDlg.h"\
1207 ".\pumpkin.h"\ 1175 ".\pumpkin.h"\
1208 ".\PumpKINDlg.h"\ 1176 ".\PumpKINDlg.h"\
1209 ".\shared-code\BellsNWhistles.h"\ 1177 ".\shared-code\BellsNWhistles.h"\
1210 ".\shared-code\kHelpers.h"\ 1178 ".\shared-code\kHelpers.h"\
1211 ".\stdafx.h"\ 1179 ".\stdafx.h"\
1212 1180
1213 1181
1214"$(INTDIR)\ConfirmWRQDlg.obj" : $(SOURCE) $(DEP_CPP_CONFIR) "$(INTDIR)"\ 1182"$(INTDIR)\ConfirmWRQDlg.obj" : $(SOURCE) $(DEP_CPP_CONFIR) "$(INTDIR)"\
1215 "$(INTDIR)\pumpkin.pch" 1183 "$(INTDIR)\pumpkin.pch"
@@ -1262,48 +1230,49 @@ DEP_CPP_REQUE=\
1262 1230
1263SOURCE=.\Resolver.cpp 1231SOURCE=.\Resolver.cpp
1264 1232
1265!IF "$(CFG)" == "PumpKIN - Win32 Release" 1233!IF "$(CFG)" == "PumpKIN - Win32 Release"
1266 1234
1267DEP_CPP_RESOL=\ 1235DEP_CPP_RESOL=\
1268 ".\pumpkin.h"\ 1236 ".\pumpkin.h"\
1269 ".\PumpKINDlg.h"\ 1237 ".\PumpKINDlg.h"\
1270 ".\Resolver.h"\ 1238 ".\Resolver.h"\
1271 ".\shared-code\BellsNWhistles.h"\ 1239 ".\shared-code\BellsNWhistles.h"\
1272 ".\shared-code\kHelpers.h"\ 1240 ".\shared-code\kHelpers.h"\
1273 ".\stdafx.h"\ 1241 ".\stdafx.h"\
1274 1242
1275 1243
1276"$(INTDIR)\Resolver.obj" : $(SOURCE) $(DEP_CPP_RESOL) "$(INTDIR)"\ 1244"$(INTDIR)\Resolver.obj" : $(SOURCE) $(DEP_CPP_RESOL) "$(INTDIR)"\
1277 "$(INTDIR)\pumpkin.pch" 1245 "$(INTDIR)\pumpkin.pch"
1278 1246
1279 1247
1280!ELSEIF "$(CFG)" == "PumpKIN - Win32 Debug" 1248!ELSEIF "$(CFG)" == "PumpKIN - Win32 Debug"
1281 1249
1282DEP_CPP_RESOL=\ 1250DEP_CPP_RESOL=\
1283 ".\pumpkin.h"\ 1251 ".\pumpkin.h"\
1284 ".\PumpKINDlg.h"\ 1252 ".\PumpKINDlg.h"\
1285 ".\Resolver.h"\ 1253 ".\Resolver.h"\
1254 ".\shared-code\BellsNWhistles.h"\
1286 ".\shared-code\kHelpers.h"\ 1255 ".\shared-code\kHelpers.h"\
1287 ".\stdafx.h"\ 1256 ".\stdafx.h"\
1288 1257
1289 1258
1290"$(INTDIR)\Resolver.obj" : $(SOURCE) $(DEP_CPP_RESOL) "$(INTDIR)"\ 1259"$(INTDIR)\Resolver.obj" : $(SOURCE) $(DEP_CPP_RESOL) "$(INTDIR)"\
1291 "$(INTDIR)\pumpkin.pch" 1260 "$(INTDIR)\pumpkin.pch"
1292 1261
1293"$(INTDIR)\Resolver.sbr" : $(SOURCE) $(DEP_CPP_RESOL) "$(INTDIR)"\ 1262"$(INTDIR)\Resolver.sbr" : $(SOURCE) $(DEP_CPP_RESOL) "$(INTDIR)"\
1294 "$(INTDIR)\pumpkin.pch" 1263 "$(INTDIR)\pumpkin.pch"
1295 1264
1296 1265
1297!ELSEIF "$(CFG)" == "PumpKIN - Win32 Static" 1266!ELSEIF "$(CFG)" == "PumpKIN - Win32 Static"
1298 1267
1299DEP_CPP_RESOL=\ 1268DEP_CPP_RESOL=\
1300 ".\pumpkin.h"\ 1269 ".\pumpkin.h"\
1301 ".\PumpKINDlg.h"\ 1270 ".\PumpKINDlg.h"\
1302 ".\Resolver.h"\ 1271 ".\Resolver.h"\
1303 ".\shared-code\BellsNWhistles.h"\ 1272 ".\shared-code\BellsNWhistles.h"\
1304 ".\shared-code\kHelpers.h"\ 1273 ".\shared-code\kHelpers.h"\
1305 ".\stdafx.h"\ 1274 ".\stdafx.h"\
1306 1275
1307 1276
1308"$(INTDIR)\Resolver.obj" : $(SOURCE) $(DEP_CPP_RESOL) "$(INTDIR)"\ 1277"$(INTDIR)\Resolver.obj" : $(SOURCE) $(DEP_CPP_RESOL) "$(INTDIR)"\
1309 "$(INTDIR)\pumpkin.pch" 1278 "$(INTDIR)\pumpkin.pch"
@@ -1317,48 +1286,49 @@ DEP_CPP_RESOL=\
1317 1286
1318SOURCE=.\Retrier.cpp 1287SOURCE=.\Retrier.cpp
1319 1288
1320!IF "$(CFG)" == "PumpKIN - Win32 Release" 1289!IF "$(CFG)" == "PumpKIN - Win32 Release"
1321 1290
1322DEP_CPP_RETRI=\ 1291DEP_CPP_RETRI=\
1323 ".\pumpkin.h"\ 1292 ".\pumpkin.h"\
1324 ".\PumpKINDlg.h"\ 1293 ".\PumpKINDlg.h"\
1325 ".\Retrier.h"\ 1294 ".\Retrier.h"\
1326 ".\shared-code\BellsNWhistles.h"\ 1295 ".\shared-code\BellsNWhistles.h"\
1327 ".\shared-code\kHelpers.h"\ 1296 ".\shared-code\kHelpers.h"\
1328 ".\stdafx.h"\ 1297 ".\stdafx.h"\
1329 1298
1330 1299
1331"$(INTDIR)\Retrier.obj" : $(SOURCE) $(DEP_CPP_RETRI) "$(INTDIR)"\ 1300"$(INTDIR)\Retrier.obj" : $(SOURCE) $(DEP_CPP_RETRI) "$(INTDIR)"\
1332 "$(INTDIR)\pumpkin.pch" 1301 "$(INTDIR)\pumpkin.pch"
1333 1302
1334 1303
1335!ELSEIF "$(CFG)" == "PumpKIN - Win32 Debug" 1304!ELSEIF "$(CFG)" == "PumpKIN - Win32 Debug"
1336 1305
1337DEP_CPP_RETRI=\ 1306DEP_CPP_RETRI=\
1338 ".\pumpkin.h"\ 1307 ".\pumpkin.h"\
1339 ".\PumpKINDlg.h"\ 1308 ".\PumpKINDlg.h"\
1340 ".\Retrier.h"\ 1309 ".\Retrier.h"\
1310 ".\shared-code\BellsNWhistles.h"\
1341 ".\shared-code\kHelpers.h"\ 1311 ".\shared-code\kHelpers.h"\
1342 ".\stdafx.h"\ 1312 ".\stdafx.h"\
1343 1313
1344 1314
1345"$(INTDIR)\Retrier.obj" : $(SOURCE) $(DEP_CPP_RETRI) "$(INTDIR)"\ 1315"$(INTDIR)\Retrier.obj" : $(SOURCE) $(DEP_CPP_RETRI) "$(INTDIR)"\
1346 "$(INTDIR)\pumpkin.pch" 1316 "$(INTDIR)\pumpkin.pch"
1347 1317
1348"$(INTDIR)\Retrier.sbr" : $(SOURCE) $(DEP_CPP_RETRI) "$(INTDIR)"\ 1318"$(INTDIR)\Retrier.sbr" : $(SOURCE) $(DEP_CPP_RETRI) "$(INTDIR)"\
1349 "$(INTDIR)\pumpkin.pch" 1319 "$(INTDIR)\pumpkin.pch"
1350 1320
1351 1321
1352!ELSEIF "$(CFG)" == "PumpKIN - Win32 Static" 1322!ELSEIF "$(CFG)" == "PumpKIN - Win32 Static"
1353 1323
1354DEP_CPP_RETRI=\ 1324DEP_CPP_RETRI=\
1355 ".\pumpkin.h"\ 1325 ".\pumpkin.h"\
1356 ".\PumpKINDlg.h"\ 1326 ".\PumpKINDlg.h"\
1357 ".\Retrier.h"\ 1327 ".\Retrier.h"\
1358 ".\shared-code\BellsNWhistles.h"\ 1328 ".\shared-code\BellsNWhistles.h"\
1359 ".\shared-code\kHelpers.h"\ 1329 ".\shared-code\kHelpers.h"\
1360 ".\stdafx.h"\ 1330 ".\stdafx.h"\
1361 1331
1362 1332
1363"$(INTDIR)\Retrier.obj" : $(SOURCE) $(DEP_CPP_RETRI) "$(INTDIR)"\ 1333"$(INTDIR)\Retrier.obj" : $(SOURCE) $(DEP_CPP_RETRI) "$(INTDIR)"\
1364 "$(INTDIR)\pumpkin.pch" 1334 "$(INTDIR)\pumpkin.pch"
@@ -1371,48 +1341,49 @@ DEP_CPP_RETRI=\
1371# Begin Source File 1341# Begin Source File
1372 1342
1373SOURCE=.\Trayer.cpp 1343SOURCE=.\Trayer.cpp
1374 1344
1375!IF "$(CFG)" == "PumpKIN - Win32 Release" 1345!IF "$(CFG)" == "PumpKIN - Win32 Release"
1376 1346
1377DEP_CPP_TRAYE=\ 1347DEP_CPP_TRAYE=\
1378 ".\pumpkin.h"\ 1348 ".\pumpkin.h"\
1379 ".\PumpKINDlg.h"\ 1349 ".\PumpKINDlg.h"\
1380 ".\shared-code\BellsNWhistles.h"\ 1350 ".\shared-code\BellsNWhistles.h"\
1381 ".\shared-code\kHelpers.h"\ 1351 ".\shared-code\kHelpers.h"\
1382 ".\stdafx.h"\ 1352 ".\stdafx.h"\
1383 ".\Trayer.h"\ 1353 ".\Trayer.h"\
1384 1354
1385 1355
1386"$(INTDIR)\Trayer.obj" : $(SOURCE) $(DEP_CPP_TRAYE) "$(INTDIR)"\ 1356"$(INTDIR)\Trayer.obj" : $(SOURCE) $(DEP_CPP_TRAYE) "$(INTDIR)"\
1387 "$(INTDIR)\pumpkin.pch" 1357 "$(INTDIR)\pumpkin.pch"
1388 1358
1389 1359
1390!ELSEIF "$(CFG)" == "PumpKIN - Win32 Debug" 1360!ELSEIF "$(CFG)" == "PumpKIN - Win32 Debug"
1391 1361
1392DEP_CPP_TRAYE=\ 1362DEP_CPP_TRAYE=\
1393 ".\pumpkin.h"\ 1363 ".\pumpkin.h"\
1394 ".\PumpKINDlg.h"\ 1364 ".\PumpKINDlg.h"\
1365 ".\shared-code\BellsNWhistles.h"\
1395 ".\shared-code\kHelpers.h"\ 1366 ".\shared-code\kHelpers.h"\
1396 ".\stdafx.h"\ 1367 ".\stdafx.h"\
1397 ".\Trayer.h"\ 1368 ".\Trayer.h"\
1398 1369
1399 1370
1400"$(INTDIR)\Trayer.obj" : $(SOURCE) $(DEP_CPP_TRAYE) "$(INTDIR)"\ 1371"$(INTDIR)\Trayer.obj" : $(SOURCE) $(DEP_CPP_TRAYE) "$(INTDIR)"\
1401 "$(INTDIR)\pumpkin.pch" 1372 "$(INTDIR)\pumpkin.pch"
1402 1373
1403"$(INTDIR)\Trayer.sbr" : $(SOURCE) $(DEP_CPP_TRAYE) "$(INTDIR)"\ 1374"$(INTDIR)\Trayer.sbr" : $(SOURCE) $(DEP_CPP_TRAYE) "$(INTDIR)"\
1404 "$(INTDIR)\pumpkin.pch" 1375 "$(INTDIR)\pumpkin.pch"
1405 1376
1406 1377
1407!ELSEIF "$(CFG)" == "PumpKIN - Win32 Static" 1378!ELSEIF "$(CFG)" == "PumpKIN - Win32 Static"
1408 1379
1409DEP_CPP_TRAYE=\ 1380DEP_CPP_TRAYE=\
1410 ".\pumpkin.h"\ 1381 ".\pumpkin.h"\
1411 ".\PumpKINDlg.h"\ 1382 ".\PumpKINDlg.h"\
1412 ".\shared-code\BellsNWhistles.h"\ 1383 ".\shared-code\BellsNWhistles.h"\
1413 ".\shared-code\kHelpers.h"\ 1384 ".\shared-code\kHelpers.h"\
1414 ".\stdafx.h"\ 1385 ".\stdafx.h"\
1415 ".\Trayer.h"\ 1386 ".\Trayer.h"\
1416 1387
1417 1388
1418"$(INTDIR)\Trayer.obj" : $(SOURCE) $(DEP_CPP_TRAYE) "$(INTDIR)"\ 1389"$(INTDIR)\Trayer.obj" : $(SOURCE) $(DEP_CPP_TRAYE) "$(INTDIR)"\
@@ -1447,161 +1418,146 @@ SOURCE=.\help\pumpkin.cnt
1447 1418
1448SOURCE=.\PropsSounds.cpp 1419SOURCE=.\PropsSounds.cpp
1449 1420
1450!IF "$(CFG)" == "PumpKIN - Win32 Release" 1421!IF "$(CFG)" == "PumpKIN - Win32 Release"
1451 1422
1452DEP_CPP_PROPSS=\ 1423DEP_CPP_PROPSS=\
1453 ".\PropsSounds.h"\ 1424 ".\PropsSounds.h"\
1454 ".\pumpkin.h"\ 1425 ".\pumpkin.h"\
1455 ".\PumpKINDlg.h"\ 1426 ".\PumpKINDlg.h"\
1456 ".\shared-code\BellsNWhistles.h"\ 1427 ".\shared-code\BellsNWhistles.h"\
1457 ".\shared-code\kHelpers.h"\ 1428 ".\shared-code\kHelpers.h"\
1458 ".\stdafx.h"\ 1429 ".\stdafx.h"\
1459 1430
1460 1431
1461"$(INTDIR)\PropsSounds.obj" : $(SOURCE) $(DEP_CPP_PROPSS) "$(INTDIR)"\ 1432"$(INTDIR)\PropsSounds.obj" : $(SOURCE) $(DEP_CPP_PROPSS) "$(INTDIR)"\
1462 "$(INTDIR)\pumpkin.pch" 1433 "$(INTDIR)\pumpkin.pch"
1463 1434
1464 1435
1465!ELSEIF "$(CFG)" == "PumpKIN - Win32 Debug" 1436!ELSEIF "$(CFG)" == "PumpKIN - Win32 Debug"
1466 1437
1467DEP_CPP_PROPSS=\ 1438DEP_CPP_PROPSS=\
1468 ".\PropsSounds.h"\ 1439 ".\PropsSounds.h"\
1469 ".\pumpkin.h"\ 1440 ".\pumpkin.h"\
1470 ".\PumpKINDlg.h"\ 1441 ".\PumpKINDlg.h"\
1442 ".\shared-code\BellsNWhistles.h"\
1471 ".\shared-code\kHelpers.h"\ 1443 ".\shared-code\kHelpers.h"\
1472 ".\stdafx.h"\ 1444 ".\stdafx.h"\
1473 1445
1474 1446
1475"$(INTDIR)\PropsSounds.obj" : $(SOURCE) $(DEP_CPP_PROPSS) "$(INTDIR)"\ 1447"$(INTDIR)\PropsSounds.obj" : $(SOURCE) $(DEP_CPP_PROPSS) "$(INTDIR)"\
1476 "$(INTDIR)\pumpkin.pch" 1448 "$(INTDIR)\pumpkin.pch"
1477 1449
1478"$(INTDIR)\PropsSounds.sbr" : $(SOURCE) $(DEP_CPP_PROPSS) "$(INTDIR)"\ 1450"$(INTDIR)\PropsSounds.sbr" : $(SOURCE) $(DEP_CPP_PROPSS) "$(INTDIR)"\
1479 "$(INTDIR)\pumpkin.pch" 1451 "$(INTDIR)\pumpkin.pch"
1480 1452
1481 1453
1482!ELSEIF "$(CFG)" == "PumpKIN - Win32 Static" 1454!ELSEIF "$(CFG)" == "PumpKIN - Win32 Static"
1483 1455
1484DEP_CPP_PROPSS=\ 1456DEP_CPP_PROPSS=\
1485 ".\PropsSounds.h"\ 1457 ".\PropsSounds.h"\
1486 ".\pumpkin.h"\ 1458 ".\pumpkin.h"\
1487 ".\PumpKINDlg.h"\ 1459 ".\PumpKINDlg.h"\
1488 ".\shared-code\BellsNWhistles.h"\ 1460 ".\shared-code\BellsNWhistles.h"\
1489 ".\shared-code\kHelpers.h"\ 1461 ".\shared-code\kHelpers.h"\
1490 ".\stdafx.h"\ 1462 ".\stdafx.h"\
1491 1463
1492 1464
1493"$(INTDIR)\PropsSounds.obj" : $(SOURCE) $(DEP_CPP_PROPSS) "$(INTDIR)"\ 1465"$(INTDIR)\PropsSounds.obj" : $(SOURCE) $(DEP_CPP_PROPSS) "$(INTDIR)"\
1494 "$(INTDIR)\pumpkin.pch" 1466 "$(INTDIR)\pumpkin.pch"
1495 1467
1496 1468
1497!ENDIF 1469!ENDIF
1498 1470
1499# End Source File 1471# End Source File
1500################################################################################ 1472################################################################################
1501# Begin Source File 1473# Begin Source File
1502 1474
1503SOURCE=.\PropsACL.cpp 1475SOURCE=.\PropsACL.cpp
1504
1505!IF "$(CFG)" == "PumpKIN - Win32 Release"
1506
1507DEP_CPP_PROPSA=\ 1476DEP_CPP_PROPSA=\
1508 ".\ACLTargetCombo.h"\ 1477 ".\ACLTargetCombo.h"\
1509 ".\PropsACL.h"\ 1478 ".\PropsACL.h"\
1510 ".\pumpkin.h"\ 1479 ".\pumpkin.h"\
1511 ".\PumpKINDlg.h"\ 1480 ".\PumpKINDlg.h"\
1512 ".\shared-code\BellsNWhistles.h"\ 1481 ".\shared-code\BellsNWhistles.h"\
1513 ".\shared-code\kHelpers.h"\ 1482 ".\shared-code\kHelpers.h"\
1514 ".\stdafx.h"\ 1483 ".\stdafx.h"\
1515 1484
1516 1485
1486!IF "$(CFG)" == "PumpKIN - Win32 Release"
1487
1488
1517"$(INTDIR)\PropsACL.obj" : $(SOURCE) $(DEP_CPP_PROPSA) "$(INTDIR)"\ 1489"$(INTDIR)\PropsACL.obj" : $(SOURCE) $(DEP_CPP_PROPSA) "$(INTDIR)"\
1518 "$(INTDIR)\pumpkin.pch" 1490 "$(INTDIR)\pumpkin.pch"
1519 1491
1520 1492
1521!ELSEIF "$(CFG)" == "PumpKIN - Win32 Debug" 1493!ELSEIF "$(CFG)" == "PumpKIN - Win32 Debug"
1522 1494
1523DEP_CPP_PROPSA=\
1524 ".\ACLTargetCombo.h"\
1525 ".\PropsACL.h"\
1526 ".\pumpkin.h"\
1527 ".\PumpKINDlg.h"\
1528 ".\shared-code\kHelpers.h"\
1529 ".\stdafx.h"\
1530
1531 1495
1532"$(INTDIR)\PropsACL.obj" : $(SOURCE) $(DEP_CPP_PROPSA) "$(INTDIR)"\ 1496"$(INTDIR)\PropsACL.obj" : $(SOURCE) $(DEP_CPP_PROPSA) "$(INTDIR)"\
1533 "$(INTDIR)\pumpkin.pch" 1497 "$(INTDIR)\pumpkin.pch"
1534 1498
1535"$(INTDIR)\PropsACL.sbr" : $(SOURCE) $(DEP_CPP_PROPSA) "$(INTDIR)"\ 1499"$(INTDIR)\PropsACL.sbr" : $(SOURCE) $(DEP_CPP_PROPSA) "$(INTDIR)"\
1536 "$(INTDIR)\pumpkin.pch" 1500 "$(INTDIR)\pumpkin.pch"
1537 1501
1538 1502
1539!ELSEIF "$(CFG)" == "PumpKIN - Win32 Static" 1503!ELSEIF "$(CFG)" == "PumpKIN - Win32 Static"
1540 1504
1541DEP_CPP_PROPSA=\
1542 ".\ACLTargetCombo.h"\
1543 ".\PropsACL.h"\
1544 ".\pumpkin.h"\
1545 ".\PumpKINDlg.h"\
1546 ".\shared-code\BellsNWhistles.h"\
1547 ".\shared-code\kHelpers.h"\
1548 ".\stdafx.h"\
1549
1550 1505
1551"$(INTDIR)\PropsACL.obj" : $(SOURCE) $(DEP_CPP_PROPSA) "$(INTDIR)"\ 1506"$(INTDIR)\PropsACL.obj" : $(SOURCE) $(DEP_CPP_PROPSA) "$(INTDIR)"\
1552 "$(INTDIR)\pumpkin.pch" 1507 "$(INTDIR)\pumpkin.pch"
1553 1508
1554 1509
1555!ENDIF 1510!ENDIF
1556 1511
1557# End Source File 1512# End Source File
1558################################################################################ 1513################################################################################
1559# Begin Source File 1514# Begin Source File
1560 1515
1561SOURCE=.\ACLTargetCombo.cpp 1516SOURCE=.\ACLTargetCombo.cpp
1562 1517
1563!IF "$(CFG)" == "PumpKIN - Win32 Release" 1518!IF "$(CFG)" == "PumpKIN - Win32 Release"
1564 1519
1565DEP_CPP_ACLTA=\ 1520DEP_CPP_ACLTA=\
1566 ".\ACLTargetCombo.h"\ 1521 ".\ACLTargetCombo.h"\
1567 ".\pumpkin.h"\ 1522 ".\pumpkin.h"\
1568 ".\PumpKINDlg.h"\ 1523 ".\PumpKINDlg.h"\
1569 ".\shared-code\BellsNWhistles.h"\ 1524 ".\shared-code\BellsNWhistles.h"\
1570 ".\shared-code\kHelpers.h"\ 1525 ".\shared-code\kHelpers.h"\
1571 ".\stdafx.h"\ 1526 ".\stdafx.h"\
1572 1527
1573 1528
1574"$(INTDIR)\ACLTargetCombo.obj" : $(SOURCE) $(DEP_CPP_ACLTA) "$(INTDIR)"\ 1529"$(INTDIR)\ACLTargetCombo.obj" : $(SOURCE) $(DEP_CPP_ACLTA) "$(INTDIR)"\
1575 "$(INTDIR)\pumpkin.pch" 1530 "$(INTDIR)\pumpkin.pch"
1576 1531
1577 1532
1578!ELSEIF "$(CFG)" == "PumpKIN - Win32 Debug" 1533!ELSEIF "$(CFG)" == "PumpKIN - Win32 Debug"
1579 1534
1580DEP_CPP_ACLTA=\ 1535DEP_CPP_ACLTA=\
1581 ".\ACLTargetCombo.h"\ 1536 ".\ACLTargetCombo.h"\
1582 ".\pumpkin.h"\ 1537 ".\pumpkin.h"\
1583 ".\PumpKINDlg.h"\ 1538 ".\PumpKINDlg.h"\
1539 ".\shared-code\BellsNWhistles.h"\
1584 ".\shared-code\kHelpers.h"\ 1540 ".\shared-code\kHelpers.h"\
1585 ".\stdafx.h"\ 1541 ".\stdafx.h"\
1586 1542
1587 1543
1588"$(INTDIR)\ACLTargetCombo.obj" : $(SOURCE) $(DEP_CPP_ACLTA) "$(INTDIR)"\ 1544"$(INTDIR)\ACLTargetCombo.obj" : $(SOURCE) $(DEP_CPP_ACLTA) "$(INTDIR)"\
1589 "$(INTDIR)\pumpkin.pch" 1545 "$(INTDIR)\pumpkin.pch"
1590 1546
1591"$(INTDIR)\ACLTargetCombo.sbr" : $(SOURCE) $(DEP_CPP_ACLTA) "$(INTDIR)"\ 1547"$(INTDIR)\ACLTargetCombo.sbr" : $(SOURCE) $(DEP_CPP_ACLTA) "$(INTDIR)"\
1592 "$(INTDIR)\pumpkin.pch" 1548 "$(INTDIR)\pumpkin.pch"
1593 1549
1594 1550
1595!ELSEIF "$(CFG)" == "PumpKIN - Win32 Static" 1551!ELSEIF "$(CFG)" == "PumpKIN - Win32 Static"
1596 1552
1597DEP_CPP_ACLTA=\ 1553DEP_CPP_ACLTA=\
1598 ".\ACLTargetCombo.h"\ 1554 ".\ACLTargetCombo.h"\
1599 ".\pumpkin.h"\ 1555 ".\pumpkin.h"\
1600 ".\PumpKINDlg.h"\ 1556 ".\PumpKINDlg.h"\
1601 ".\shared-code\BellsNWhistles.h"\ 1557 ".\shared-code\BellsNWhistles.h"\
1602 ".\shared-code\kHelpers.h"\ 1558 ".\shared-code\kHelpers.h"\
1603 ".\stdafx.h"\ 1559 ".\stdafx.h"\
1604 1560
1605 1561
1606"$(INTDIR)\ACLTargetCombo.obj" : $(SOURCE) $(DEP_CPP_ACLTA) "$(INTDIR)"\ 1562"$(INTDIR)\ACLTargetCombo.obj" : $(SOURCE) $(DEP_CPP_ACLTA) "$(INTDIR)"\
1607 "$(INTDIR)\pumpkin.pch" 1563 "$(INTDIR)\pumpkin.pch"