- Timestamp:
- Feb 1, 2004, 12:57:51 AM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/emx/Makefile
-
Property cvs2svn:cvs-rev
changed from
1.40
to1.41
r1132 r1133 41 41 endif 42 42 43 # Actual output directory (referenced with $.) 44 . = $(OUT)$(MODE)/ 45 46 # overrides from the environment. 47 ifdef PATH_OBJ 48 ifndef PATH_OBJD 49 PATH_OBJD := $(shell echo $(PATH_OBJ)|sed 's/^[a-zA-Z]://') 50 endif 51 OUT = $(PATH_OBJD)/emx/ 52 INS = $(PATH_OBJD)/builttools/usr/ 53 . = $(OUT) 54 endif 55 56 ifdef BUILD_MODE 57 ifeq ($(BUILD_MODE),RELEASE) 58 MODE = opt 59 endif 60 endif 61 43 62 # Check if MODE has a valid value 44 63 ifneq ($(filter-out /opt/ /dbg/ /prf/,/$(MODE)/),) … … 54 73 # Use ash.exe which is quite fast (comparable to cmd.exe) but has more features 55 74 SHELL := ash.exe 56 57 # Actual output directory (referenced with $.)58 . = $(OUT)$(MODE)/59 75 60 76 # Source base directory. -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.