VirtualBox

Changeset 14507

Show
Ignore:
Timestamp:
11/24/08 11:10:25 (2 months ago)
Author:
vboxsync
Message:

build new REM on 32-bit Windows, enabled by default for Windows and Linux

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Config.kmk

    r14451 r14507  
    225225ifdef VBOX_ONLY_SDK 
    226226 VBOX_WITHOUT_ADDITIONS=1 
     227endif 
     228 
     229# Enable new TCG-based recompiler only for those platforms yet   
     230if1of ($(KBUILD_TARGET), linux win) 
     231 VBOX_WITH_NEW_RECOMPILER = 1 
    227232endif 
    228233 
  • trunk/src/recompiler_new/Makefile.kmk

    r14475 r14507  
    2929 REM_MOD              += VBoxREM2 
    3030 SYSMODS              += VBoxREM2 
    31  DLLS                 += VBoxREM 
     31 
    3232else 
    3333 REM_MOD              += VBoxREM 
     
    4848 
    4949 IMPORT_LIBS          += VBoxREMImp 
     50 DLLS                 += VBoxREM 
     51 
     52 VBoxREM_LIBS           =   \ 
     53        $(LIB_VMM)          \ 
     54        $(LIB_RUNTIME) 
    5055else 
    5156 $(REM_MOD)_TEMPLATE  = VBOXR3NP 
     
    121126        VBoxREMWrapper.cpp \ 
    122127        VBoxREMWrapperA.asm 
    123 VBoxREM_LIBS           =   \ 
    124         $(LIB_VMM)         \ 
    125         $(LIB_RUNTIME) 
    126128 
    127129$(REM_MOD)_TEMPLATE        = VBOXNOCRTGAS 

© 2008 Sun Microsystems, Inc.
ContactPrivacy policy