Changeset 1514 for trunk/src


Ignore:
Timestamp:
Oct 30, 1999, 11:20:59 AM (26 years ago)
Author:
sandervl
Message:

JW's changes

Location:
trunk/src/msvcrt
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/msvcrt/makefile

    r1487 r1514  
    1 # $Id: makefile,v 1.2 1999-10-28 09:59:37 achimha Exp $
     1# $Id: makefile,v 1.3 1999-10-30 09:20:59 sandervl Exp $
    22
    33#
     
    3131              $(PDWIN32_LIB)/pmwinx.lib $(PDWIN32_LIB)/kernel32.lib \
    3232              $(PDWIN32_LIB)/odincrt.lib OS2386.LIB $(RTLLIB_O)
    33 
    3433# Do not copy to release directory because it is not fully working yet
    3534#       $(CP) $@ $(PDWIN32_BIN)
     
    4544
    4645clean:
    47         $(RM) *.obj *.lib *.dll *~ *.map *.pch 
     46        $(RM) *.obj *.lib *.dll *.map *.pch     
    4847        $(RM) $(PDWIN32_BIN)\$(TARGET).dll
    4948        $(RM) $(PDWIN32_LIB)\$(TARGET).lib
  • trunk/src/msvcrt/msvcrt.def

    r1494 r1514  
    1 ; $Id: msvcrt.def,v 1.4 1999-10-28 15:25:36 sandervl Exp $
     1; $Id: msvcrt.def,v 1.5 1999-10-30 09:20:59 sandervl Exp $
    22
    33;Created by BLAST for IBM's compiler
     
    103103
    104104; Forwarded APIs - CRTDLL
     105        CRTDLL___mb_cur_max_dll = CRTDLL.__mb_cur_max_dll
    105106        CRTDLL___dllonexit      = CRTDLL.__dllonexit
    106107        CRTDLL___doserrno       = CRTDLL.__doserrno
     
    110111        CRTDLL___iscsym         = CRTDLL.__iscsym
    111112        CRTDLL___iscsymf        = CRTDLL.__iscsymf
    112         CRTDLL___mb_cur_max_dll = CRTDLL.___mb_cur_max_dll
    113113        CRTDLL___threadhandle   = CRTDLL.__threadhandle
    114114        CRTDLL___threadid       = CRTDLL.__threadid
     115
     116        CRTDLL__fmode_dll       = CRTDLL._fmode_dll
     117        CRTDLL__acmdln_dll      = CRTDLL._acmdln_dll
     118        CRTDLL__aexit_rtn_dll   = CRTDLL._aexit_rtn_dll
     119        CRTDLL__commode_dll     = CRTDLL._commode_dll
     120        CRTDLL__pctype_dll      = CRTDLL._pctype_dll
    115121        CRTDLL__CIacos          = CRTDLL._CIacos
    116122        CRTDLL__CIasin          = CRTDLL._CIasin
     
    130136        CRTDLL__abnormal_termination = CRTDLL._abnormal_termination
    131137        CRTDLL__access          = CRTDLL._access
    132         CRTDLL__acmdln_dll      = CRTDLL._acmdln_dll
    133         CRTDLL__aexit_rtn_dll   = CRTDLL._aexit_rtn_dll
    134138        CRTDLL__amsg_exit       = CRTDLL._amsg_exit
    135139        CRTDLL__argc_dll        = CRTDLL._argc_dll
     
    150154        CRTDLL__close           = CRTDLL._close
    151155        CRTDLL__commit          = CRTDLL._commit
    152         CRTDLL__commode_dll     = CRTDLL._commode_dll
    153156        CRTDLL__control87       = CRTDLL._control87
    154157        CRTDLL__controlfp       = CRTDLL._controlfp
     
    193196        CRTDLL__flsbuf          = CRTDLL._flsbuf
    194197        CRTDLL__flushall        = CRTDLL._flushall
    195         CRTDLL__fmode_dll       = CRTDLL._fmode_dll
    196198        CRTDLL__fpclass         = CRTDLL._fpclass
    197199        CRTDLL__fpieee_flt      = CRTDLL._fpieee_flt
     
    322324        CRTDLL__open_osfhandle  = CRTDLL._open_osfhandle
    323325        CRTDLL__pclose          = CRTDLL._pclose
    324         CRTDLL__pctype_dll      = CRTDLL._pctype_dll
    325326        CRTDLL__pipe            = CRTDLL._pipe
    326327        CRTDLL__popen           = CRTDLL._popen
     
    516517        CRTDLL_wscanf           = CRTDLL.wscanf
    517518
     519; Imported APIs - CRTDLL
     520        _fmode_dll              = CRTDLL._fmode_dll
     521        _acmdln_dll             = CRTDLL._acmdln_dll
     522        _aexit_rtn_dll          = CRTDLL._aexit_rtn_dll
     523        _commode_dll            = CRTDLL._commode_dll
     524        _pctype_dll             = CRTDLL._pctype_dll
     525        __mb_cur_max_dll        = CRTDLL.__mb_cur_max_dll
    518526
    519527EXPORTS
Note: See TracChangeset for help on using the changeset viewer.