Changeset 82765 in vbox for trunk/src/VBox/Additions/WINNT/Installer
- Timestamp:
- Jan 15, 2020 1:45:54 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Installer/Makefile.kmk
r82743 r82765 257 257 $(call VBOX_EDIT_VERSION_AND_BUILD_RULE_FN,RePackScriptsAdd,../../../Installer/win/Scripts/Combined-3-RepackAdditions.cmd,Combined-3-RepackAdditions.cmd) 258 258 259 # The %~dp1\ oddity is working around otherwise ending with \" during 260 # expansion of the CCS command line which for a reason I cannot immediately 261 # understand appends a " to the path. 259 262 $$(RePackScriptsAdd_0_OUTDIR)/sign-ev.cmd: | $$(dir $$@) 260 # The %~dp1\ oddity is working around otherwise ending with \" during261 # expansion of the CCS command line which for a reason I cannot immediately262 # understand appends a " to the path.263 263 $(APPEND) -nt "$@" \ 264 264 'if ".%KBUILD_DEVTOOLS%" == "." (echo KBUILD_DEVTOOLS is not set & exit /b 1)' \
Note:
See TracChangeset
for help on using the changeset viewer.