Ignore:
Timestamp:
Sep 4, 2004, 8:22:38 AM (21 years ago)
Author:
bird
Message:

Joined with the fork() tree from netlabs.cvs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/emx/Makefile

    • Property cvs2svn:cvs-rev changed from 1.47 to 1.48
    r1453 r1454  
    9191
    9292# The C compiler
    93 CC = gcc -c -Zmt -fmessage-length=150
     93CC = gcc -c -Zmt -fmessage-length=0
    9494# The C compiler flags
    9595ifndef NO_LOCAL_HEADERS
     
    118118# Linker flags
    119119LDFLAGS     = $(LDFLAGS.$(MODE)) $(LDFLAGS.KIND) -Zmap -Zstack 1024 -Zhigh-mem $(LIBS)
    120 LDFLAGS.DLL = $(LDFLAGS) -Zdll
     120LDFLAGS.DLL = $(LDFLAGS) -Zdll -Zfork
    121121# Linker flags for different build modes
    122122LDFLAGS.opt = -g -Zcrtdll=c_dll
     
    329329
    330330dep depend:
    331         @$(MAKE) --no-print-directory BUILD_DEPS=1 depdone
     331        @$(MAKE) -f $(MAKEFILE) --no-print-directory BUILD_DEPS=1 depdone
    332332
    333333depdone:
Note: See TracChangeset for help on using the changeset viewer.