Changeset 868


Ignore:
Timestamp:
Nov 22, 2003, 11:59:57 PM (22 years ago)
Author:
bird
Message:

The BSD stuff required a couple of additions. More excludes from the .def file.

File:
1 edited

Legend:

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

    • Property cvs2svn:cvs-rev changed from 1.27 to 1.28
    r867 r868  
    2929.TSRC   := $(libc.TSRC.$(CPU)) $(libc.TSRC)
    3030.TDEP   := $(libc.TDEP.$(CPU)) $(libc.TDEP)
    31 .TCF    := -I$.
     31.TCF    := -I$. -D__NETBSD_SYSCALLS -Isrc/lib/bsd/locale
    3232.INSDIR = lib/
    3333.TKEEP  := 1
     
    9595        @$(call FECHO,$@,EXPORTS)
    9696        $(call DO.EMXEXP,$(filter %.lib,$^),$@)
    97         sed -e "/\"___pfn/d" -e "/\"__sys_/d" -e "/\"___libc_/d" $@ > $@.tmp
     97        sed -e "/\"___pfn/d" -e "/\"__sys_/d" -e "/\"___sys_/d" -e "/\"___libc_[a-z]/d" $@ > $@.tmp
    9898        mv -f $@.tmp $@
    9999        krx.exe src/lib/dlllegacy.cmd -e "_DLL_InitTerm" $@ src/lib/libc.def
Note: See TracChangeset for help on using the changeset viewer.