Changeset 751 for trunk/src/emx/Makefile


Ignore:
Timestamp:
Sep 29, 2003, 11:17:05 PM (22 years ago)
Author:
bird
Message:

Made the damn thing work without building the tools.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/emx/Makefile

    • Property cvs2svn:cvs-rev changed from 1.36 to 1.37
    r750 r751  
    134134
    135135# emxbind tool
    136 EMXBIND = $(call GETTOOL,emxbind)
     136EMXBIND = $(call GETTOOL2,emxbind)
    137137# emxbind flags
    138138EMXBINDFLAGS = -bq $(EMXBINDFLAGS.$(MODE))
     
    161161# removing unused stuff (like empty lines and comments)
    162162# and sorting alphabetically (looks nicer).
    163 EMXEXP = $(call GETTOOL,emxexp)
     163EMXEXP = $(call GETTOOL2,emxexp)
    164164EMXEXPFLAGS = -u
    165165DO.EMXEXP = $(EMXEXP) $(strip $(EMXEXPFLAGS) $1) | sed -e "/^$$/d" -e "/^ *;/d" | sort -d >>$2
    166166
    167167# The tool to create import libraries
    168 IMPLIB = $(call GETTOOL,emximp)
     168IMPLIB = $(call GETTOOL2,emximp)
    169169IMPLIBFLAGS.prof = -m
    170170IMPLIBFLAGS.KIND = $(foreach x,$(subst -, ,$(firstword $(subst /, ,$(subst $.,,$@)))),$(IMPLIBFLAGS.$x))
Note: See TracChangeset for help on using the changeset viewer.