diff --git a/dlls/amstream/Makefile.in b/dlls/amstream/Makefile.in index c74c14d9da2..e141df0bc09 100644 --- a/dlls/amstream/Makefile.in +++ b/dlls/amstream/Makefile.in @@ -3,7 +3,7 @@ TOPOBJDIR = ../.. SRCDIR = @srcdir@ VPATH = @srcdir@ MODULE = amstream.dll -IMPORTS = strmiids uuid ole32 user32 advapi32 kernel32 +IMPORTS = strmiids uuid ole32 advapi32 kernel32 C_SRCS = \ amstream.c \ diff --git a/dlls/d3dxof/Makefile.in b/dlls/d3dxof/Makefile.in index 2319c8b2cc5..4e0d77c1ac8 100644 --- a/dlls/d3dxof/Makefile.in +++ b/dlls/d3dxof/Makefile.in @@ -4,7 +4,7 @@ SRCDIR = @srcdir@ VPATH = @srcdir@ MODULE = d3dxof.dll IMPORTLIB = d3dxof -IMPORTS = dxguid uuid ole32 user32 advapi32 kernel32 +IMPORTS = dxguid uuid ole32 advapi32 kernel32 C_SRCS = \ main.c \ diff --git a/dlls/dmband/Makefile.in b/dlls/dmband/Makefile.in index 26b8976d98a..157ba5ed571 100644 --- a/dlls/dmband/Makefile.in +++ b/dlls/dmband/Makefile.in @@ -3,7 +3,7 @@ TOPOBJDIR = ../.. SRCDIR = @srcdir@ VPATH = @srcdir@ MODULE = dmband.dll -IMPORTS = dxguid uuid ole32 user32 advapi32 kernel32 +IMPORTS = dxguid uuid ole32 advapi32 kernel32 C_SRCS = \ band.c \ diff --git a/dlls/dmcompos/Makefile.in b/dlls/dmcompos/Makefile.in index 4fdb3559e13..9b51cd9be21 100644 --- a/dlls/dmcompos/Makefile.in +++ b/dlls/dmcompos/Makefile.in @@ -3,7 +3,7 @@ TOPOBJDIR = ../.. SRCDIR = @srcdir@ VPATH = @srcdir@ MODULE = dmcompos.dll -IMPORTS = dxguid uuid ole32 user32 advapi32 kernel32 +IMPORTS = dxguid uuid ole32 advapi32 kernel32 C_SRCS = \ chordmap.c \ diff --git a/dlls/dmloader/Makefile.in b/dlls/dmloader/Makefile.in index 1dde79dcca1..0edebeea197 100644 --- a/dlls/dmloader/Makefile.in +++ b/dlls/dmloader/Makefile.in @@ -3,7 +3,7 @@ TOPOBJDIR = ../.. SRCDIR = @srcdir@ VPATH = @srcdir@ MODULE = dmloader.dll -IMPORTS = dxguid uuid ole32 user32 advapi32 kernel32 +IMPORTS = dxguid uuid ole32 advapi32 kernel32 C_SRCS = \ classfactory.c \ diff --git a/dlls/dmscript/Makefile.in b/dlls/dmscript/Makefile.in index 46ac121bfc1..1f99f5c9d07 100644 --- a/dlls/dmscript/Makefile.in +++ b/dlls/dmscript/Makefile.in @@ -3,7 +3,7 @@ TOPOBJDIR = ../.. SRCDIR = @srcdir@ VPATH = @srcdir@ MODULE = dmscript.dll -IMPORTS = dxguid uuid ole32 user32 advapi32 kernel32 +IMPORTS = dxguid uuid ole32 advapi32 kernel32 C_SRCS = \ dmscript_main.c \ diff --git a/dlls/dmstyle/Makefile.in b/dlls/dmstyle/Makefile.in index b01f419c05f..c85a76cd0ba 100644 --- a/dlls/dmstyle/Makefile.in +++ b/dlls/dmstyle/Makefile.in @@ -3,7 +3,7 @@ TOPOBJDIR = ../.. SRCDIR = @srcdir@ VPATH = @srcdir@ MODULE = dmstyle.dll -IMPORTS = dxguid uuid ole32 user32 advapi32 kernel32 +IMPORTS = dxguid uuid ole32 advapi32 kernel32 C_SRCS = \ auditiontrack.c \ diff --git a/dlls/dmsynth/Makefile.in b/dlls/dmsynth/Makefile.in index 35cadc5e095..03db464c81e 100644 --- a/dlls/dmsynth/Makefile.in +++ b/dlls/dmsynth/Makefile.in @@ -3,7 +3,7 @@ TOPOBJDIR = ../.. SRCDIR = @srcdir@ VPATH = @srcdir@ MODULE = dmsynth.dll -IMPORTS = dxguid uuid ole32 user32 advapi32 kernel32 +IMPORTS = dxguid uuid ole32 advapi32 kernel32 C_SRCS = \ dmsynth_main.c \ diff --git a/dlls/dmusic/Makefile.in b/dlls/dmusic/Makefile.in index a3c114a90ea..3b1b9628214 100644 --- a/dlls/dmusic/Makefile.in +++ b/dlls/dmusic/Makefile.in @@ -3,7 +3,7 @@ TOPOBJDIR = ../.. SRCDIR = @srcdir@ VPATH = @srcdir@ MODULE = dmusic.dll -IMPORTS = dxguid uuid ole32 user32 advapi32 kernel32 +IMPORTS = dxguid uuid ole32 advapi32 kernel32 C_SRCS = \ buffer.c \ diff --git a/dlls/dpnet/Makefile.in b/dlls/dpnet/Makefile.in index 8d6b31959c1..49ce6b68f80 100644 --- a/dlls/dpnet/Makefile.in +++ b/dlls/dpnet/Makefile.in @@ -4,7 +4,7 @@ SRCDIR = @srcdir@ VPATH = @srcdir@ MODULE = dpnet.dll IMPORTLIB = dpnet -IMPORTS = dxguid uuid ole32 user32 advapi32 kernel32 +IMPORTS = dxguid uuid ole32 advapi32 kernel32 C_SRCS = \ address.c \ diff --git a/dlls/dsound/Makefile.in b/dlls/dsound/Makefile.in index e6892c10018..bbac7f905f4 100644 --- a/dlls/dsound/Makefile.in +++ b/dlls/dsound/Makefile.in @@ -4,7 +4,7 @@ SRCDIR = @srcdir@ VPATH = @srcdir@ MODULE = dsound.dll IMPORTLIB = dsound -IMPORTS = dxguid uuid winmm ole32 user32 advapi32 kernel32 ntdll +IMPORTS = dxguid uuid winmm ole32 advapi32 kernel32 ntdll C_SRCS = \ buffer.c \ diff --git a/dlls/dswave/Makefile.in b/dlls/dswave/Makefile.in index fb13f1d02cb..fb2e28aba10 100644 --- a/dlls/dswave/Makefile.in +++ b/dlls/dswave/Makefile.in @@ -3,7 +3,7 @@ TOPOBJDIR = ../.. SRCDIR = @srcdir@ VPATH = @srcdir@ MODULE = dswave.dll -IMPORTS = dxguid uuid ole32 user32 advapi32 kernel32 +IMPORTS = dxguid uuid ole32 advapi32 kernel32 C_SRCS = \ dswave.c \ diff --git a/dlls/inseng/Makefile.in b/dlls/inseng/Makefile.in index 4173760685c..e47847974fa 100644 --- a/dlls/inseng/Makefile.in +++ b/dlls/inseng/Makefile.in @@ -3,7 +3,7 @@ TOPOBJDIR = ../.. SRCDIR = @srcdir@ VPATH = @srcdir@ MODULE = inseng.dll -IMPORTS = uuid ole32 user32 advapi32 kernel32 +IMPORTS = uuid ole32 advapi32 kernel32 EXTRADEFS = -DCOM_NO_WINDOWS_H C_SRCS = \ diff --git a/dlls/mlang/Makefile.in b/dlls/mlang/Makefile.in index 6bf166122d9..cc721247be1 100644 --- a/dlls/mlang/Makefile.in +++ b/dlls/mlang/Makefile.in @@ -4,7 +4,7 @@ SRCDIR = @srcdir@ VPATH = @srcdir@ MODULE = mlang.dll IMPORTLIB = mlang -IMPORTS = uuid ole32 user32 gdi32 advapi32 kernel32 +IMPORTS = uuid ole32 gdi32 advapi32 kernel32 DELAYIMPORTS = oleaut32 EXTRADEFS = -DCOM_NO_WINDOWS_H diff --git a/dlls/objsel/Makefile.in b/dlls/objsel/Makefile.in index 6c90bc00136..1885c14aafc 100644 --- a/dlls/objsel/Makefile.in +++ b/dlls/objsel/Makefile.in @@ -3,7 +3,7 @@ TOPOBJDIR = ../.. SRCDIR = @srcdir@ VPATH = @srcdir@ MODULE = objsel.dll -IMPORTS = strmiids uuid ole32 user32 advapi32 kernel32 +IMPORTS = strmiids uuid ole32 advapi32 kernel32 C_SRCS = \ factory.c \