VirtualBox

Changeset 13792 in vbox for trunk/src/recompiler


Ignore:
Timestamp:
Nov 4, 2008 5:08:06 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
38778
Message:

Refined the VBoxREMImp.so/dylib hack: Installing it to PATH_LIB instead of PATH_BIN and using the correct name. Hopefully this will make the like editors somewhat happier.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/recompiler/Makefile.kmk

    r13375 r13792  
    305305#
    306306VBoxREMImp_TEMPLATE         = VBOXR3
    307 ifeq ($(KBUILD_TARGET),darwin)
     307if1of ($(KBUILD_TARGET), os2 win)
     308VBoxREMImp_INST             = $(INST_LIB)
     309else
     310VBoxREMImp_NAME             = VBoxREM
    308311VBoxREMImp_INST             = $(INST_LIB)
    309312endif
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette