Changeset 59437 in vbox
- Timestamp:
- Jan 22, 2016 2:02:21 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 105180
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/Makefile.kmk
r59418 r59437 1133 1133 # Note! Because we've got a different proxy stub DLL for pre windows 7 64-bit hosts, we target windows 7 for AMD64. 1134 1134 # The output is different and hopefully more efficient, at least memory wise (using more helpers in OLE32). 1135 $(if $(VBOX_WITH_MIDL_PROXY_STUB),$(VBoxCOM_0_OUTDIR)/VirtualBox_p.c + $(VBoxCOM_0_OUTDIR)/dlldata.c +,) \ 1135 1136 $(VBoxCOM_0_OUTDIR)/VirtualBox_i.c \ 1136 1137 + $(VBoxCOM_0_OUTDIR)/VirtualBox.h \ 1137 $(if $(VBOX_WITH_MIDL_PROXY_STUB),+ $(VBoxCOM_0_OUTDIR)/VirtualBox_p.c + $(VBoxCOM_0_OUTDIR)/dlldata.c,) \1138 1138 + $(VBoxCOM_0_OUTDIR)/VirtualBox.tlb: $(VBOX_IDL_FILE.MSCOM) | $$(dir $$@) 1139 1139 $(VBOX_WIN_MIDL) /nologo \ … … 1170 1170 # The XP targetted 32-bit proxy stub works with all versions of windows (the 1171 1171 # issues leading to the VBoxProxyStubLegacy.dll are only on 64-bit windows). 1172 $(if $(VBOX_WITH_MIDL_PROXY_STUB),$(VBoxCOM-x86_0_OUTDIR)/VirtualBox_p.c + $(VBoxCOM-x86_0_OUTDIR)/dlldata.c +,) \ 1172 1173 $(VBoxCOM-x86_0_OUTDIR)/VirtualBox_i.c \ 1173 1174 + $(VBoxCOM-x86_0_OUTDIR)/VirtualBox.h \ 1174 $(if $(VBOX_WITH_MIDL_PROXY_STUB),+ $(VBoxCOM-x86_0_OUTDIR)/VirtualBox_p.c + $(VBoxCOM-x86_0_OUTDIR)/dlldata.c,) \ 1175 + $(VBoxCOM-x86_0_OUTDIR)/VirtualBox-x86.tlb: $(VBOX_IDL_FILE.MSCOM) | $$(dir $$@) 1175 + $(VBoxCOM-x86_0_OUTDIR)/VirtualBox-x86.tlb: $(VBOX_IDL_FILE.MSCOM) | $$(dir $$@)svn 1176 1176 $(VBOX_WIN_MIDL) /nologo \ 1177 1177 /env win32 /target NT51 /robust /protocol all \
Note:
See TracChangeset
for help on using the changeset viewer.