Changeset 205 for trunk/src


Ignore:
Timestamp:
May 20, 2003, 4:49:11 PM (22 years ago)
Author:
bird
Message:

Corrected -L for the dll linking. Use the MODULES macro. Use .MDEP on <emxtool>.BUILD macros.

File:
1 edited

Legend:

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

    • Property cvs2svn:cvs-rev changed from 1.3 to 1.4
    r204 r205  
    4242
    4343.PHONY: libc-dll
    44 all: libc-dll
    45 libc-dll: emxbind emxexp app alias libc os2 $(LIBC.DLL)
     44MODULES += $(.MODULE)
     45libc-dll: $(EMXBIND.BUILT) $(EMXEXP.BUILT) app alias libc os2 $(LIBC.DLL)
    4646
    4747$(LIBC.DLL): $.aout/src/lib/startup/386/dll0.o $(.OBJS) $(.DEPS) \
    4848                $(LIBC.DLL.OBJS) $.aout/libc.def
    4949        $(LD) $(LDFLAGS.DLL) -nostdlib -o __libc__ $^ \
    50           -L$.aout -los2 -lgcc -lc_alias
     50          -L$.aout -L$.aout/src/lib/startup/386 -L$.aout/src/lib/startup \
     51          -los2 -lgcc -lc_alias
    5152        $(call DO.EMXBIND,-d$.aout/libc.def __libc__)
    5253        @$(call RM,__libc__)
Note: See TracChangeset for help on using the changeset viewer.