Changeset 7844 in vbox for trunk/src/VBox/Main
- Timestamp:
- Apr 9, 2008 3:21:24 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/Makefile.kmk
r7832 r7844 265 265 VBoxSVCM_SOURCES = \ 266 266 linux/server_module.cpp 267 ifdef VBOX_WITH_ORIGIN 268 VBoxSVCM_LDFLAGS = '$(VBOX_GCC_RPATH_OPT)$$(VBOX_ORIGIN)/..' 269 endif 267 270 VBoxSVCM_LDFLAGS.darwin = \ 268 271 -install_name @executable_path/components/VBoxSVCM.dylib \ 269 272 -exported_symbols_list $(PATH_TARGET)/VBoxSVCM.def 270 VBoxSVCM_LDFLAGS.solaris = '-R$$(VBOX_ORIGIN)/..'271 273 ifeq ($(BUILD_TARGET),darwin) 272 274 VBoxSVCM_ORDERDEPS += $(PATH_TARGET)/VBoxSVCM.def … … 332 334 $(PATH_SUB_CURRENT) 333 335 336 ifdef VBOX_WITH_ORIGIN 337 VBoxC_LDFLAGS = '$(VBOX_GCC_RPATH_OPT)$$(VBOX_ORIGIN)/..' 338 endif 334 339 VBoxC_LDFLAGS.darwin = \ 335 340 -install_name @executable_path/components/VBoxSVCM.dylib \ 336 341 -exported_symbols_list $(PATH_TARGET)/VBoxC.def 337 VBoxC_LDFLAGS.solaris = '-R$$(VBOX_ORIGIN)/..'338 342 ifdef VBOX_USE_VCC80 339 343 VBoxC_LDFLAGS.win = /MANIFEST … … 419 423 xml/Settings.cpp 420 424 VBoxSettings_LDFLAGS.darwin = -install_name @executable_path/$(notdir $(LIB_SETTINGS)) -Wl,-x # no debug info please. 421 VBoxSettings_LDFLAGS.solaris = '-R$$(VBOX_ORIGIN)'422 425 423 426
Note:
See TracChangeset
for help on using the changeset viewer.