Changeset 80770 in vbox for trunk/src/VBox/Installer/win
- Timestamp:
- Sep 13, 2019 10:20:38 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/win/Makefile.kmk
r80360 r80770 1103 1103 $(RePackScripts_0_OUTDIR)/RepackExtPack.cmd 1104 1104 endif 1105 if defined(VBOX_WITH_COMBINED_PACKAGE) && "$(KBUILD_TARGET_ARCH)" == "x86" 1105 ifdef VBOX_WITH_COMBINED_PACKAGE 1106 if "$(KBUILD_TARGET_ARCH)" == "x86" 1106 1107 RePackScripts_SOURCES += \ 1107 1108 $(RePackScripts_0_OUTDIR)/Combined-1-Prepare.cmd \ 1108 1109 $(RePackScripts_0_OUTDIR)/Combined-3-Repack.cmd 1110 endif 1111 else 1112 RePackScripts_SOURCES += \ 1113 $(RePackScripts_0_OUTDIR)/Single-1-Prepare.cmd \ 1114 $(RePackScripts_0_OUTDIR)/Single-3-Repack.cmd 1109 1115 endif 1110 1116 RePackScripts_CLEAN = \ … … 1118 1124 $(call VBOX_EDIT_VERSION_AND_BUILD_RULE_FN,RePackScripts,Scripts/PackDriversForSubmission.cmd,PackDriversForSubmission.cmd) 1119 1125 $(call VBOX_EDIT_VERSION_AND_BUILD_RULE_FN,RePackScripts,Scripts/RepackExtPack.cmd,RepackExtPack.cmd) 1126 ifdef VBOX_WITH_COMBINED_PACKAGE 1120 1127 $(call VBOX_EDIT_VERSION_AND_BUILD_RULE_FN,RePackScripts,Scripts/Combined-1-Prepare.cmd,Combined-1-Prepare.cmd) 1121 1128 $(call VBOX_EDIT_VERSION_AND_BUILD_RULE_FN,RePackScripts,Scripts/Combined-3-Repack.cmd,Combined-3-Repack.cmd) 1129 else 1130 $(call VBOX_EDIT_VERSION_AND_BUILD_RULE_FN,RePackScripts,Scripts/Single-1-Prepare.cmd,Single-1-Prepare.cmd) 1131 $(call VBOX_EDIT_VERSION_AND_BUILD_RULE_FN,RePackScripts,Scripts/Single-3-Repack.cmd,Single-3-Repack.cmd) 1132 endif 1122 1133 1123 1134 $$(RePackScripts_0_OUTDIR)/sign-dual.cmd: | $$(dir $$@)
Note:
See TracChangeset
for help on using the changeset viewer.