Changeset 215 in vbox for trunk/src/Makefile
- Timestamp:
- Jan 21, 2007 8:28:01 PM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 17707
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/Makefile
r196 r215 32 32 33 33 SUBDIRS += bldprogs libs VBox 34 #ifeq ($(filter-out darwin.x86 darwin.amd64 win.amd64 linux.amd64,$(BUILD_TARGET).$(BUILD_TARGET_ARCH)),)34 ifeq ($(filter-out darwin.x86 darwin.amd64 win.amd64 linux.amd64,$(BUILD_TARGET).$(BUILD_TARGET_ARCH)),) 35 35 SUBDIRS += recompiler/new 36 #else37 #SUBDIRS += recompiler38 #endif36 else 37 SUBDIRS += recompiler 38 endif 39 39 ifneq ($(wildcard apps),) 40 40 SUBDIRS += apps
Note:
See TracChangeset
for help on using the changeset viewer.