Changeset 14507 in vbox
- Timestamp:
- Nov 24, 2008 10:10:25 AM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 39795
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Config.kmk
r14451 r14507 225 225 ifdef VBOX_ONLY_SDK 226 226 VBOX_WITHOUT_ADDITIONS=1 227 endif 228 229 # Enable new TCG-based recompiler only for those platforms yet 230 if1of ($(KBUILD_TARGET), linux win) 231 VBOX_WITH_NEW_RECOMPILER = 1 227 232 endif 228 233 -
trunk/src/recompiler_new/Makefile.kmk
r14475 r14507 29 29 REM_MOD += VBoxREM2 30 30 SYSMODS += VBoxREM2 31 DLLS += VBoxREM 31 32 32 else 33 33 REM_MOD += VBoxREM … … 48 48 49 49 IMPORT_LIBS += VBoxREMImp 50 DLLS += VBoxREM 51 52 VBoxREM_LIBS = \ 53 $(LIB_VMM) \ 54 $(LIB_RUNTIME) 50 55 else 51 56 $(REM_MOD)_TEMPLATE = VBOXR3NP … … 121 126 VBoxREMWrapper.cpp \ 122 127 VBoxREMWrapperA.asm 123 VBoxREM_LIBS = \124 $(LIB_VMM) \125 $(LIB_RUNTIME)126 128 127 129 $(REM_MOD)_TEMPLATE = VBOXNOCRTGAS
Note:
See TracChangeset
for help on using the changeset viewer.