Index: /trunk/src/VBox/Main/Makefile.kmk
===================================================================
--- /trunk/src/VBox/Main/Makefile.kmk	(revision 59326)
+++ /trunk/src/VBox/Main/Makefile.kmk	(revision 59327)
@@ -1012,9 +1012,12 @@
  VBoxProxyStub_DEFS     = REGISTER_PROXY_DLL
  VBoxProxyStub_DEFS.win.x86 = WIN32
+ VBoxProxyStub_INCS     = $(VBoxCOM_0_OUTDIR)/
  VBoxProxyStub_SOURCES  = \
  	$(VBoxCOM_0_OUTDIR)/dlldata.c \
  	$(VBoxCOM_0_OUTDIR)/VirtualBox_p.c \
  	$(VBoxCOM_0_OUTDIR)/VirtualBox_i.c \
- 	src-all/win/VBoxProxyStub.def
+ 	src-all/win/VBoxProxyStub.def \
+ 	src-all/win/VBoxProxyStub.rc
+  src-all/win/VBoxProxyStub.rc_DEPS = $(VBoxCOM_0_OUTDIR)/VirtualBox.tlb
 
  ifdef VBOX_WITH_32_ON_64_MAIN_API
@@ -1023,9 +1026,12 @@
   VBoxProxyStub-x86_DEFS     = REGISTER_PROXY_DLL
   VBoxProxyStub-x86_DEFS.win.x86 = WIN32
+  VBoxProxyStub-x86_INCS     = $(VBoxCOM-x86_0_OUTDIR)/
   VBoxProxyStub-x86_SOURCES  = \
   	$(VBoxCOM-x86_0_OUTDIR)/dlldata.c \
   	$(VBoxCOM-x86_0_OUTDIR)/VirtualBox_p.c \
   	$(VBoxCOM-x86_0_OUTDIR)/VirtualBox_i.c \
-  	src-all/win/VBoxProxyStub.def
+ 	src-all/win/VBoxProxyStub.def \
+ 	src-all/win/VBoxProxyStub-x86.rc
+  src-all/win/VBoxProxyStub-x86.rc_DEPS = $(VBoxCOM-x86_0_OUTDIR)/VirtualBox-x86.tlb
  endif
 endif
Index: /trunk/src/VBox/Main/src-all/win/VBoxProxyStub-x86.rc
===================================================================
--- /trunk/src/VBox/Main/src-all/win/VBoxProxyStub-x86.rc	(revision 59327)
+++ /trunk/src/VBox/Main/src-all/win/VBoxProxyStub-x86.rc	(revision 59327)
@@ -0,0 +1,24 @@
+/* $Id$ */
+/** @file
+ * VBoxProxyStub - Resource file containing version info, icon and typelib.
+ */
+
+/*
+ * Copyright (C) 2006-2016 Oracle Corporation
+ *
+ * This file is part of VirtualBox Open Source Edition (OSE), as
+ * available from http://www.virtualbox.org. This file is free software;
+ * you can redistribute it and/or modify it under the terms of the GNU
+ * General Public License (GPL) as published by the Free Software
+ * Foundation, in version 2 as it comes in the "COPYING" file of the
+ * VirtualBox OSE distribution. VirtualBox OSE is distributed in the
+ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
+ */
+
+#define IN_FILE_DESCRIPTION "VirtualBox COM Proxy Stub and Typelib"
+#define IN_FILE_BASENAME    "VBoxProxyStub-x86"
+
+#include "../../../Artwork/win/TemplateDll.rc"
+
+1 TYPELIB "VirtualBox-x86.tlb"
+
Index: /trunk/src/VBox/Main/src-all/win/VBoxProxyStub.rc
===================================================================
--- /trunk/src/VBox/Main/src-all/win/VBoxProxyStub.rc	(revision 59327)
+++ /trunk/src/VBox/Main/src-all/win/VBoxProxyStub.rc	(revision 59327)
@@ -0,0 +1,24 @@
+/* $Id$ */
+/** @file
+ * VBoxProxyStub - Resource file containing version info, icon and typelib.
+ */
+
+/*
+ * Copyright (C) 2006-2016 Oracle Corporation
+ *
+ * This file is part of VirtualBox Open Source Edition (OSE), as
+ * available from http://www.virtualbox.org. This file is free software;
+ * you can redistribute it and/or modify it under the terms of the GNU
+ * General Public License (GPL) as published by the Free Software
+ * Foundation, in version 2 as it comes in the "COPYING" file of the
+ * VirtualBox OSE distribution. VirtualBox OSE is distributed in the
+ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
+ */
+
+#define IN_FILE_DESCRIPTION "VirtualBox COM Proxy Stub and Typelib"
+#define IN_FILE_BASENAME    "VBoxProxyStub"
+
+#include "../../../Artwork/win/TemplateDll.rc"
+
+1 TYPELIB "VirtualBox.tlb"
+
