Changeset 20223 in vbox for trunk/src/VBox/Main/cbinding
- Timestamp:
- Jun 3, 2009 9:05:39 AM (16 years ago)
- Location:
- trunk/src/VBox/Main/cbinding
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/cbinding/Makefile.kmk
r19728 r20223 50 50 XpComCHeaders_SOURCES = \ 51 51 VBoxCAPI_v2_2.h \ 52 $(XpComCHeaders_0_OUTDIR)/VBoxCAPI_v 2_5.h52 $(XpComCHeaders_0_OUTDIR)/VBoxCAPI_v3_0.h 53 53 54 $$(XpComCHeaders_0_OUTDIR)/VBoxCAPI_v 2_5.h: \54 $$(XpComCHeaders_0_OUTDIR)/VBoxCAPI_v3_0.h: \ 55 55 $(PATH_SUB_CURRENT)/xpcidl.xsl \ 56 56 $(VBOX_XIDL_FILE) \ … … 71 71 VBoxXPCOMC.cpp 72 72 VBoxXPCOMC_INTERMEDIATES = \ 73 $(VBOX_PATH_SDK)/bindings/xpcom/include/VBoxCAPI_v 2_5.h73 $(VBOX_PATH_SDK)/bindings/xpcom/include/VBoxCAPI_v3_0.h 74 74 endif 75 75 … … 83 83 VBoxXPCOMCGlue.c 84 84 VBoxXPCOMCGlue_INTERMEDIATES = \ 85 $(VBOX_PATH_SDK)/bindings/xpcom/include/VBoxCAPI_v 2_5.h85 $(VBOX_PATH_SDK)/bindings/xpcom/include/VBoxCAPI_v3_0.h 86 86 87 87 if defined(VBOX_WITH_TESTCASES) && "$(KBUILD_TARGET)" != "darwin" … … 95 95 $(VBOX_PATH_SDK)/bindings/xpcom/include 96 96 tstXPCOMCGlue_INTERMEDIATES = \ 97 $(VBOX_PATH_SDK)/bindings/xpcom/include/VBoxCAPI_v 2_5.h97 $(VBOX_PATH_SDK)/bindings/xpcom/include/VBoxCAPI_v3_0.h 98 98 tstXPCOMCGlue_SOURCES = \ 99 99 tstXPCOMCGlue.c … … 110 110 $(VBOX_PATH_SDK)/bindings/xpcom/include 111 111 tstXPCOMCCall_INTERMEDIATES = \ 112 $(VBOX_PATH_SDK)/bindings/xpcom/include/VBoxCAPI_v 2_5.h112 $(VBOX_PATH_SDK)/bindings/xpcom/include/VBoxCAPI_v3_0.h 113 113 tstXPCOMCCall_SOURCES = \ 114 114 tstXPCOMCCall.c -
trunk/src/VBox/Main/cbinding/VBoxXPCOMC.cpp
r19107 r20223 29 29 #include <VBox/log.h> 30 30 31 #include "VBoxCAPI_v 2_5.h"31 #include "VBoxCAPI_v3_0.h" 32 32 #include "VBox/com/com.h" 33 33 #include "VBox/version.h" -
trunk/src/VBox/Main/cbinding/VBoxXPCOMCGlue.h
r19028 r20223 32 32 #define ___VBoxXPCOMC_cglue_h 33 33 34 #include "VBoxCAPI_v 2_5.h"34 #include "VBoxCAPI_v3_0.h" 35 35 36 36 #ifdef __cplusplus
Note:
See TracChangeset
for help on using the changeset viewer.