From edd77b933bbd2ebfd2f4831b24b4f0276da12f2e Mon Sep 17 00:00:00 2001 From: Alexandre Julliard Date: Fri, 28 Apr 2000 14:50:54 +0000 Subject: [PATCH] Changed imports of winspool to winspool.drv. --- libtest/Makefile.in | 2 +- programs/clock/Makefile.in | 2 +- programs/cmdlgtst/Makefile.in | 2 +- programs/notepad/Makefile.in | 2 +- programs/progman/Makefile.in | 2 +- programs/view/Makefile.in | 2 +- programs/winhelp/Makefile.in | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/libtest/Makefile.in b/libtest/Makefile.in index d0fcb832023..7e6b76f2a44 100644 --- a/libtest/Makefile.in +++ b/libtest/Makefile.in @@ -35,7 +35,7 @@ hello2: hello2.o hello2.spec.o $(CC) -o hello2 $+ $(DLL_LINK) $(LIBS) hello3: hello3.o hello3.spec.o hello3res.o - $(CC) -o hello3 $+ -L$(DLLDIR) -lcomdlg32 -lwinspool $(DLL_LINK) $(LIBS) + $(CC) -o hello3 $+ -L$(DLLDIR) -lcomdlg32 -lwinspool.drv $(DLL_LINK) $(LIBS) hello4: hello4.o hello4.spec.o $(CC) -o hello4 $+ $(DLL_LINK) $(LIBS) diff --git a/programs/clock/Makefile.in b/programs/clock/Makefile.in index ab98afd9582..4cf9f3176f0 100644 --- a/programs/clock/Makefile.in +++ b/programs/clock/Makefile.in @@ -5,7 +5,7 @@ SRCDIR = @srcdir@ VPATH = @srcdir@ MODULE = none PROGRAMS = clock -IMPORTS = shell32 comdlg32 ole32 winspool +IMPORTS = shell32 comdlg32 ole32 winspool.drv WRCEXTRA = -s -p clock LICENSELANG = En diff --git a/programs/cmdlgtst/Makefile.in b/programs/cmdlgtst/Makefile.in index 89d526d142b..b6d22ea3779 100644 --- a/programs/cmdlgtst/Makefile.in +++ b/programs/cmdlgtst/Makefile.in @@ -5,7 +5,7 @@ SRCDIR = @srcdir@ VPATH = @srcdir@ MODULE = none PROGRAMS = cmdlgtst -IMPORTS = comdlg32 winspool +IMPORTS = comdlg32 winspool.drv WRCEXTRA = -s -p cmdlgtst C_SRCS = \ diff --git a/programs/notepad/Makefile.in b/programs/notepad/Makefile.in index 31e08f44645..4cce51bb0da 100644 --- a/programs/notepad/Makefile.in +++ b/programs/notepad/Makefile.in @@ -5,7 +5,7 @@ SRCDIR = @srcdir@ VPATH = @srcdir@ MODULE = none PROGRAMS = notepad -IMPORTS = shell32 ole32 comdlg32 winspool +IMPORTS = shell32 ole32 comdlg32 winspool.drv WRCEXTRA = -s -p notepad LICENSELANG = En diff --git a/programs/progman/Makefile.in b/programs/progman/Makefile.in index 808e1e38e0c..722564f52ed 100644 --- a/programs/progman/Makefile.in +++ b/programs/progman/Makefile.in @@ -5,7 +5,7 @@ SRCDIR = @srcdir@ VPATH = @srcdir@ MODULE = none PROGRAMS = progman -IMPORTS = shell32 comdlg32 ole32 winspool +IMPORTS = shell32 comdlg32 ole32 winspool.drv WRCEXTRA = -s -p progman LICENSELANG = En diff --git a/programs/view/Makefile.in b/programs/view/Makefile.in index d330ae35126..7afa1a3d9f1 100644 --- a/programs/view/Makefile.in +++ b/programs/view/Makefile.in @@ -5,7 +5,7 @@ SRCDIR = @srcdir@ VPATH = @srcdir@ MODULE = none PROGRAMS = view -IMPORTS = comdlg32 winspool +IMPORTS = comdlg32 winspool.drv WRCEXTRA = -s -p view C_SRCS = \ diff --git a/programs/winhelp/Makefile.in b/programs/winhelp/Makefile.in index fc82eb6838a..a59e55eedac 100644 --- a/programs/winhelp/Makefile.in +++ b/programs/winhelp/Makefile.in @@ -5,7 +5,7 @@ SRCDIR = @srcdir@ VPATH = @srcdir@ MODULE = none PROGRAMS = winhelp hlp2sgml -IMPORTS = shell32 ole32 comdlg32 winspool +IMPORTS = shell32 ole32 comdlg32 winspool.drv WRCEXTRA = -s -p winhelp C_SRCS = \