Changeset 27138 in vbox for trunk/src/recompiler
- Timestamp:
- Mar 6, 2010 11:01:47 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 58475
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/recompiler/Makefile.kmk
r25776 r27138 263 263 VBoxREMImp_SONAME = VBoxREM$(SUFF_DLL) 264 264 endif 265 VBoxREMImp_LDFLAGS.darwin = -install_name $( VBOX_DYLD_EXECUTABLE_PATH)/VBoxREM.dylib265 VBoxREMImp_LDFLAGS.darwin = -install_name $(subst @rpath,@executable_path,$(VBOX_DYLD_EXECUTABLE_PATH))/VBoxREM.dylib 266 266 VBoxREMImp_LDFLAGS.l4 = -T$(L4_LIBDIR)/../main_rel.ld -nostdlib 267 267
Note:
See TracChangeset
for help on using the changeset viewer.