msvcp60: Share math functions implementation with msvcp90.
This commit is contained in:
parent
c6c3ccad36
commit
0c9b55ef24
|
@ -1,11 +1,14 @@
|
|||
MODULE = msvcp60.dll
|
||||
IMPORTS = msvcrt
|
||||
EXTRADEFS = -D_MSVCP_VER=60
|
||||
PARENTSRC = ../msvcp90
|
||||
|
||||
C_SRCS = \
|
||||
exception.c \
|
||||
ios.c \
|
||||
locale.c \
|
||||
main.c \
|
||||
math.c \
|
||||
memory.c \
|
||||
misc.c \
|
||||
string.c
|
||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue