Alexandre Julliard : msvcrt: Add the static object files to all the msvcrt import libraries.

Alexandre Julliard julliard at winehq.org
Tue May 21 16:45:20 CDT 2019


Module: wine
Branch: master
Commit: ec2e282b5b2798520240c6e01ca15413e36ad775
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=ec2e282b5b2798520240c6e01ca15413e36ad775

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Tue May 21 11:11:01 2019 +0200

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 at winehq.org>

---

 dlls/msvcr100/Makefile.in | 2 ++
 dlls/msvcr110/Makefile.in | 2 ++
 dlls/msvcr120/Makefile.in | 2 ++
 dlls/msvcr70/Makefile.in  | 2 ++
 dlls/msvcr71/Makefile.in  | 2 ++
 dlls/msvcr80/Makefile.in  | 2 ++
 dlls/msvcr90/Makefile.in  | 2 ++
 dlls/msvcrtd/Makefile.in  | 2 ++
 8 files changed, 16 insertions(+)

diff --git a/dlls/msvcr100/Makefile.in b/dlls/msvcr100/Makefile.in
index 07a3ece..e95c929 100644
--- a/dlls/msvcr100/Makefile.in
+++ b/dlls/msvcr100/Makefile.in
@@ -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 \
diff --git a/dlls/msvcr110/Makefile.in b/dlls/msvcr110/Makefile.in
index 056eb39..00928ca 100644
--- a/dlls/msvcr110/Makefile.in
+++ b/dlls/msvcr110/Makefile.in
@@ -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 \
diff --git a/dlls/msvcr120/Makefile.in b/dlls/msvcr120/Makefile.in
index 1ee05d9..fa09d30 100644
--- a/dlls/msvcr120/Makefile.in
+++ b/dlls/msvcr120/Makefile.in
@@ -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 \
diff --git a/dlls/msvcr70/Makefile.in b/dlls/msvcr70/Makefile.in
index e068b13..c7d3edf 100644
--- a/dlls/msvcr70/Makefile.in
+++ b/dlls/msvcr70/Makefile.in
@@ -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 \
diff --git a/dlls/msvcr71/Makefile.in b/dlls/msvcr71/Makefile.in
index 58563b7..d7606cc 100644
--- a/dlls/msvcr71/Makefile.in
+++ b/dlls/msvcr71/Makefile.in
@@ -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 \
diff --git a/dlls/msvcr80/Makefile.in b/dlls/msvcr80/Makefile.in
index 05b7a5b..90c43f7 100644
--- a/dlls/msvcr80/Makefile.in
+++ b/dlls/msvcr80/Makefile.in
@@ -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 \
diff --git a/dlls/msvcr90/Makefile.in b/dlls/msvcr90/Makefile.in
index 590b4b8..5d644a3 100644
--- a/dlls/msvcr90/Makefile.in
+++ b/dlls/msvcr90/Makefile.in
@@ -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 \
diff --git a/dlls/msvcrtd/Makefile.in b/dlls/msvcrtd/Makefile.in
index 0cc3341..3edfcd0 100644
--- a/dlls/msvcrtd/Makefile.in
+++ b/dlls/msvcrtd/Makefile.in
@@ -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 \




More information about the wine-cvs mailing list