Changeset 15338 in vbox for trunk/src/recompiler_new
- Timestamp:
- Dec 11, 2008 9:08:48 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 40771
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/recompiler_new/Makefile.kmk
r15337 r15338 79 79 ifeq ($(REM_MOD),VBoxREM2) 80 80 SYSMODS += VBoxREM2 81 e ndif82 83 ifndef VBOX_USE_REM64 84 DLLS += VBoxREM81 else 82 ifndef VBOX_USE_REM64 83 DLLS += VBoxREM 84 endif 85 85 endif 86 86 … … 171 171 $(REM_MOD)_LIBS = \ 172 172 $(PATH_LIB)/RuntimeR3NoCRTGCC$(VBOX_SUFF_LIB) 173 $(REM_MOD)_LIBS.win += \174 $(LIB_VMM)175 173 else 176 174 $(REM_MOD)_LIBS = \ … … 190 188 191 189 192 if eq ($(REM_MOD),VBoxREM2)190 ifdef VBOX_USE_REM2 193 191 # 194 192 # The VBoxREM2 wrapper. 195 193 # 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. 195 DLLS += VBoxREMWrapper 196 VBoxREMWrapper_TEMPLATE = VBOXR3 197 VBoxREMWrapper_NAME = VBoxREM 198 VBoxREMWrapper_DEFS = IN_REM_R3 $(if $(VBOX_WITH_VMI),VBOX_WITH_VMI,) 199 VBoxREMWrapper_DEFS += VBOX_WITH_NEW_RECOMPILER 200 VBoxREMWrapper_SOURCES = \ 201 201 VBoxREMWrapper.cpp \ 202 202 VBoxREMWrapperA.asm 203 VBoxREMWrapper_LIBS = \ 204 $(LIB_VMM) \ 205 $(LIB_RUNTIME) 203 206 endif 204 207
Note:
See TracChangeset
for help on using the changeset viewer.