Changeset 13792 in vbox for trunk/src/recompiler
- Timestamp:
- Nov 4, 2008 5:08:06 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 38778
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/recompiler/Makefile.kmk
r13375 r13792 305 305 # 306 306 VBoxREMImp_TEMPLATE = VBOXR3 307 ifeq ($(KBUILD_TARGET),darwin) 307 if1of ($(KBUILD_TARGET), os2 win) 308 VBoxREMImp_INST = $(INST_LIB) 309 else 310 VBoxREMImp_NAME = VBoxREM 308 311 VBoxREMImp_INST = $(INST_LIB) 309 312 endif
Note:
See TracChangeset
for help on using the changeset viewer.