diff options
Diffstat (limited to '')
-rw-r--r-- | src/VBox/Main/src-all/win/VBoxProxyStub-x86.rc | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/src/VBox/Main/src-all/win/VBoxProxyStub-x86.rc b/src/VBox/Main/src-all/win/VBoxProxyStub-x86.rc new file mode 100644 index 00000000..755d09b8 --- /dev/null +++ b/src/VBox/Main/src-all/win/VBoxProxyStub-x86.rc @@ -0,0 +1,24 @@ +/* $Id: VBoxProxyStub-x86.rc $ */ +/** @file + * VBoxProxyStub - Resource file containing version info, icon and typelib. + */ + +/* + * Copyright (C) 2006-2020 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" + |