diff --git a/dlls/comctl32/Makefile.in b/dlls/comctl32/Makefile.in index 37a685347c3..af87797366e 100644 --- a/dlls/comctl32/Makefile.in +++ b/dlls/comctl32/Makefile.in @@ -4,7 +4,6 @@ SRCDIR = @srcdir@ VPATH = @srcdir@ MODULE = comctl32 SOVERSION = 1.0 -IMPORTS = winmm WRCEXTRA = -s -p$(MODULE) SPEC_SRCS = comctl32.spec diff --git a/dlls/commdlg/Makefile.in b/dlls/commdlg/Makefile.in index 809a93f36b2..cd9e332baac 100644 --- a/dlls/commdlg/Makefile.in +++ b/dlls/commdlg/Makefile.in @@ -5,7 +5,7 @@ VPATH = @srcdir@ MODULE = comdlg32 SOVERSION = 1.0 ALTNAMES = commdlg -IMPORTS = shell32 ole32 comctl32 winspool winmm +IMPORTS = shell32 ole32 comctl32 winspool WRCEXTRA = -s -pcomdlg32 SPEC_SRCS = commdlg.spec comdlg32.spec diff --git a/dlls/oleaut32/Makefile.in b/dlls/oleaut32/Makefile.in index 632bd413dd3..26a5ab2e1ac 100644 --- a/dlls/oleaut32/Makefile.in +++ b/dlls/oleaut32/Makefile.in @@ -5,7 +5,7 @@ VPATH = @srcdir@ MODULE = oleaut32 SOVERSION = 1.0 ALTNAMES = ole2disp typelib -IMPORTS = ole32 comctl32 winmm +IMPORTS = ole32 comctl32 SPEC_SRCS = oleaut32.spec ole2disp.spec typelib.spec diff --git a/dlls/shell32/Makefile.in b/dlls/shell32/Makefile.in index 8d3046f990f..e4991255a37 100644 --- a/dlls/shell32/Makefile.in +++ b/dlls/shell32/Makefile.in @@ -5,7 +5,7 @@ VPATH = @srcdir@ MODULE = shell32 SOVERSION = 1.0 ALTNAMES = shell shlwapi -IMPORTS = ole32 comctl32 winmm +IMPORTS = ole32 comctl32 WRCEXTRA = -s -p$(MODULE) SPEC_SRCS = \