Changeset 59447 in vbox for trunk/src/VBox
- Timestamp:
- Jan 22, 2016 6:12:42 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/Makefile.kmk
r59438 r59447 1138 1138 + $(VBoxCOM_0_OUTDIR)/VirtualBox.tlb: $(VBOX_IDL_FILE.MSCOM) | $$(dir $$@) 1139 1139 $(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) \ 1143 1142 /out $(call VBOX_FN_MAKE_WIN_PATH,$(VBoxCOM_0_OUTDIR)) \ 1144 1143 /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.