Link against libwine_unicode everywhere we use Unicode functions.

This commit is contained in:
Alexandre Julliard 2006-05-24 18:05:40 +02:00
parent 23f9e358ad
commit 9ca8a86914
22 changed files with 22 additions and 14 deletions

View File

@ -5,7 +5,7 @@ VPATH = @srcdir@
MODULE = avifil32.dll
IMPORTLIB = libavifil32.$(IMPLIBEXT)
IMPORTS = msacm32 msvfw32 winmm ole32 user32 advapi32 kernel32 ntdll
EXTRALIBS = -luuid
EXTRALIBS = $(LIBUNICODE) -luuid
C_SRCS = \
acmstream.c \

View File

@ -6,7 +6,7 @@ MODULE = comdlg32.dll
IMPORTLIB = libcomdlg32.$(IMPLIBEXT)
IMPORTS = shell32 shlwapi comctl32 winspool user32 gdi32 advapi32 kernel32 ntdll
DELAYIMPORTS = ole32
EXTRALIBS = -luuid
EXTRALIBS = $(LIBUNICODE) -luuid
C_SRCS = \
cdlg32.c \

View File

@ -4,7 +4,7 @@ SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = dmloader.dll
IMPORTS = ole32 user32 advapi32 kernel32
EXTRALIBS = -ldxguid -luuid
EXTRALIBS = $(LIBUNICODE) -ldxguid -luuid
C_SRCS = \
classfactory.c \

View File

@ -4,7 +4,7 @@ SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = dmusic.dll
IMPORTS = winmm ole32 msacm32 dsound rpcrt4 user32 advapi32 kernel32 ntdll
EXTRALIBS = -ldxguid -luuid
EXTRALIBS = $(LIBUNICODE) -ldxguid -luuid
C_SRCS = \
buffer.c \

View File

@ -6,7 +6,7 @@ VPATH = @srcdir@
MODULE = dplayx.dll
IMPORTLIB = libdplayx.$(IMPLIBEXT)
IMPORTS = winmm ole32 user32 advapi32 kernel32
EXTRALIBS = -ldxguid -luuid
EXTRALIBS = $(LIBUNICODE) -ldxguid -luuid
C_SRCS = \
dpclassfactory.c \

View File

@ -4,7 +4,7 @@ SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = hhctrl.ocx
IMPORTS = advapi32 comctl32 shell32 ole32 oleaut32 user32 gdi32 kernel32
EXTRALIBS = -luuid
EXTRALIBS = $(LIBUNICODE) -luuid
C_SRCS = \
chm.c \

View File

@ -4,6 +4,7 @@ SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = mciavi32.dll
IMPORTS = msvfw32 winmm user32 gdi32 kernel32
EXTRALIBS = $(LIBUNICODE)
C_SRCS = \
info.c \

View File

@ -4,6 +4,7 @@ SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = mciseq.dll
IMPORTS = winmm user32 kernel32
EXTRALIBS = $(LIBUNICODE)
C_SRCS = \
mcimidi.c

View File

@ -4,6 +4,7 @@ SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = mciwave.dll
IMPORTS = winmm user32 kernel32
EXTRALIBS = $(LIBUNICODE)
C_SRCS = \
mciwave.c

View File

@ -4,6 +4,7 @@ SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = midimap.dll
IMPORTS = winmm user32 advapi32 kernel32
EXTRALIBS = $(LIBUNICODE)
C_SRCS = \
midimap.c

View File

@ -4,6 +4,7 @@ SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = msacm32.drv
IMPORTS = msacm32 winmm user32 kernel32
EXTRALIBS = $(LIBUNICODE)
C_SRCS = \
wavemap.c

View File

@ -5,7 +5,7 @@ VPATH = @srcdir@
MODULE = msdmo.dll
IMPORTLIB = libmsdmo.$(IMPLIBEXT)
IMPORTS = ole32 user32 advapi32 kernel32
EXTRALIBS = -luuid
EXTRALIBS = $(LIBUNICODE) -luuid
C_SRCS = \
dmoreg.c \

View File

@ -5,6 +5,7 @@ VPATH = @srcdir@
MODULE = odbc32.dll
IMPORTLIB = libodbc32.$(IMPLIBEXT)
IMPORTS = advapi32 kernel32
EXTRALIBS = $(LIBUNICODE)
C_SRCS = \
proxyodbc.c

View File

@ -7,7 +7,7 @@ MODULE = rpcrt4.dll
IMPORTLIB = librpcrt4.$(IMPLIBEXT)
IMPORTS = iphlpapi advapi32 kernel32 ntdll
DELAYIMPORTS = secur32
EXTRALIBS = -luuid
EXTRALIBS = $(LIBUNICODE) -luuid
C_SRCS = \
cproxy.c \

View File

@ -7,7 +7,7 @@ MODULE = shdocvw.dll
IMPORTLIB = libshdocvw.$(IMPLIBEXT)
IMPORTS = shell32 shlwapi user32 advapi32 kernel32
DELAYIMPORTS = urlmon ole32 oleaut32
EXTRALIBS = -luuid
EXTRALIBS = $(LIBUNICODE) -luuid
C_SRCS = \
classinfo.c \

View File

@ -5,7 +5,7 @@ VPATH = @srcdir@
MODULE = urlmon.dll
IMPORTLIB = liburlmon.$(IMPLIBEXT)
IMPORTS = cabinet ole32 shlwapi wininet user32 advapi32 kernel32 ntdll
EXTRALIBS = -luuid
EXTRALIBS = $(LIBUNICODE) -luuid
C_SRCS = \
binding.c \

View File

@ -5,7 +5,7 @@ VPATH = @srcdir@
MODULE = winearts.drv
IMPORTS = winmm user32 kernel32 ntdll
EXTRAINCL = @ARTSINCL@
EXTRALIBS = @ARTSLIBS@ -ldxguid -luuid
EXTRALIBS = @ARTSLIBS@ $(LIBUNICODE) -ldxguid -luuid
C_SRCS = \
arts.c \

View File

@ -5,7 +5,7 @@ VPATH = @srcdir@
MODULE = winenas.drv
IMPORTS = winmm user32 kernel32
EXTRAINCL = @X_CFLAGS@
EXTRALIBS = -ldxguid -luuid @NASLIBS@
EXTRALIBS = $(LIBUNICODE) -ldxguid -luuid @NASLIBS@
C_SRCS = \
audio.c \

View File

@ -4,7 +4,7 @@ SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = wineoss.drv
IMPORTS = winmm user32 kernel32
EXTRALIBS = -ldxguid -luuid
EXTRALIBS = $(LIBUNICODE) -ldxguid -luuid
C_SRCS = \
audio.c \

View File

@ -5,6 +5,7 @@ VPATH = @srcdir@
MODULE = msiexec.exe
APPMODE = -mconsole
IMPORTS = msi ole32 advapi32 user32 kernel32
EXTRALIBS = $(LIBUNICODE)
C_SRCS = \
msiexec.c

View File

@ -5,6 +5,7 @@ VPATH = @srcdir@
MODULE = rundll32.exe
APPMODE = -mconsole
IMPORTS = user32 kernel32
EXTRALIBS = $(LIBUNICODE)
C_SRCS = \
rundll32.c

View File

@ -5,7 +5,7 @@ VPATH = @srcdir@
MODULE = winemenubuilder.exe
APPMODE = -mwindows
IMPORTS = shell32 ole32 user32 advapi32 kernel32
EXTRALIBS = -luuid
EXTRALIBS = $(LIBUNICODE) -luuid
C_SRCS = \
winemenubuilder.c