VirtualBox

Changeset 14507 in vbox


Ignore:
Timestamp:
Nov 24, 2008 10:10:25 AM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
39795
Message:

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

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • 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
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