- Timestamp:
- Jan 20, 2007 1:06:59 AM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 17672
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/Makefile
r185 r196 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.