VirtualBox

Changeset 59447 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Jan 22, 2016 6:12:42 PM (9 years ago)
Author:
vboxsync
Message:

Main/Makefile.kmk: Corrected midl target version for non-proxy-stub variant.

File:
1 edited

Legend:

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

    r59438 r59447  
    11381138+ $(VBoxCOM_0_OUTDIR)/VirtualBox.tlb: $(VBOX_IDL_FILE.MSCOM) | $$(dir $$@)
    11391139        $(VBOX_WIN_MIDL) /nologo \
    1140                 $(if-expr "$(KBUILD_TARGET_ARCH)" == "amd64" \
    1141                 ,/env amd64 /robust /protocol all /target NT61\
    1142                 ,/env win32 /robust /protocol all /target NT61) \
     1140                /env $(if-expr "$(KBUILD_TARGET_ARCH)" == "amd64",amd64,win32) \
     1141                /robust /protocol all /target $(if-expr defined(VBOX_WITH_MIDL_PROXY_STUB),NT61,NT51) \
    11431142                /out $(call VBOX_FN_MAKE_WIN_PATH,$(VBoxCOM_0_OUTDIR)) \
    11441143                /cpp_cmd $(subst $(EXEC_X86_WIN32),,$(call VBOX_FN_MAKE_WIN_PATH,$(TOOL_$(VBOX_VCC_TOOL)_CC))) \
Note: See TracChangeset for help on using the changeset viewer.

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