Changeset 4552 in vbox
- Timestamp:
- Sep 5, 2007 11:42:41 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 24171
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/recompiler/Makefile.kmk
r4535 r4552 181 181 182 182 $(REM_MOD)_TOOL = GXX3 183 $(REM_MOD)_TOOL.solaris = GXX3PLAIN 183 184 $(REM_MOD)_TOOL.win.x86 = MINGW32 184 185 $(REM_MOD)_TOOL.win.amd64 = XGCCAMD64LINUX … … 296 297 VBoxREMImp_CLEAN = $(PATH_TARGET)/VBoxREMImp.c 297 298 endif 298 VBoxREMImp_SONAME.linux = VBoxREM.so 299 VBoxREMImp_SONAME.l4 = VBoxREM.s.so 299 ifneq ($(filter-out darwin os2 win,$(BUILD_TARGET)),) 300 VBoxREMImp_SONAME = VBoxREM$(SUFF_DLL) 301 endif 300 302 VBoxREMImp_LDFLAGS.darwin = -install_name @executable_path/VBoxREM.dylib 301 303 #VBoxREMImp_LDFLAGS.darwin = -install_name VBoxREM.dylib
Note:
See TracChangeset
for help on using the changeset viewer.