Changeset 6988 in vbox for trunk/src/VBox/Main
- Timestamp:
- Feb 18, 2008 12:29:53 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 28182
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/Makefile.kmk
r6968 r6988 27 27 # Include sub-makefile(s) first if we're doing parallel building. 28 28 # This is primarily a hack to try avoid idling all but one cpu when 29 # building the gigant soap sources. 29 # building the gigant soap sources. 30 30 ifneq ($(KMK_OPTS_JOBS),1) 31 31 ifdef VBOX_WITH_WEBSERVICES … … 264 264 -install_name @executable_path/components/VBoxSVCM.dylib \ 265 265 -exported_symbols_list $(PATH_TARGET)/VBoxSVCM.def 266 VBoxSVCM_LDFLAGS.solaris = '-R$$(VBOX_ORIGIN)/..' 266 267 ifeq ($(BUILD_TARGET),darwin) 267 268 VBoxSVCM_ORDERDEPS += $(PATH_TARGET)/VBoxSVCM.def … … 330 331 -install_name @executable_path/components/VBoxSVCM.dylib \ 331 332 -exported_symbols_list $(PATH_TARGET)/VBoxC.def 333 VBoxC_LDFLAGS.solaris = '-R$$(VBOX_ORIGIN)/..' 332 334 ifdef VBOX_USE_VCC80 333 335 VBoxC_LDFLAGS.win = /MANIFEST … … 413 415 xml/Settings.cpp 414 416 VBoxSettings_LDFLAGS.darwin = -install_name @executable_path/$(notdir $(LIB_SETTINGS)) -Wl,-x # no debug info please. 417 VBoxSettings_LDFLAGS.solaris = '-R$$(VBOX_ORIGIN)' 415 418 416 419 … … 533 536 # Include sub-makefile(s) last if we're not doing parallel building. 534 537 # 535 # We do this here so that the webservices ends up last in the target 536 # lists. For 100% correctness we must do this after all the main 538 # We do this here so that the webservices ends up last in the target 539 # lists. For 100% correctness we must do this after all the main 537 540 # targets has been fully fleshed out as subheader/footer.kmk will 538 541 # process new targets.
Note:
See TracChangeset
for help on using the changeset viewer.