Changeset 80929 in vbox for trunk/src/VBox/Installer
- Timestamp:
- Sep 21, 2019 7:18:23 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/win/StubBld/Makefile.kmk
r80799 r80929 19 19 include $(KBUILD_PATH)/subheader.kmk 20 20 21 if !defined(VBOX_WITH_COMBINED_BUILD) || "$(KBUILD_TARGET_ARCH)" == "x86" 21 # Not a build program as it is needed for repacking after we Get the MS driver blessing. 22 22 PROGRAMS += VBoxStubBld 23 else24 BLDPROGS += VBoxStubBld25 endif26 23 VBoxStubBld_TEMPLATE= VBoxBldProg 27 24 VBoxStubBld_DEFS = _WIN32_WINNT=0x0400 VBOX_SVN_REV=$(VBOX_SVN_REV) $(VBOX_SVN_REV_KMK)
Note:
See TracChangeset
for help on using the changeset viewer.