Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-cw
Commits
9ca8a869
Commit
9ca8a869
authored
May 24, 2006
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Link against libwine_unicode everywhere we use Unicode functions.
parent
23f9e358
Show whitespace changes
Inline
Side-by-side
Showing
22 changed files
with
22 additions
and
14 deletions
+22
-14
Makefile.in
dlls/avifil32/Makefile.in
+1
-1
Makefile.in
dlls/comdlg32/Makefile.in
+1
-1
Makefile.in
dlls/dmloader/Makefile.in
+1
-1
Makefile.in
dlls/dmusic/Makefile.in
+1
-1
Makefile.in
dlls/dplayx/Makefile.in
+1
-1
Makefile.in
dlls/hhctrl.ocx/Makefile.in
+1
-1
Makefile.in
dlls/mciavi32/Makefile.in
+1
-0
Makefile.in
dlls/mciseq/Makefile.in
+1
-0
Makefile.in
dlls/mciwave/Makefile.in
+1
-0
Makefile.in
dlls/midimap/Makefile.in
+1
-0
Makefile.in
dlls/msacm32.drv/Makefile.in
+1
-0
Makefile.in
dlls/msdmo/Makefile.in
+1
-1
Makefile.in
dlls/odbc32/Makefile.in
+1
-0
Makefile.in
dlls/rpcrt4/Makefile.in
+1
-1
Makefile.in
dlls/shdocvw/Makefile.in
+1
-1
Makefile.in
dlls/urlmon/Makefile.in
+1
-1
Makefile.in
dlls/winmm/winearts/Makefile.in
+1
-1
Makefile.in
dlls/winmm/winenas/Makefile.in
+1
-1
Makefile.in
dlls/winmm/wineoss/Makefile.in
+1
-1
Makefile.in
programs/msiexec/Makefile.in
+1
-0
Makefile.in
programs/rundll32/Makefile.in
+1
-0
Makefile.in
programs/winemenubuilder/Makefile.in
+1
-1
No files found.
dlls/avifil32/Makefile.in
View file @
9ca8a869
...
...
@@ -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
\
...
...
dlls/comdlg32/Makefile.in
View file @
9ca8a869
...
...
@@ -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
\
...
...
dlls/dmloader/Makefile.in
View file @
9ca8a869
...
...
@@ -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
\
...
...
dlls/dmusic/Makefile.in
View file @
9ca8a869
...
...
@@ -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
\
...
...
dlls/dplayx/Makefile.in
View file @
9ca8a869
...
...
@@ -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
\
...
...
dlls/hhctrl.ocx/Makefile.in
View file @
9ca8a869
...
...
@@ -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
\
...
...
dlls/mciavi32/Makefile.in
View file @
9ca8a869
...
...
@@ -4,6 +4,7 @@ SRCDIR = @srcdir@
VPATH
=
@srcdir@
MODULE
=
mciavi32.dll
IMPORTS
=
msvfw32 winmm user32 gdi32 kernel32
EXTRALIBS
=
$(LIBUNICODE)
C_SRCS
=
\
info.c
\
...
...
dlls/mciseq/Makefile.in
View file @
9ca8a869
...
...
@@ -4,6 +4,7 @@ SRCDIR = @srcdir@
VPATH
=
@srcdir@
MODULE
=
mciseq.dll
IMPORTS
=
winmm user32 kernel32
EXTRALIBS
=
$(LIBUNICODE)
C_SRCS
=
\
mcimidi.c
...
...
dlls/mciwave/Makefile.in
View file @
9ca8a869
...
...
@@ -4,6 +4,7 @@ SRCDIR = @srcdir@
VPATH
=
@srcdir@
MODULE
=
mciwave.dll
IMPORTS
=
winmm user32 kernel32
EXTRALIBS
=
$(LIBUNICODE)
C_SRCS
=
\
mciwave.c
...
...
dlls/midimap/Makefile.in
View file @
9ca8a869
...
...
@@ -4,6 +4,7 @@ SRCDIR = @srcdir@
VPATH
=
@srcdir@
MODULE
=
midimap.dll
IMPORTS
=
winmm user32 advapi32 kernel32
EXTRALIBS
=
$(LIBUNICODE)
C_SRCS
=
\
midimap.c
...
...
dlls/msacm32.drv/Makefile.in
View file @
9ca8a869
...
...
@@ -4,6 +4,7 @@ SRCDIR = @srcdir@
VPATH
=
@srcdir@
MODULE
=
msacm32.drv
IMPORTS
=
msacm32 winmm user32 kernel32
EXTRALIBS
=
$(LIBUNICODE)
C_SRCS
=
\
wavemap.c
...
...
dlls/msdmo/Makefile.in
View file @
9ca8a869
...
...
@@ -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
\
...
...
dlls/odbc32/Makefile.in
View file @
9ca8a869
...
...
@@ -5,6 +5,7 @@ VPATH = @srcdir@
MODULE
=
odbc32.dll
IMPORTLIB
=
libodbc32.
$(IMPLIBEXT)
IMPORTS
=
advapi32 kernel32
EXTRALIBS
=
$(LIBUNICODE)
C_SRCS
=
\
proxyodbc.c
...
...
dlls/rpcrt4/Makefile.in
View file @
9ca8a869
...
...
@@ -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
\
...
...
dlls/shdocvw/Makefile.in
View file @
9ca8a869
...
...
@@ -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
\
...
...
dlls/urlmon/Makefile.in
View file @
9ca8a869
...
...
@@ -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
\
...
...
dlls/winmm/winearts/Makefile.in
View file @
9ca8a869
...
...
@@ -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
\
...
...
dlls/winmm/winenas/Makefile.in
View file @
9ca8a869
...
...
@@ -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
\
...
...
dlls/winmm/wineoss/Makefile.in
View file @
9ca8a869
...
...
@@ -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
\
...
...
programs/msiexec/Makefile.in
View file @
9ca8a869
...
...
@@ -5,6 +5,7 @@ VPATH = @srcdir@
MODULE
=
msiexec.exe
APPMODE
=
-mconsole
IMPORTS
=
msi ole32 advapi32 user32 kernel32
EXTRALIBS
=
$(LIBUNICODE)
C_SRCS
=
\
msiexec.c
...
...
programs/rundll32/Makefile.in
View file @
9ca8a869
...
...
@@ -5,6 +5,7 @@ VPATH = @srcdir@
MODULE
=
rundll32.exe
APPMODE
=
-mconsole
IMPORTS
=
user32 kernel32
EXTRALIBS
=
$(LIBUNICODE)
C_SRCS
=
\
rundll32.c
...
...
programs/winemenubuilder/Makefile.in
View file @
9ca8a869
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment