Changeset 215
- Timestamp:
- May 22, 2003, 3:57:44 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/emx/Makefile
-
Property cvs2svn:cvs-rev
changed from
1.13
to1.14
r214 r215 84 84 # emxbind tool 85 85 EMXBIND = $(call FINDTOOL,emxbind) 86 EMXBIND.BUILD = $.$(TOOLFMT)/emxbind$E 86 87 # emxbind flags 87 88 EMXBINDFLAGS = -q $(EMXBINDFLAGS.$(MODE)) … … 106 107 # and sorting alphabetically (looks nicer). 107 108 EMXEXP = $(call FINDTOOL,emxexp) 109 EMXEXP.BUILD = $.$(TOOLFMT)/emxexp$E 108 110 EMXEXPFLAGS = -u 109 111 DO.EMXEXP = $(EMXEXP) $(strip $(EMXEXPFLAGS) $1) $^ | sed -e "/^$$/d" -e "/^ *;/d" | sort -d >>$@ … … 111 113 # The tool to create import libraries 112 114 IMPLIB = $(call FINDTOOL,emximp) 115 IMPLIB.BUILT = $.$(TOOLFMT)/emximp$E 113 116 IMPLIBFLAGS.prof = -m 114 117 IMPLIBFLAGS.KIND = $(foreach x,$(subst -, ,$(firstword $(subst /, ,$(subst $.,,$@)))),$(IMPLIBFLAGS.$x)) … … 124 127 # How to convert an a.out file to the OMF format 125 128 EMXOMF = $(call FINDTOOL,emxomf) 129 EMXOMF.BUILT = $.$(TOOLFMT)/emxomf$E 126 130 DO.EMXOMF = $(EMXOMF) $(strip $1 -o) $@ $< 127 131 -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.