VirtualBox

Changeset 84492 in vbox for trunk/src/VBox/Main


Ignore:
Timestamp:
May 25, 2020 10:41:58 AM (5 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
138218
Message:

Main/Makefile.kmk: More guards around KB_FN_AUTO_CMD_DEPS/(VBoxCOM-x86_0_OUTDIR)/VirtualBox_i.c.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/Makefile.kmk

    r84487 r84492  
    14951495 endif
    14961496
    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 $$@)
    15041505        $(call KB_FN_AUTO_CMD_DEPS_COMMANDS)
    15051506        $(VBOX_MIDL_REDIRECT_X86) $(VBOX_WIN_MIDL) /nologo /W4 \
     
    15141515        $(call def_VBoxMainDisableMscWarnings,$(VBoxCOM-x86_0_OUTDIR)/VirtualBox_i.c)
    15151516        $(call def_VBoxMainDisableMscWarnings,$(VBoxCOM-x86_0_OUTDIR)/VirtualBox_p.c)
     1517  endif
    15161518
    15171519endif # defined(VBOX_ONLY_SDK) || "$(KBUILD_TARGET)" == "win"
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette