Fixed some issues found by "make checklink"

Patrik Stridvall ps at leissner.se
Sun Sep 22 17:24:12 CDT 2002


*** checklink

* dlls/msimg32/Makefile.in,
  programs/winetest/Makefile.in:
Fixed some issues found by "make checklink".

---8<---

Index: wine/dlls/msimg32/Makefile.in
===================================================================
RCS file: /home/wine/wine/dlls/msimg32/Makefile.in,v
retrieving revision 1.5
diff -u -u -r1.5 Makefile.in
--- wine/dlls/msimg32/Makefile.in	17 May 2002 03:37:13 -0000	1.5
+++ wine/dlls/msimg32/Makefile.in	22 Sep 2002 22:17:41 -0000
@@ -3,6 +3,7 @@
 SRCDIR    = @srcdir@
 VPATH     = @srcdir@
 MODULE    = msimg32.dll
+IMPORTS   = kernel32
 
 LDDLLFLAGS = @LDDLLFLAGS@
 SYMBOLFILE = $(MODULE).tmp.o
Index: wine/programs/winetest/Makefile.in
===================================================================
RCS file: /home/wine/wine/programs/winetest/Makefile.in,v
retrieving revision 1.15
diff -u -u -r1.15 Makefile.in
--- wine/programs/winetest/Makefile.in	6 Sep 2002 19:46:01 -0000	1.15
+++ wine/programs/winetest/Makefile.in	22 Sep 2002 22:17:47 -0000
@@ -4,7 +4,7 @@
 VPATH     = @srcdir@
 MODULE    = winetest.exe
 APPMODE   = cui
-IMPORTS   = kernel32
+IMPORTS   = kernel32 ntdll
 
 EXTRACFLAGS = `perl -MExtUtils::Embed -e ccflags`
 EXTRALIBS   = `perl -MExtUtils::Embed -e ldopts`



More information about the wine-patches mailing list