Changeset 21525 in vbox
- Timestamp:
- Jul 13, 2009 10:07:01 AM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 49984
- Location:
- trunk/src/VBox/Main/cbinding
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/cbinding/Makefile.kmk
r20223 r21525 50 50 XpComCHeaders_SOURCES = \ 51 51 VBoxCAPI_v2_2.h \ 52 $(XpComCHeaders_0_OUTDIR)/VBoxCAPI_v3_0.h 52 VBoxCAPI_v3_0.h \ 53 $(XpComCHeaders_0_OUTDIR)/VBoxCAPI_v3_1.h 53 54 54 $$(XpComCHeaders_0_OUTDIR)/VBoxCAPI_v3_ 0.h: \55 $$(XpComCHeaders_0_OUTDIR)/VBoxCAPI_v3_1.h: \ 55 56 $(PATH_SUB_CURRENT)/xpcidl.xsl \ 56 57 $(VBOX_XIDL_FILE) \ … … 71 72 VBoxXPCOMC.cpp 72 73 VBoxXPCOMC_INTERMEDIATES = \ 73 $(VBOX_PATH_SDK)/bindings/xpcom/include/VBoxCAPI_v3_ 0.h74 $(VBOX_PATH_SDK)/bindings/xpcom/include/VBoxCAPI_v3_1.h 74 75 endif 75 76 … … 83 84 VBoxXPCOMCGlue.c 84 85 VBoxXPCOMCGlue_INTERMEDIATES = \ 85 $(VBOX_PATH_SDK)/bindings/xpcom/include/VBoxCAPI_v3_ 0.h86 $(VBOX_PATH_SDK)/bindings/xpcom/include/VBoxCAPI_v3_1.h 86 87 87 88 if defined(VBOX_WITH_TESTCASES) && "$(KBUILD_TARGET)" != "darwin" … … 95 96 $(VBOX_PATH_SDK)/bindings/xpcom/include 96 97 tstXPCOMCGlue_INTERMEDIATES = \ 97 $(VBOX_PATH_SDK)/bindings/xpcom/include/VBoxCAPI_v3_ 0.h98 $(VBOX_PATH_SDK)/bindings/xpcom/include/VBoxCAPI_v3_1.h 98 99 tstXPCOMCGlue_SOURCES = \ 99 100 tstXPCOMCGlue.c … … 110 111 $(VBOX_PATH_SDK)/bindings/xpcom/include 111 112 tstXPCOMCCall_INTERMEDIATES = \ 112 $(VBOX_PATH_SDK)/bindings/xpcom/include/VBoxCAPI_v3_ 0.h113 $(VBOX_PATH_SDK)/bindings/xpcom/include/VBoxCAPI_v3_1.h 113 114 tstXPCOMCCall_SOURCES = \ 114 115 tstXPCOMCCall.c -
trunk/src/VBox/Main/cbinding/VBoxXPCOMC.cpp
r20223 r21525 29 29 #include <VBox/log.h> 30 30 31 #include "VBoxCAPI_v3_ 0.h"31 #include "VBoxCAPI_v3_1.h" 32 32 #include "VBox/com/com.h" 33 33 #include "VBox/version.h" -
trunk/src/VBox/Main/cbinding/VBoxXPCOMCGlue.h
r20223 r21525 32 32 #define ___VBoxXPCOMC_cglue_h 33 33 34 #include "VBoxCAPI_v3_ 0.h"34 #include "VBoxCAPI_v3_1.h" 35 35 36 36 #ifdef __cplusplus
Note:
See TracChangeset
for help on using the changeset viewer.