Changeset 751 for trunk/src/emx/Makefile
- Timestamp:
- Sep 29, 2003, 11:17:05 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/emx/Makefile
-
Property cvs2svn:cvs-rev
changed from
1.36
to1.37
r750 r751 134 134 135 135 # emxbind tool 136 EMXBIND = $(call GETTOOL ,emxbind)136 EMXBIND = $(call GETTOOL2,emxbind) 137 137 # emxbind flags 138 138 EMXBINDFLAGS = -bq $(EMXBINDFLAGS.$(MODE)) … … 161 161 # removing unused stuff (like empty lines and comments) 162 162 # and sorting alphabetically (looks nicer). 163 EMXEXP = $(call GETTOOL ,emxexp)163 EMXEXP = $(call GETTOOL2,emxexp) 164 164 EMXEXPFLAGS = -u 165 165 DO.EMXEXP = $(EMXEXP) $(strip $(EMXEXPFLAGS) $1) | sed -e "/^$$/d" -e "/^ *;/d" | sort -d >>$2 166 166 167 167 # The tool to create import libraries 168 IMPLIB = $(call GETTOOL ,emximp)168 IMPLIB = $(call GETTOOL2,emximp) 169 169 IMPLIBFLAGS.prof = -m 170 170 IMPLIBFLAGS.KIND = $(foreach x,$(subst -, ,$(firstword $(subst /, ,$(subst $.,,$@)))),$(IMPLIBFLAGS.$x)) -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.