- Timestamp:
- Oct 30, 1999, 11:20:59 AM (26 years ago)
- 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 achimhaExp $1 # $Id: makefile,v 1.3 1999-10-30 09:20:59 sandervl Exp $ 2 2 3 3 # … … 31 31 $(PDWIN32_LIB)/pmwinx.lib $(PDWIN32_LIB)/kernel32.lib \ 32 32 $(PDWIN32_LIB)/odincrt.lib OS2386.LIB $(RTLLIB_O) 33 34 33 # Do not copy to release directory because it is not fully working yet 35 34 # $(CP) $@ $(PDWIN32_BIN) … … 45 44 46 45 clean: 47 $(RM) *.obj *.lib *.dll * ~ *.map *.pch46 $(RM) *.obj *.lib *.dll *.map *.pch 48 47 $(RM) $(PDWIN32_BIN)\$(TARGET).dll 49 48 $(RM) $(PDWIN32_LIB)\$(TARGET).lib -
trunk/src/msvcrt/msvcrt.def
r1494 r1514 1 ; $Id: msvcrt.def,v 1. 4 1999-10-28 15:25:36sandervl Exp $1 ; $Id: msvcrt.def,v 1.5 1999-10-30 09:20:59 sandervl Exp $ 2 2 3 3 ;Created by BLAST for IBM's compiler … … 103 103 104 104 ; Forwarded APIs - CRTDLL 105 CRTDLL___mb_cur_max_dll = CRTDLL.__mb_cur_max_dll 105 106 CRTDLL___dllonexit = CRTDLL.__dllonexit 106 107 CRTDLL___doserrno = CRTDLL.__doserrno … … 110 111 CRTDLL___iscsym = CRTDLL.__iscsym 111 112 CRTDLL___iscsymf = CRTDLL.__iscsymf 112 CRTDLL___mb_cur_max_dll = CRTDLL.___mb_cur_max_dll113 113 CRTDLL___threadhandle = CRTDLL.__threadhandle 114 114 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 115 121 CRTDLL__CIacos = CRTDLL._CIacos 116 122 CRTDLL__CIasin = CRTDLL._CIasin … … 130 136 CRTDLL__abnormal_termination = CRTDLL._abnormal_termination 131 137 CRTDLL__access = CRTDLL._access 132 CRTDLL__acmdln_dll = CRTDLL._acmdln_dll133 CRTDLL__aexit_rtn_dll = CRTDLL._aexit_rtn_dll134 138 CRTDLL__amsg_exit = CRTDLL._amsg_exit 135 139 CRTDLL__argc_dll = CRTDLL._argc_dll … … 150 154 CRTDLL__close = CRTDLL._close 151 155 CRTDLL__commit = CRTDLL._commit 152 CRTDLL__commode_dll = CRTDLL._commode_dll153 156 CRTDLL__control87 = CRTDLL._control87 154 157 CRTDLL__controlfp = CRTDLL._controlfp … … 193 196 CRTDLL__flsbuf = CRTDLL._flsbuf 194 197 CRTDLL__flushall = CRTDLL._flushall 195 CRTDLL__fmode_dll = CRTDLL._fmode_dll196 198 CRTDLL__fpclass = CRTDLL._fpclass 197 199 CRTDLL__fpieee_flt = CRTDLL._fpieee_flt … … 322 324 CRTDLL__open_osfhandle = CRTDLL._open_osfhandle 323 325 CRTDLL__pclose = CRTDLL._pclose 324 CRTDLL__pctype_dll = CRTDLL._pctype_dll325 326 CRTDLL__pipe = CRTDLL._pipe 326 327 CRTDLL__popen = CRTDLL._popen … … 516 517 CRTDLL_wscanf = CRTDLL.wscanf 517 518 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 518 526 519 527 EXPORTS
Note:
See TracChangeset
for help on using the changeset viewer.