Changeset 74229 in vbox for trunk/src/libs/xpcom18a4
- Timestamp:
- Sep 12, 2018 11:28:58 PM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 125014
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/xpcom18a4/Makefile.kmk
r74223 r74229 1202 1202 # Include sub-makefiles for the Python<->XPCOM and Java<->XPCOM bridges. 1203 1203 # 1204 1205 # Find the Python headers for the Python<->XPCOM bridge if enabled. 1206 ifdef VBOX_WITH_PYTHON 1207 include $(PATH_SUB_CURRENT)/python/Makefile.kmk 1208 endif 1209 1210 ifdef VBOX_WITH_JXPCOM 1211 include $(PATH_SUB_CURRENT)/java/Makefile.kmk 1212 endif 1204 ifndef VBOX_ONLY_EXTPACK 1205 # Find the Python headers for the Python<->XPCOM bridge if enabled. 1206 ifdef VBOX_WITH_PYTHON 1207 include $(PATH_SUB_CURRENT)/python/Makefile.kmk 1208 endif 1209 1210 ifdef VBOX_WITH_JXPCOM 1211 include $(PATH_SUB_CURRENT)/java/Makefile.kmk 1212 endif 1213 endif # !VBOX_ONLY_EXTPACK 1213 1214 1214 1215
Note:
See TracChangeset
for help on using the changeset viewer.