msvcrt: Add the static object files to all the msvcrt import libraries.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=47238 Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
21ae9ba1ba
commit
ec2e282b5b
|
@ -20,12 +20,14 @@ C_SRCS = \
|
|||
exit.c \
|
||||
file.c \
|
||||
heap.c \
|
||||
iob.c \
|
||||
locale.c \
|
||||
lock.c \
|
||||
main.c \
|
||||
math.c \
|
||||
mbcs.c \
|
||||
misc.c \
|
||||
onexit.c \
|
||||
process.c \
|
||||
scanf.c \
|
||||
scheduler.c \
|
||||
|
|
|
@ -20,12 +20,14 @@ C_SRCS = \
|
|||
exit.c \
|
||||
file.c \
|
||||
heap.c \
|
||||
iob.c \
|
||||
locale.c \
|
||||
lock.c \
|
||||
main.c \
|
||||
math.c \
|
||||
mbcs.c \
|
||||
misc.c \
|
||||
onexit.c \
|
||||
process.c \
|
||||
scanf.c \
|
||||
scheduler.c \
|
||||
|
|
|
@ -20,12 +20,14 @@ C_SRCS = \
|
|||
exit.c \
|
||||
file.c \
|
||||
heap.c \
|
||||
iob.c \
|
||||
locale.c \
|
||||
lock.c \
|
||||
main.c \
|
||||
math.c \
|
||||
mbcs.c \
|
||||
misc.c \
|
||||
onexit.c \
|
||||
process.c \
|
||||
scanf.c \
|
||||
scheduler.c \
|
||||
|
|
|
@ -20,12 +20,14 @@ C_SRCS = \
|
|||
exit.c \
|
||||
file.c \
|
||||
heap.c \
|
||||
iob.c \
|
||||
locale.c \
|
||||
lock.c \
|
||||
main.c \
|
||||
math.c \
|
||||
mbcs.c \
|
||||
misc.c \
|
||||
onexit.c \
|
||||
process.c \
|
||||
scanf.c \
|
||||
string.c \
|
||||
|
|
|
@ -20,12 +20,14 @@ C_SRCS = \
|
|||
exit.c \
|
||||
file.c \
|
||||
heap.c \
|
||||
iob.c \
|
||||
locale.c \
|
||||
lock.c \
|
||||
main.c \
|
||||
math.c \
|
||||
mbcs.c \
|
||||
misc.c \
|
||||
onexit.c \
|
||||
process.c \
|
||||
scanf.c \
|
||||
string.c \
|
||||
|
|
|
@ -20,12 +20,14 @@ C_SRCS = \
|
|||
exit.c \
|
||||
file.c \
|
||||
heap.c \
|
||||
iob.c \
|
||||
locale.c \
|
||||
lock.c \
|
||||
main.c \
|
||||
math.c \
|
||||
mbcs.c \
|
||||
misc.c \
|
||||
onexit.c \
|
||||
process.c \
|
||||
scanf.c \
|
||||
string.c \
|
||||
|
|
|
@ -20,12 +20,14 @@ C_SRCS = \
|
|||
exit.c \
|
||||
file.c \
|
||||
heap.c \
|
||||
iob.c \
|
||||
locale.c \
|
||||
lock.c \
|
||||
main.c \
|
||||
math.c \
|
||||
mbcs.c \
|
||||
misc.c \
|
||||
onexit.c \
|
||||
process.c \
|
||||
scanf.c \
|
||||
string.c \
|
||||
|
|
|
@ -21,12 +21,14 @@ C_SRCS = \
|
|||
exit.c \
|
||||
file.c \
|
||||
heap.c \
|
||||
iob.c \
|
||||
locale.c \
|
||||
lock.c \
|
||||
main.c \
|
||||
math.c \
|
||||
mbcs.c \
|
||||
misc.c \
|
||||
onexit.c \
|
||||
process.c \
|
||||
scanf.c \
|
||||
string.c \
|
||||
|
|
Loading…
Reference in New Issue