Changeset 63140 in vbox for trunk/src/VBox
- Timestamp:
- Aug 7, 2016 7:42:51 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 109757
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/Makefile.kmk
r62918 r63140 1180 1180 $(call def_VBoxMainDisableMscWarnings,$(VBoxCOM_0_OUTDIR)/VirtualBox.h) 1181 1181 $(call def_VBoxMainDisableMscWarnings,$(VBoxCOM_0_OUTDIR)/VirtualBox_i.c) 1182 $(call def_VBoxMainDisableMscWarnings,$(VBoxCOM_0_OUTDIR)/VirtualBox_p.c) 1182 1183 1183 1184 if defined(VBOX_WITH_MIDL_PROXY_STUB) … … 1202 1203 $(call def_VBoxMainDisableMscWarnings,$(VBoxCOM_0_OUTDIR)/legacy/VirtualBox.h) 1203 1204 $(call def_VBoxMainDisableMscWarnings,$(VBoxCOM_0_OUTDIR)/legacy/VirtualBox_i.c) 1205 $(call def_VBoxMainDisableMscWarnings,$(VBoxCOM_0_OUTDIR)/legacy/VirtualBox_p.c) 1204 1206 endif 1205 1207 … … 1220 1222 $(call def_VBoxMainDisableMscWarnings,$(VBoxCOM-x86_0_OUTDIR)/VirtualBox.h) 1221 1223 $(call def_VBoxMainDisableMscWarnings,$(VBoxCOM-x86_0_OUTDIR)/VirtualBox_i.c) 1224 $(call def_VBoxMainDisableMscWarnings,$(VBoxCOM-x86_0_OUTDIR)/VirtualBox_p.c) 1222 1225 1223 1226 #
Note:
See TracChangeset
for help on using the changeset viewer.