Changeset 83702 in vbox for trunk/src/VBox
- Timestamp:
- Apr 15, 2020 2:53:06 PM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 137209
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/win/Makefile.kmk
r83563 r83702 1166 1166 else 1167 1167 RePackScripts_SOURCES += \ 1168 $(RePackScripts_0_OUTDIR)/Single-1-Prepare.cmd \ 1169 $(RePackScripts_0_OUTDIR)/Single-3-Repack.cmd 1170 1171 ifndef VBOX_OSE 1172 RePackScripts_SOURCES += \ 1168 1173 $(RePackScripts_0_OUTDIR)/Single-0-All.cmd \ 1169 $(RePackScripts_0_OUTDIR)/Single-1-Prepare.cmd \1170 $(RePackScripts_0_OUTDIR)/Single-3-Repack.cmd \1171 1174 Scripts/sign-attestation.sh 1175 endif 1176 1172 1177 endif 1173 1178 RePackScripts_CLEAN = \ … … 1186 1191 $(call VBOX_EDIT_VERSION_AND_BUILD_RULE_FN,RePackScripts,Scripts/Combined-3-RepackAdditions.cmd,Combined-3-RepackAdditions.cmd) 1187 1192 else 1193 ifndef VBOX_OSE 1188 1194 $(call VBOX_EDIT_VERSION_AND_BUILD_RULE_FN,RePackScripts,Scripts/Single-0-All.cmd,Single-0-All.cmd) 1195 endif 1189 1196 $(call VBOX_EDIT_VERSION_AND_BUILD_RULE_FN,RePackScripts,Scripts/Single-1-Prepare.cmd,Single-1-Prepare.cmd) 1190 1197 $(call VBOX_EDIT_VERSION_AND_BUILD_RULE_FN,RePackScripts,Scripts/Single-3-Repack.cmd,Single-3-Repack.cmd)
Note:
See TracChangeset
for help on using the changeset viewer.