Changeset 29167 in vbox for trunk/src/VBox/Main/cbinding
- Timestamp:
- May 6, 2010 3:58:14 PM (15 years ago)
- Location:
- trunk/src/VBox/Main/cbinding
- Files:
-
- 1 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/cbinding/Makefile.kmk
r28800 r29167 47 47 VBoxCAPI_v2_2.h \ 48 48 VBoxCAPI_v3_0.h \ 49 $(XpComCHeaders_0_OUTDIR)/VBoxCAPI_v3_1.h 49 VBoxCAPI_v3_1.h \ 50 $(XpComCHeaders_0_OUTDIR)/VBoxCAPI_v3_2.h 50 51 51 $$(XpComCHeaders_0_OUTDIR)/VBoxCAPI_v3_ 1.h: \52 $$(XpComCHeaders_0_OUTDIR)/VBoxCAPI_v3_2.h: \ 52 53 $(PATH_SUB_CURRENT)/xpcidl.xsl \ 53 54 $(VBOX_XIDL_FILE) \ … … 69 70 VBoxXPCOMC.cpp 70 71 VBoxXPCOMC_INTERMEDIATES = \ 71 $(VBOX_PATH_SDK)/bindings/xpcom/include/VBoxCAPI_v3_ 1.h72 $(VBOX_PATH_SDK)/bindings/xpcom/include/VBoxCAPI_v3_2.h 72 73 endif 73 74 … … 81 82 VBoxXPCOMCGlue.c 82 83 VBoxXPCOMCGlue_INTERMEDIATES = \ 83 $(VBOX_PATH_SDK)/bindings/xpcom/include/VBoxCAPI_v3_ 1.h84 $(VBOX_PATH_SDK)/bindings/xpcom/include/VBoxCAPI_v3_2.h 84 85 85 86 if defined(VBOX_WITH_TESTCASES) && "$(KBUILD_TARGET)" != "darwin" … … 93 94 $(VBOX_PATH_SDK)/bindings/xpcom/include 94 95 tstXPCOMCGlue_INTERMEDIATES = \ 95 $(VBOX_PATH_SDK)/bindings/xpcom/include/VBoxCAPI_v3_ 1.h96 $(VBOX_PATH_SDK)/bindings/xpcom/include/VBoxCAPI_v3_2.h 96 97 tstXPCOMCGlue_SOURCES = \ 97 98 tstXPCOMCGlue.c … … 108 109 $(VBOX_PATH_SDK)/bindings/xpcom/include 109 110 tstXPCOMCCall_INTERMEDIATES = \ 110 $(VBOX_PATH_SDK)/bindings/xpcom/include/VBoxCAPI_v3_ 1.h111 $(VBOX_PATH_SDK)/bindings/xpcom/include/VBoxCAPI_v3_2.h 111 112 tstXPCOMCCall_SOURCES = \ 112 113 tstXPCOMCCall.c -
trunk/src/VBox/Main/cbinding/VBoxXPCOMC.cpp
r28800 r29167 25 25 #include <VBox/log.h> 26 26 27 #include "VBoxCAPI_v3_ 1.h"27 #include "VBoxCAPI_v3_2.h" 28 28 #include "VBox/com/com.h" 29 29 #include "VBox/version.h" -
trunk/src/VBox/Main/cbinding/VBoxXPCOMCGlue.h
r21525 r29167 32 32 #define ___VBoxXPCOMC_cglue_h 33 33 34 #include "VBoxCAPI_v3_ 1.h"34 #include "VBoxCAPI_v3_2.h" 35 35 36 36 #ifdef __cplusplus
Note:
See TracChangeset
for help on using the changeset viewer.