- Timestamp:
- Apr 14, 2009 3:46:23 PM (16 years ago)
- Location:
- trunk/src/VBox/Main/cbinding
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/cbinding/Makefile.kmk
r18137 r18895 48 48 XpComCHeaders_INST = $(INST_SDK)bindings/xpcom/include/ 49 49 XpComCHeaders_SOURCES = \ 50 $(XpComCHeaders_0_OUTDIR)/VBoxCAPI_v2_2.h 50 VBoxCAPI_v2_2.h \ 51 $(XpComCHeaders_0_OUTDIR)/VBoxCAPI_v2_5.h 51 52 52 $$(XpComCHeaders_0_OUTDIR)/VBoxCAPI_v2_ 2.h: \53 $$(XpComCHeaders_0_OUTDIR)/VBoxCAPI_v2_5.h: \ 53 54 $(PATH_SUB_CURRENT)/xpcidl.xsl \ 54 55 $(VBOX_XIDL_FILE) \ … … 69 70 VBoxXPCOMC.cpp 70 71 VBoxXPCOMC_INTERMEDIATES = \ 71 $(VBOX_PATH_SDK)/bindings/xpcom/include/VBoxCAPI_v2_ 2.h72 $(VBOX_PATH_SDK)/bindings/xpcom/include/VBoxCAPI_v2_5.h 72 73 endif 73 74 … … 81 82 VBoxXPCOMCGlue.c 82 83 VBoxXPCOMCGlue_INTERMEDIATES = \ 83 $(VBOX_PATH_SDK)/bindings/xpcom/include/VBoxCAPI_v2_ 2.h84 $(VBOX_PATH_SDK)/bindings/xpcom/include/VBoxCAPI_v2_5.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_v2_ 2.h96 $(VBOX_PATH_SDK)/bindings/xpcom/include/VBoxCAPI_v2_5.h 96 97 tstXPCOMCGlue_SOURCES = \ 97 98 tstXPCOMCGlue.c -
trunk/src/VBox/Main/cbinding/VBoxXPCOMC.cpp
r18137 r18895 29 29 #include <VBox/log.h> 30 30 31 #include "VBoxCAPI_v2_ 2.h"31 #include "VBoxCAPI_v2_5.h" 32 32 #include "VBox/com/com.h" 33 33 #include "VBox/version.h" -
trunk/src/VBox/Main/cbinding/VBoxXPCOMCGlue.h
r18894 r18895 32 32 #define ___VBoxXPCOMC_cglue_h 33 33 34 #include "VBoxCAPI_v2_ 2.h"34 #include "VBoxCAPI_v2_5.h" 35 35 36 36 #ifdef __cplusplus
Note:
See TracChangeset
for help on using the changeset viewer.