Changeset 84492 in vbox for trunk/src/VBox/Main
- Timestamp:
- May 25, 2020 10:41:58 AM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 138218
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/Makefile.kmk
r84487 r84492 1495 1495 endif 1496 1496 1497 # The XP targetted 32-bit proxy stub works with all versions of windows (the 1498 # issues leading to the VBoxProxyStubLegacy.dll are only on 64-bit windows). 1499 $(call KB_FN_AUTO_CMD_DEPS,$(VBoxCOM-x86_0_OUTDIR)/VirtualBox_i.c) 1500 $(VBoxCOM-x86_0_OUTDIR)/VirtualBox_i.c \ 1501 $(if $(VBOX_WITH_MIDL_PROXY_STUB), + $(VBoxCOM-x86_0_OUTDIR)/VirtualBox_p.c + $(VBoxCOM-x86_0_OUTDIR)/dlldata.c,) \ 1502 + $(VBoxCOM-x86_0_OUTDIR)/VirtualBox.h \ 1503 + $(VBoxCOM-x86_0_OUTDIR)/VirtualBox-x86.tlb: $(VBOX_IDL_FILE.MSCOM) | $$(dir $$@) 1497 if defined(VBOX_WITH_32_ON_64_MAIN_API) && !defined(VBOX_ONLY_EXTPACKS) 1498 # The XP targetted 32-bit proxy stub works with all versions of windows (the 1499 # issues leading to the VBoxProxyStubLegacy.dll are only on 64-bit windows). 1500 $(call KB_FN_AUTO_CMD_DEPS,$(VBoxCOM-x86_0_OUTDIR)/VirtualBox_i.c) 1501 $(VBoxCOM-x86_0_OUTDIR)/VirtualBox_i.c \ 1502 $(if $(VBOX_WITH_MIDL_PROXY_STUB), + $(VBoxCOM-x86_0_OUTDIR)/VirtualBox_p.c + $(VBoxCOM-x86_0_OUTDIR)/dlldata.c,) \ 1503 + $(VBoxCOM-x86_0_OUTDIR)/VirtualBox.h \ 1504 + $(VBoxCOM-x86_0_OUTDIR)/VirtualBox-x86.tlb: $(VBOX_IDL_FILE.MSCOM) | $$(dir $$@) 1504 1505 $(call KB_FN_AUTO_CMD_DEPS_COMMANDS) 1505 1506 $(VBOX_MIDL_REDIRECT_X86) $(VBOX_WIN_MIDL) /nologo /W4 \ … … 1514 1515 $(call def_VBoxMainDisableMscWarnings,$(VBoxCOM-x86_0_OUTDIR)/VirtualBox_i.c) 1515 1516 $(call def_VBoxMainDisableMscWarnings,$(VBoxCOM-x86_0_OUTDIR)/VirtualBox_p.c) 1517 endif 1516 1518 1517 1519 endif # defined(VBOX_ONLY_SDK) || "$(KBUILD_TARGET)" == "win"
Note:
See TracChangeset
for help on using the changeset viewer.