VirtualBox

Changeset 15338 in vbox for trunk/src/recompiler_new


Ignore:
Timestamp:
Dec 11, 2008 9:08:48 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
40771
Message:

the right place.

File:
1 edited

Legend:

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

    r15337 r15338  
    7979ifeq ($(REM_MOD),VBoxREM2)
    8080 SYSMODS += VBoxREM2
    81 endif
    82 
    83 ifndef VBOX_USE_REM64
    84  DLLS    += VBoxREM
     81else
     82 ifndef VBOX_USE_REM64
     83  DLLS    += VBoxREM
     84 endif
    8585endif
    8686
     
    171171$(REM_MOD)_LIBS            = \
    172172        $(PATH_LIB)/RuntimeR3NoCRTGCC$(VBOX_SUFF_LIB)
    173 $(REM_MOD)_LIBS.win       += \
    174         $(LIB_VMM)
    175173else
    176174$(REM_MOD)_LIBS            = \
     
    190188
    191189
    192 ifeq ($(REM_MOD),VBoxREM2)
     190ifdef VBOX_USE_REM2
    193191#
    194192# The VBoxREM2 wrapper.
    195193#
    196 ## @todo Note to self: Merge with VBoxREMSel, call it VBoxREMWrapper and use name.
    197 VBoxREM_TEMPLATE           = VBOXR3
    198 VBoxREM_DEFS               = IN_REM_R3 $(if $(VBOX_WITH_VMI),VBOX_WITH_VMI,)
    199 VBoxREM_DEFS              += VBOX_WITH_NEW_RECOMPILER
    200 VBoxREM_SOURCES            = \
     194## @todo Note to self: Merge with VBoxREMSel.
     195DLLS += VBoxREMWrapper
     196VBoxREMWrapper_TEMPLATE    = VBOXR3
     197VBoxREMWrapper_NAME        = VBoxREM
     198VBoxREMWrapper_DEFS        = IN_REM_R3 $(if $(VBOX_WITH_VMI),VBOX_WITH_VMI,)
     199VBoxREMWrapper_DEFS       += VBOX_WITH_NEW_RECOMPILER
     200VBoxREMWrapper_SOURCES     = \
    201201        VBoxREMWrapper.cpp \
    202202        VBoxREMWrapperA.asm
     203VBoxREMWrapper_LIBS        = \
     204        $(LIB_VMM) \
     205        $(LIB_RUNTIME)
    203206endif
    204207
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