Changeset 14640 in vbox
- Timestamp:
- Nov 26, 2008 1:31:13 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/recompiler_new/Makefile.kmk
r14639 r14640 169 169 # 170 170 VBoxREMImp_TEMPLATE = VBOXR3 171 if1of ($(KBUILD_TARGET), os2 win)171 if1of ($(KBUILD_TARGET), os2 win) 172 172 VBoxREMImp_INST = $(INST_LIB) 173 else173 else 174 174 VBoxREMImp_NAME = VBoxREM 175 175 VBoxREMImp_INST = $(INST_LIB) 176 endif176 endif 177 177 VBoxREMImp_SOURCES.win = VBoxREM.def 178 178 VBoxREMImp_SOURCES.os2 = $(PATH_VBoxREMImp)/VBoxREMOS2.def 179 ifeq ($(filter win os2,$(KBUILD_TARGET)),)179 ifeq ($(filter win os2,$(KBUILD_TARGET)),) 180 180 VBoxREMImp_SOURCES = $(PATH_VBoxREMImp)/VBoxREMImp.c 181 181 VBoxREMImp_CLEAN = $(PATH_VBoxREMImp)/VBoxREMImp.c 182 endif183 ifneq ($(filter-out darwin os2 win,$(KBUILD_TARGET)),)182 endif 183 ifneq ($(filter-out darwin os2 win,$(KBUILD_TARGET)),) 184 184 VBoxREMImp_SONAME = VBoxREM$(SUFF_DLL) 185 endif185 endif 186 186 VBoxREMImp_LDFLAGS.darwin = -install_name $(VBOX_DYLD_EXECUTABLE_PATH)/VBoxREM.dylib 187 187 VBoxREMImp_LDFLAGS.l4 = -T$(L4_LIBDIR)/../main_rel.ld -nostdlib … … 204 204 --output $@ \ 205 205 $< 206 endif 206 endif # USE_REM_IMP 207 207 208 208 #
Note:
See TracChangeset
for help on using the changeset viewer.