Removed winmm from import list.

This commit is contained in:
Alexandre Julliard 2000-04-19 16:52:06 +00:00
parent 59d99130c5
commit ae7ae694b3
4 changed files with 3 additions and 4 deletions

View File

@ -4,7 +4,6 @@ SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = comctl32
SOVERSION = 1.0
IMPORTS = winmm
WRCEXTRA = -s -p$(MODULE)
SPEC_SRCS = comctl32.spec

View File

@ -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

View File

@ -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

View File

@ -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 = \