VirtualBox

Changeset 15315 in vbox for trunk/src/recompiler_new


Ignore:
Timestamp:
Dec 11, 2008 4:58:26 PM (16 years ago)
Author:
vboxsync
Message:

REM: cleanup, better deps

File:
1 edited

Legend:

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

    r15310 r15315  
    201201 # kmk doesn't work the way it should wrt EXTENDS and variable value evaluation
    202202 VBoxREM32_EXTENDS := $(REM_MOD)
    203  VBoxREM32_EXTEND_BY := appending
     203 VBoxREM32_EXTENDS_BY := appending
    204204 VBoxREM32_TEMPLATE := $(VBoxREM_TEMPLATE)
    205205 VBoxREM32_DEFS := $($(REM_MOD)_DEFS)
    206  VBoxREM32_INCS := $($(REM_MOD)_INCS)
    207  VBoxREM32_SOURCES := $($(REM_MOD)_SOURCES)
    208206 VBoxREM32_LIBS := $($(REM_MOD)_LIBS)
    209207
    210208 VBoxREM64_EXTENDS = $(REM_MOD)
    211  VBoxREM64_EXTEND_BY = appending
     209 VBoxREM64_EXTENDS_BY = appending
    212210 VBoxREM64_TEMPLATE := $(VBoxREM_TEMPLATE)
    213211 VBoxREM64_DEFS := $($(REM_MOD)_DEFS) VBOX_ENABLE_VBOXREM64
    214  VBoxREM64_INCS := $($(REM_MOD)_INCS)
    215  VBoxREM64_SOURCES := $($(REM_MOD)_SOURCES)
    216212 VBoxREM64_LIBS := $($(REM_MOD)_LIBS)
    217213
     
    222218 VBoxREMSel_SOURCES     = VBoxREMWrapper.cpp
    223219 VBoxREMSel_LDFLAGS.darwin = -undefined dynamic_lookup
     220 VBoxREMSel_LIBS := $(LIB_VMM)
    224221
    225222 ifeq ($(KBUILD_TARGET), win)
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