Changeset 1697 in vbox
- Timestamp:
- Mar 26, 2007 11:09:03 AM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 19845
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/Makefile
r535 r1697 32 32 33 33 SUBDIRS += bldprogs libs VBox 34 ifeq ($(filter linux.x86 l4.x86 win.x86 os2.x86,$(BUILD_TARGET).$(BUILD_TARGET_ARCH)),)34 #ifeq ($(filter linux.x86 l4.x86 win.x86 os2.x86,$(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.