Changeset 20948 in vbox for trunk/src/libs/xpcom18a4/python
- Timestamp:
- Jun 25, 2009 3:50:56 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/xpcom18a4/python/Makefile.kmk
r20944 r20948 107 107 VBoxPython26_DEFS = VBOX_PYXPCOM_VERSIONED 108 108 VBoxPython26_INCS = $(VBOX_PYTHON26_INC) 109 VBoxPython26_LIBS = $(VBOX_PYTHON26_ INC)109 VBoxPython26_LIBS = $(VBOX_PYTHON26_LIB) 110 110 111 111 ifdef VBOX_PYTHON26_INC … … 120 120 VBoxPython27_DEFS = VBOX_PYXPCOM_VERSIONED 121 121 VBoxPython27_INCS = $(VBOX_PYTHON27_INC) 122 VBoxPython27_LIBS = $(VBOX_PYTHON27_ INC)122 VBoxPython27_LIBS = $(VBOX_PYTHON27_LIB) 123 123 124 124 ifdef VBOX_PYTHON27_INC … … 133 133 VBoxPython28_DEFS = VBOX_PYXPCOM_VERSIONED 134 134 VBoxPython28_INCS = $(VBOX_PYTHON28_INC) 135 VBoxPython28_LIBS = $(VBOX_PYTHON28_ INC)135 VBoxPython28_LIBS = $(VBOX_PYTHON28_LIB) 136 136 137 137 ifdef VBOX_PYTHON28_INC
Note:
See TracChangeset
for help on using the changeset viewer.