Changeset 11600 in vbox for trunk/src/libs
- Timestamp:
- Aug 24, 2008 9:57:08 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/xpcom18a4/Makefile.kmk
r11599 r11600 268 268 DLLS += \ 269 269 VBoxXPCOM \ 270 VBoxXPCOMIPCC 270 VBoxXPCOMIPCC \ 271 VBox-xpcom-helper 271 272 272 273 # we put it here, as template it uses depends on VBoxRT, … … 1315 1316 )))) 1316 1317 ifeq ($(VBOX_PATH_PYTHON_INC),) 1317 $(warning Unable to determin the python include directory (VBOX_PATH_PYTHON_INC).)1318 $(warning Unable to determine the python include directory (VBOX_PATH_PYTHON_INC).) 1318 1319 endif 1319 1320 endif … … 1329 1330 )) 1330 1331 ifeq ($(VBOX_LIB_PYTHON),) 1331 $(warning Unable to determin the python library (VBOX_LIB_PYTHON).)1332 $(warning Unable to determine the python library (VBOX_LIB_PYTHON).) 1332 1333 endif 1333 1334 endif … … 1379 1380 VBoxPython-inst-py-xpcom_INST = $(INST_SDK)/bindings/com/python/xpcom/ 1380 1381 VBoxPython-inst-py-xpcom_SOURCES = \ 1382 python/vboxxpcom.py \ 1381 1383 python/components.py \ 1382 1384 python/file.py \
Note:
See TracChangeset
for help on using the changeset viewer.