Changeset 106605 in vbox for trunk/src/VBox
- Timestamp:
- Oct 23, 2024 1:27:57 AM (4 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/win/Stub/Makefile.kmk
r106061 r106605 137 137 $(call MSG_TOOL,VBoxDef2LazyLoad,VBoxStub,$(filter %.def, $^),$@) 138 138 $(QUIET)$(RM) -f -- "$@" 139 $(VBOX_DEF_2_LAZY_LOAD) -- system --library MSI.DLL --output "$@" $(filter %.def, $^)139 $(VBOX_DEF_2_LAZY_LOAD) --target "$(VBoxStub_BLD_TRG_ARCH)" --system --library MSI.DLL --output "$@" $(filter %.def, $^) 140 140 141 141 # Dynamic import no. 2: CRYPTO32.DLL … … 145 145 $(call MSG_TOOL,VBoxDef2LazyLoad,VBoxStub,$(filter %.def, $^),$@) 146 146 $(QUIET)$(RM) -f -- "$@" 147 $(VBOX_DEF_2_LAZY_LOAD) -- system --library CRYPT32.DLL --output "$@" $(filter %.def, $^)147 $(VBOX_DEF_2_LAZY_LOAD) --target "$(VBoxStub_BLD_TRG_ARCH)" --system --library CRYPT32.DLL --output "$@" $(filter %.def, $^) 148 148 149 149 # Dynamic import no. 3: WS2_32.DLL … … 153 153 $(call MSG_TOOL,VBoxDef2LazyLoad,VBoxStub,$(filter %.def, $^),$@) 154 154 $(QUIET)$(RM) -f -- "$@" 155 $(VBOX_DEF_2_LAZY_LOAD) -- system --library WS2_32.DLL --output "$@" $(filter %.def, $^)155 $(VBOX_DEF_2_LAZY_LOAD) --target "$(VBoxStub_BLD_TRG_ARCH)" --system --library WS2_32.DLL --output "$@" $(filter %.def, $^) 156 156 157 157 # Dynamic import no. 4: USER32.DLL … … 161 161 $(call MSG_TOOL,VBoxDef2LazyLoad,VBoxStub,$(filter %.def, $^),$@) 162 162 $(QUIET)$(RM) -f -- "$@" 163 $(VBOX_DEF_2_LAZY_LOAD) -- system --library USER32.DLL --output "$@" $(filter %.def, $^)163 $(VBOX_DEF_2_LAZY_LOAD) --target "$(VBoxStub_BLD_TRG_ARCH)" --system --library USER32.DLL --output "$@" $(filter %.def, $^) 164 164 165 165 # Dynamic import no. 5: SHELL32.DLL … … 169 169 $(call MSG_TOOL,VBoxDef2LazyLoad,VBoxStub,$(filter %.def, $^),$@) 170 170 $(QUIET)$(RM) -f -- "$@" 171 $(VBOX_DEF_2_LAZY_LOAD) -- system --library SHELL32.DLL --output "$@" $(filter %.def, $^)171 $(VBOX_DEF_2_LAZY_LOAD) --target "$(VBoxStub_BLD_TRG_ARCH)" --system --library SHELL32.DLL --output "$@" $(filter %.def, $^) 172 172 173 173 include $(FILE_KBUILD_SUB_FOOTER)
Note:
See TracChangeset
for help on using the changeset viewer.