Changeset 39885 in vbox for trunk/src/VBox
- Timestamp:
- Jan 26, 2012 3:02:48 PM (13 years ago)
- Location:
- trunk/src/VBox/Main/cbinding
- Files:
-
- 3 added
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/cbinding/Makefile.kmk
r29167 r39885 5 5 6 6 # 7 # Copyright (C) 2009 Oracle Corporation7 # Copyright (C) 2009-2012 Oracle Corporation 8 8 # 9 9 # This file is part of VirtualBox Open Source Edition (OSE), as … … 48 48 VBoxCAPI_v3_0.h \ 49 49 VBoxCAPI_v3_1.h \ 50 $(XpComCHeaders_0_OUTDIR)/VBoxCAPI_v3_2.h 50 VBoxCAPI_v3_2.h \ 51 VBoxCAPI_v4_0.h \ 52 VBoxCAPI_v4_1.h \ 53 $(XpComCHeaders_0_OUTDIR)/VBoxCAPI_v$(VBOX_API_VERSION).h 51 54 52 $$(XpComCHeaders_0_OUTDIR)/VBoxCAPI_v 3_2.h: \55 $$(XpComCHeaders_0_OUTDIR)/VBoxCAPI_v$(VBOX_API_VERSION).h: \ 53 56 $(PATH_SUB_CURRENT)/xpcidl.xsl \ 54 57 $(VBOX_XIDL_FILE) \ … … 70 73 VBoxXPCOMC.cpp 71 74 VBoxXPCOMC_INTERMEDIATES = \ 72 $(VBOX_PATH_SDK)/bindings/xpcom/include/VBoxCAPI_v 3_2.h75 $(VBOX_PATH_SDK)/bindings/xpcom/include/VBoxCAPI_v$(VBOX_API_VERSION).h 73 76 endif 74 77 … … 82 85 VBoxXPCOMCGlue.c 83 86 VBoxXPCOMCGlue_INTERMEDIATES = \ 84 $(VBOX_PATH_SDK)/bindings/xpcom/include/VBoxCAPI_v 3_2.h87 $(VBOX_PATH_SDK)/bindings/xpcom/include/VBoxCAPI_v$(VBOX_API_VERSION).h 85 88 86 89 if defined(VBOX_WITH_TESTCASES) && "$(KBUILD_TARGET)" != "darwin" … … 94 97 $(VBOX_PATH_SDK)/bindings/xpcom/include 95 98 tstXPCOMCGlue_INTERMEDIATES = \ 96 $(VBOX_PATH_SDK)/bindings/xpcom/include/VBoxCAPI_v 3_2.h99 $(VBOX_PATH_SDK)/bindings/xpcom/include/VBoxCAPI_v$(VBOX_API_VERSION).h 97 100 tstXPCOMCGlue_SOURCES = \ 98 101 tstXPCOMCGlue.c … … 109 112 $(VBOX_PATH_SDK)/bindings/xpcom/include 110 113 tstXPCOMCCall_INTERMEDIATES = \ 111 $(VBOX_PATH_SDK)/bindings/xpcom/include/VBoxCAPI_v 3_2.h114 $(VBOX_PATH_SDK)/bindings/xpcom/include/VBoxCAPI_v$(VBOX_API_VERSION).h 112 115 tstXPCOMCCall_SOURCES = \ 113 116 tstXPCOMCCall.c -
trunk/src/VBox/Main/cbinding/VBoxCAPI_v2_2.h
r29200 r39885 15 15 * xpcom/include/xpcom/nsISupportsBase.h 16 16 * 17 * These files were originally triple-licensed (MPL/GPL2/LGPL2.1). Sun17 * These files were originally triple-licensed (MPL/GPL2/LGPL2.1). Oracle 18 18 * elects to distribute this derived work under the LGPL2.1 only. 19 19 */ 20 20 21 21 /* 22 * Copyright (C) 2008-20 09Oracle Corporation22 * Copyright (C) 2008-2012 Oracle Corporation 23 23 * 24 24 * This file is part of a free software library; you can redistribute -
trunk/src/VBox/Main/cbinding/VBoxCAPI_v3_0.h
r29200 r39885 15 15 * xpcom/include/xpcom/nsISupportsBase.h 16 16 * 17 * These files were originally triple-licensed (MPL/GPL2/LGPL2.1). Sun17 * These files were originally triple-licensed (MPL/GPL2/LGPL2.1). Oracle 18 18 * elects to distribute this derived work under the LGPL2.1 only. 19 19 */ 20 20 21 21 /* 22 * Copyright (C) 2008-20 09Oracle Corporation22 * Copyright (C) 2008-2012 Oracle Corporation 23 23 * 24 24 * This file is part of a free software library; you can redistribute -
trunk/src/VBox/Main/cbinding/VBoxCAPI_v3_1.h
r29200 r39885 15 15 * xpcom/include/xpcom/nsISupportsBase.h 16 16 * 17 * These files were originally triple-licensed (MPL/GPL2/LGPL2.1). Sun17 * These files were originally triple-licensed (MPL/GPL2/LGPL2.1). Oracle 18 18 * elects to distribute this derived work under the LGPL2.1 only. 19 19 */ 20 20 21 21 /* 22 * Copyright (C) 2008-20 09Oracle Corporation22 * Copyright (C) 2008-2012 Oracle Corporation 23 23 * 24 24 * This file is part of a free software library; you can redistribute -
trunk/src/VBox/Main/cbinding/VBoxXPCOMCGlue.h
r29200 r39885 5 5 6 6 /* 7 * Copyright (C) 2008-20 09Oracle Corporation7 * Copyright (C) 2008-2012 Oracle Corporation 8 8 * 9 9 * Permission is hereby granted, free of charge, to any person … … 32 32 #define ___VBoxXPCOMC_cglue_h 33 33 34 #include "VBoxCAPI_v 3_2.h"34 #include "VBoxCAPI_v4_2.h" 35 35 36 36 #ifdef __cplusplus -
trunk/src/VBox/Main/cbinding/xpcidl.xsl
r32404 r39885 6 6 * from the generic interface definition expressed in XML. 7 7 8 Copyright (C) 2008-201 0Oracle Corporation8 Copyright (C) 2008-2012 Oracle Corporation 9 9 10 10 This file is part of VirtualBox Open Source Edition (OSE), as … … 116 116 * xpcom/include/xpcom/nsISupportsBase.h 117 117 * 118 * These files were originally triple-licensed (MPL/GPL2/LGPL2.1). Sun118 * These files were originally triple-licensed (MPL/GPL2/LGPL2.1). Oracle 119 119 * elects to distribute this derived work under the LGPL2.1 only. 120 120 */ 121 121 122 122 /* 123 * Copyright (C) 2008-201 0Oracle Corporation123 * Copyright (C) 2008-2012 Oracle Corporation 124 124 * 125 125 * This file is part of a free software library; you can redistribute
Note:
See TracChangeset
for help on using the changeset viewer.