Changeset 76 in vbox for trunk/src/recompiler
- Timestamp:
- Jan 16, 2007 5:30:18 PM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 17517
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/recompiler/new/Makefile.kmk
r1 r76 42 42 ifeq ($(BUILD_TARGET_ARCH),amd64) 43 43 SYSMODS = VBoxREM2 44 REM_MOD 44 REM_MOD = VBoxREM2 45 45 else 46 REM_MOD 46 REM_MOD = VBoxREM 47 47 endif 48 48 DLLS = VBoxREM … … 53 53 $(PATH_$(REM_MOD))/opc.h \ 54 54 $(PATH_$(REM_MOD))/gen-op.h \ 55 $(PATH_$(REM_MOD))/opc.h \ 56 $(PATH_TARGET)/VBoxREMImp.c 55 $(PATH_$(REM_MOD))/opc.h 57 56 58 57 # A private hack for gcc 4.1 - no longer required. gcc 4.1.1 works fine for everything. … … 269 268 ifeq ($(filter win os2,$(BUILD_TARGET)),) 270 269 VBoxREMImp_SOURCES = $(PATH_TARGET)/VBoxREMImp.c 270 VBoxREMImp_CLEAN = $(PATH_TARGET)/VBoxREMImp.c 271 271 endif 272 272 VBoxREMImp_SONAME.linux = VBoxREM.so
Note:
See TracChangeset
for help on using the changeset viewer.