VirtualBox

Changeset 15340 in vbox


Ignore:
Timestamp:
Dec 11, 2008 9:51:13 PM (16 years ago)
Author:
vboxsync
Message:

grr

File:
1 edited

Legend:

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

    r15339 r15340  
    3333# During the runtime, we load appropriate library from VBOXREM, depending on guest settings.
    3434# 64-bit targets have 64-bit enabled REM by default, so is not part of this mess
    35 if1of (x86, $(KBUILD_TARGET_ARCH))
     35ifeq ($(KBUILD_TARGET_ARCH),x86)
    3636 ifdef VBOX_WITH_64_BITS_GUESTS
    3737   VBOX_USE_REM64 := 1
     
    214214ifdef VBOX_USE_REM64
    215215## @todo Note to self: One should be the default config (VBoxREM) with a NAME, the 64 bit varian should be done like here.
    216  DLL                  += VBoxREM32 VBoxREM64
     216 DLLS += VBoxREM32
    217217 VBoxREM32_EXTENDS    = VBoxREM
    218218 VBoxREM32_EXTENDS_BY = appending
    219219 VBoxREM32_TEMPLATE   = $(VBoxREM_TEMPLATE)
     220 VBoxREM32_NAME
    220221 VBoxREM32_LDFLAGS.darwin = -install_name $(VBOX_DYLD_EXECUTABLE_PATH)/VBoxREM32.dylib
    221222
     223 DLLS += VBoxREM64
    222224 VBoxREM64_EXTENDS    = VBoxREM
    223225 VBoxREM64_EXTENDS_BY = appending
Note: See TracChangeset for help on using the changeset viewer.

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