Changeset 11721 in vbox for trunk/src/libs
- Timestamp:
- Aug 27, 2008 8:09:03 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/xpcom18a4/Makefile.kmk
r11717 r11721 243 243 # length restrictions limit will be avoided. (Solaris, Mac?) 244 244 # 245 246 ifndef VBOX_ONLY_SDK 245 247 LIBRARIES += \ 246 248 VBox-xpcom-nspr \ … … 266 268 VBoxXPCOM \ 267 269 VBoxXPCOMIPCC 268 269 # we put it here, as template it uses depends on VBoxRT,270 # which may not be built yet271 # r=bird: This doesn't work, it won't be built this way. The way to fix it is to make the order change in src/Makefile.kmk (or was it src/lib/Makefile.kmk) that puts src/VBox/Runtime before src/lib/xpcom18a4 standard for all builds.272 OTHERS += \273 $(TARGET_VBoxHlp)274 275 270 276 271 ifdef VBOX_WITH_TESTCASES … … 304 299 endif # VBOX_WITH_TESTCASES 305 300 PROGRAMS += VBoxXPCOMIPCD 301 302 303 else 304 305 PATH_VBox-xpcom-string=$(PATH_BIN) 306 307 endif # !VBOX_ONLY_SDK 306 308 307 309 ifeq ($(KBUILD_TARGET),linux) … … 1318 1320 endif 1319 1321 endif 1322 ifndef VBOX_ONLY_SDK 1320 1323 DLLS += VBoxPython 1324 endif 1321 1325 INSTALLS += VBoxPython-inst-py-xpcom 1322 1326 INSTALLS += VBoxPython-inst-sample
Note:
See TracChangeset
for help on using the changeset viewer.