Changeset 447


Ignore:
Timestamp:
Jul 25, 2003, 9:09:15 PM (22 years ago)
Author:
bird
Message:

Don't overwrite libcXY.dll mapfile when builging prf version.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/emx/src/lib/libc.smak

    • Property cvs2svn:cvs-rev changed from 1.14 to 1.15
    r446 r447  
    103103## @todo: use os2_p, but that appeares to be broken at the moment.
    104104$(LIBC.PRF.DLL): $(LIBC.PRF.OBJS) $(LIBC.PRF.LIBS) $(LIBC.PRF.DEF) $(LIBC.PRF.DEPS)
    105         $(LD) -o $@ -Zomf $(subst -s,,$(LDFLAGS.DLL)) -nostdlib  \
     105        $(LD) -o $@ -Zomf $(subst -s,,$(LDFLAGS.DLL)) -Zmap=$@.map -nostdlib  \
    106106            $(LIBC.PRF.DEF) \
    107107                $(LIBC.PRF.OBJS) \
Note: See TracChangeset for help on using the changeset viewer.