Changeset 98431 in vbox for trunk/src/VBox/Main/cbinding
- Timestamp:
- Feb 2, 2023 12:10:49 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/cbinding/Makefile.kmk
r98188 r98431 97 97 VBoxCAPI.cpp 98 98 VBoxCAPI_SOURCES.win = \ 99 VBoxCAPI.rc99 VBoxCAPI.rc 100 100 VBoxCAPI_INCS = \ 101 101 $(CAPIHeaders_0_OUTDIR) … … 113 113 ifdef VBOX_WITH_XPCOM 114 114 VBoxCAPIGlue_SOURCES += \ 115 $(VBOX_PATH_SDK)/bindings/xpcom/lib/VirtualBox_i.c115 $(VBOX_PATH_SDK)/bindings/xpcom/lib/VirtualBox_i.c 116 116 else 117 117 VBoxCAPIGlue_SOURCES += \ 118 $(VBOX_PATH_SDK)/bindings/mscom/lib/VirtualBox_i.c118 $(VBOX_PATH_SDK)/bindings/mscom/lib/VirtualBox_i.c 119 119 endif 120 120 VBoxCAPIGlue_INCS = \ … … 145 145 $(VBOX_PATH_SDK)/bindings/c/glue/VBoxCAPIGlue.h \ 146 146 $(VBOX_PATH_SDK)/bindings/c/include/VBoxCAPI_v$(VBOX_API_VERSION).h \ 147 147 $(if-expr !defined(VBOX_WITH_XPCOM),$(VBOX_PATH_SDK)/bindings/mscom/include/VirtualBox.h,) 148 148 tstCAPIGlue_SOURCES = \ 149 149 tstCAPIGlue.c
Note:
See TracChangeset
for help on using the changeset viewer.