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:
Alexandre Julliard 2019-05-21 11:11:01 +02:00
parent 21ae9ba1ba
commit ec2e282b5b
8 changed files with 16 additions and 0 deletions

View File

@ -20,12 +20,14 @@ C_SRCS = \
exit.c \ exit.c \
file.c \ file.c \
heap.c \ heap.c \
iob.c \
locale.c \ locale.c \
lock.c \ lock.c \
main.c \ main.c \
math.c \ math.c \
mbcs.c \ mbcs.c \
misc.c \ misc.c \
onexit.c \
process.c \ process.c \
scanf.c \ scanf.c \
scheduler.c \ scheduler.c \

View File

@ -20,12 +20,14 @@ C_SRCS = \
exit.c \ exit.c \
file.c \ file.c \
heap.c \ heap.c \
iob.c \
locale.c \ locale.c \
lock.c \ lock.c \
main.c \ main.c \
math.c \ math.c \
mbcs.c \ mbcs.c \
misc.c \ misc.c \
onexit.c \
process.c \ process.c \
scanf.c \ scanf.c \
scheduler.c \ scheduler.c \

View File

@ -20,12 +20,14 @@ C_SRCS = \
exit.c \ exit.c \
file.c \ file.c \
heap.c \ heap.c \
iob.c \
locale.c \ locale.c \
lock.c \ lock.c \
main.c \ main.c \
math.c \ math.c \
mbcs.c \ mbcs.c \
misc.c \ misc.c \
onexit.c \
process.c \ process.c \
scanf.c \ scanf.c \
scheduler.c \ scheduler.c \

View File

@ -20,12 +20,14 @@ C_SRCS = \
exit.c \ exit.c \
file.c \ file.c \
heap.c \ heap.c \
iob.c \
locale.c \ locale.c \
lock.c \ lock.c \
main.c \ main.c \
math.c \ math.c \
mbcs.c \ mbcs.c \
misc.c \ misc.c \
onexit.c \
process.c \ process.c \
scanf.c \ scanf.c \
string.c \ string.c \

View File

@ -20,12 +20,14 @@ C_SRCS = \
exit.c \ exit.c \
file.c \ file.c \
heap.c \ heap.c \
iob.c \
locale.c \ locale.c \
lock.c \ lock.c \
main.c \ main.c \
math.c \ math.c \
mbcs.c \ mbcs.c \
misc.c \ misc.c \
onexit.c \
process.c \ process.c \
scanf.c \ scanf.c \
string.c \ string.c \

View File

@ -20,12 +20,14 @@ C_SRCS = \
exit.c \ exit.c \
file.c \ file.c \
heap.c \ heap.c \
iob.c \
locale.c \ locale.c \
lock.c \ lock.c \
main.c \ main.c \
math.c \ math.c \
mbcs.c \ mbcs.c \
misc.c \ misc.c \
onexit.c \
process.c \ process.c \
scanf.c \ scanf.c \
string.c \ string.c \

View File

@ -20,12 +20,14 @@ C_SRCS = \
exit.c \ exit.c \
file.c \ file.c \
heap.c \ heap.c \
iob.c \
locale.c \ locale.c \
lock.c \ lock.c \
main.c \ main.c \
math.c \ math.c \
mbcs.c \ mbcs.c \
misc.c \ misc.c \
onexit.c \
process.c \ process.c \
scanf.c \ scanf.c \
string.c \ string.c \

View File

@ -21,12 +21,14 @@ C_SRCS = \
exit.c \ exit.c \
file.c \ file.c \
heap.c \ heap.c \
iob.c \
locale.c \ locale.c \
lock.c \ lock.c \
main.c \ main.c \
math.c \ math.c \
mbcs.c \ mbcs.c \
misc.c \ misc.c \
onexit.c \
process.c \ process.c \
scanf.c \ scanf.c \
string.c \ string.c \