Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
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-winehq
Commits
ad939630
Commit
ad939630
authored
Dec 06, 2007
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed some unneeded imports.
parent
d371b8b5
Hide whitespace changes
Inline
Side-by-side
Showing
56 changed files
with
56 additions
and
56 deletions
+56
-56
Makefile.in
dlls/advpack/Makefile.in
+1
-1
Makefile.in
dlls/advpack/tests/Makefile.in
+1
-1
Makefile.in
dlls/browseui/tests/Makefile.in
+1
-1
Makefile.in
dlls/cabinet/tests/Makefile.in
+1
-1
Makefile.in
dlls/d3d8/Makefile.in
+1
-1
Makefile.in
dlls/d3d9/Makefile.in
+1
-1
Makefile.in
dlls/d3dx8/Makefile.in
+1
-1
Makefile.in
dlls/dmime/Makefile.in
+1
-1
Makefile.in
dlls/dmsynth/Makefile.in
+1
-1
Makefile.in
dlls/dmusic/Makefile.in
+1
-1
Makefile.in
dlls/dmusic32/Makefile.in
+1
-1
Makefile.in
dlls/dswave/Makefile.in
+1
-1
Makefile.in
dlls/dwmapi/Makefile.in
+1
-1
Makefile.in
dlls/gdiplus/Makefile.in
+1
-1
Makefile.in
dlls/gdiplus/tests/Makefile.in
+1
-1
Makefile.in
dlls/glu32/Makefile.in
+1
-1
Makefile.in
dlls/gphoto2.ds/Makefile.in
+1
-1
Makefile.in
dlls/hhctrl.ocx/Makefile.in
+1
-1
Makefile.in
dlls/hid/Makefile.in
+1
-1
Makefile.in
dlls/infosoft/Makefile.in
+1
-1
Makefile.in
dlls/infosoft/tests/Makefile.in
+1
-1
Makefile.in
dlls/inkobj/Makefile.in
+1
-1
Makefile.in
dlls/inseng/Makefile.in
+1
-1
Makefile.in
dlls/iphlpapi/tests/Makefile.in
+1
-1
Makefile.in
dlls/itss/Makefile.in
+1
-1
Makefile.in
dlls/mapi32/Makefile.in
+1
-1
Makefile.in
dlls/mlang/Makefile.in
+1
-1
Makefile.in
dlls/mscat32/Makefile.in
+1
-1
Makefile.in
dlls/mscms/Makefile.in
+1
-1
Makefile.in
dlls/mshtml/Makefile.in
+1
-1
Makefile.in
dlls/msvcrtd/Makefile.in
+1
-1
Makefile.in
dlls/msvfw32/Makefile.in
+1
-1
Makefile.in
dlls/mswsock/Makefile.in
+1
-1
Makefile.in
dlls/msxml3/Makefile.in
+1
-1
Makefile.in
dlls/netapi32/Makefile.in
+1
-1
Makefile.in
dlls/netapi32/tests/Makefile.in
+1
-1
Makefile.in
dlls/objsel/Makefile.in
+1
-1
Makefile.in
dlls/odbccp32/Makefile.in
+1
-1
Makefile.in
dlls/odbccp32/tests/Makefile.in
+1
-1
Makefile.in
dlls/opengl32/Makefile.in
+1
-1
Makefile.in
dlls/pstorec/Makefile.in
+1
-1
Makefile.in
dlls/qcap/Makefile.in
+1
-1
Makefile.in
dlls/quartz/tests/Makefile.in
+1
-1
Makefile.in
dlls/query/Makefile.in
+1
-1
Makefile.in
dlls/riched20/tests/Makefile.in
+1
-1
Makefile.in
dlls/riched32/tests/Makefile.in
+1
-1
Makefile.in
dlls/sane.ds/Makefile.in
+1
-1
Makefile.in
dlls/schannel/tests/Makefile.in
+1
-1
Makefile.in
dlls/secur32/Makefile.in
+1
-1
Makefile.in
dlls/shell32/tests/Makefile.in
+1
-1
Makefile.in
dlls/twain_32/Makefile.in
+1
-1
Makefile.in
dlls/uxtheme/Makefile.in
+1
-1
Makefile.in
dlls/vmm.vxd/Makefile.in
+1
-1
Makefile.in
dlls/winealsa.drv/Makefile.in
+1
-1
Makefile.in
dlls/winedos/Makefile.in
+1
-1
Makefile.in
dlls/wintrust/tests/Makefile.in
+1
-1
No files found.
dlls/advpack/Makefile.in
View file @
ad939630
...
...
@@ -4,7 +4,7 @@ SRCDIR = @srcdir@
VPATH
=
@srcdir@
MODULE
=
advpack.dll
IMPORTLIB
=
libadvpack.
$(IMPLIBEXT)
IMPORTS
=
ole32 setupapi version
user32
advapi32 kernel32 ntdll
IMPORTS
=
ole32 setupapi version advapi32 kernel32 ntdll
C_SRCS
=
\
advpack.c
\
...
...
dlls/advpack/tests/Makefile.in
View file @
ad939630
...
...
@@ -3,7 +3,7 @@ TOPOBJDIR = ../../..
SRCDIR
=
@srcdir@
VPATH
=
@srcdir@
TESTDLL
=
advpack.dll
IMPORTS
=
cabinet
user32
advapi32 kernel32
IMPORTS
=
cabinet advapi32 kernel32
CTESTS
=
\
advpack.c
\
...
...
dlls/browseui/tests/Makefile.in
View file @
ad939630
...
...
@@ -3,7 +3,7 @@ TOPOBJDIR = ../../..
SRCDIR
=
@srcdir@
VPATH
=
@srcdir@
TESTDLL
=
browseui.dll
IMPORTS
=
ole32
user32
kernel32
IMPORTS
=
ole32 kernel32
EXTRALIBS
=
-luuid
CTESTS
=
\
...
...
dlls/cabinet/tests/Makefile.in
View file @
ad939630
...
...
@@ -3,7 +3,7 @@ TOPOBJDIR = ../../..
SRCDIR
=
@srcdir@
VPATH
=
@srcdir@
TESTDLL
=
cabinet.dll
IMPORTS
=
cabinet
user32
kernel32
IMPORTS
=
cabinet kernel32
CTESTS
=
\
extract.c
\
...
...
dlls/d3d8/Makefile.in
View file @
ad939630
...
...
@@ -4,7 +4,7 @@ SRCDIR = @srcdir@
VPATH
=
@srcdir@
MODULE
=
d3d8.dll
IMPORTLIB
=
libd3d8.
$(IMPLIBEXT)
IMPORTS
=
wined3d
user32 gdi32 advapi32
kernel32
IMPORTS
=
wined3d kernel32
EXTRALIBS
=
-ldxguid
-luuid
C_SRCS
=
\
...
...
dlls/d3d9/Makefile.in
View file @
ad939630
...
...
@@ -4,7 +4,7 @@ SRCDIR = @srcdir@
VPATH
=
@srcdir@
MODULE
=
d3d9.dll
IMPORTLIB
=
libd3d9.
$(IMPLIBEXT)
IMPORTS
=
wined3d
user32 gdi32
kernel32
IMPORTS
=
wined3d kernel32
EXTRALIBS
=
-ldxguid
-luuid
C_SRCS
=
\
...
...
dlls/d3dx8/Makefile.in
View file @
ad939630
...
...
@@ -4,7 +4,7 @@ SRCDIR = @srcdir@
VPATH
=
@srcdir@
MODULE
=
d3dx8.dll
IMPORTLIB
=
libd3dx8.
$(IMPLIBEXT)
IMPORTS
=
d3d8 user32 gdi32
kernel32
IMPORTS
=
kernel32
EXTRALIBS
=
-ldxguid
-luuid
C_SRCS
=
\
...
...
dlls/dmime/Makefile.in
View file @
ad939630
...
...
@@ -3,7 +3,7 @@ TOPOBJDIR = ../..
SRCDIR
=
@srcdir@
VPATH
=
@srcdir@
MODULE
=
dmime.dll
IMPORTS
=
dsound
winmm
ole32 user32 advapi32 kernel32
IMPORTS
=
dsound ole32 user32 advapi32 kernel32
EXTRALIBS
=
-ldxguid
-luuid
C_SRCS
=
\
...
...
dlls/dmsynth/Makefile.in
View file @
ad939630
...
...
@@ -3,7 +3,7 @@ TOPOBJDIR = ../..
SRCDIR
=
@srcdir@
VPATH
=
@srcdir@
MODULE
=
dmsynth.dll
IMPORTS
=
winmm
ole32 user32 advapi32 kernel32
IMPORTS
=
ole32 user32 advapi32 kernel32
EXTRALIBS
=
-ldxguid
-luuid
C_SRCS
=
\
...
...
dlls/dmusic/Makefile.in
View file @
ad939630
...
...
@@ -3,7 +3,7 @@ TOPOBJDIR = ../..
SRCDIR
=
@srcdir@
VPATH
=
@srcdir@
MODULE
=
dmusic.dll
IMPORTS
=
winmm ole32 msacm32 dsound rpcrt4 user32 advapi32 kernel32 ntdll
IMPORTS
=
ole32 user32 advapi32 kernel32
EXTRALIBS
=
-ldxguid
-luuid
C_SRCS
=
\
...
...
dlls/dmusic32/Makefile.in
View file @
ad939630
...
...
@@ -4,7 +4,7 @@ SRCDIR = @srcdir@
VPATH
=
@srcdir@
MODULE
=
dmusic32.dll
IMPORTLIB
=
libdmusic32.
$(IMPLIBEXT)
IMPORTS
=
winmm user32 advapi32
kernel32
IMPORTS
=
kernel32
EXTRALIBS
=
-luuid
C_SRCS
=
\
...
...
dlls/dswave/Makefile.in
View file @
ad939630
...
...
@@ -3,7 +3,7 @@ TOPOBJDIR = ../..
SRCDIR
=
@srcdir@
VPATH
=
@srcdir@
MODULE
=
dswave.dll
IMPORTS
=
msacm32
ole32 user32 advapi32 kernel32
IMPORTS
=
ole32 user32 advapi32 kernel32
EXTRALIBS
=
-ldxguid
-luuid
C_SRCS
=
\
...
...
dlls/dwmapi/Makefile.in
View file @
ad939630
...
...
@@ -4,7 +4,7 @@ SRCDIR = @srcdir@
VPATH
=
@srcdir@
MODULE
=
dwmapi.dll
IMPORTLIB
=
libdwmapi.
$(IMPLIBEXT)
IMPORTS
=
user32
kernel32
IMPORTS
=
kernel32
C_SRCS
=
\
dwmapi_main.c
...
...
dlls/gdiplus/Makefile.in
View file @
ad939630
...
...
@@ -4,7 +4,7 @@ SRCDIR = @srcdir@
VPATH
=
@srcdir@
MODULE
=
gdiplus.dll
IMPORTLIB
=
libgdiplus.
$(IMPLIBEXT)
IMPORTS
=
shlwapi oleaut32 ole32 user32 gdi32
advapi32 kernel32 ntdll
IMPORTS
=
shlwapi oleaut32 ole32 user32 gdi32
kernel32
EXTRALIBS
=
-luuid
C_SRCS
=
\
...
...
dlls/gdiplus/tests/Makefile.in
View file @
ad939630
...
...
@@ -3,7 +3,7 @@ TOPOBJDIR = ../../..
SRCDIR
=
@srcdir@
VPATH
=
@srcdir@
TESTDLL
=
gdiplus.dll
IMPORTS
=
gdiplus user32
gdi32
kernel32
IMPORTS
=
gdiplus user32 kernel32
CTESTS
=
\
brush.c
\
...
...
dlls/glu32/Makefile.in
View file @
ad939630
...
...
@@ -4,7 +4,7 @@ SRCDIR = @srcdir@
VPATH
=
@srcdir@
MODULE
=
glu32.dll
IMPORTLIB
=
libglu32.
$(IMPLIBEXT)
IMPORTS
=
kernel32
ntdll
IMPORTS
=
kernel32
EXTRAINCL
=
@X_CFLAGS@
EXTRALIBS
=
@X_LIBS@ @X_PRE_LIBS@ @XLIB@ @X_EXTRA_LIBS@ @OPENGL_LIBS@
...
...
dlls/gphoto2.ds/Makefile.in
View file @
ad939630
...
...
@@ -3,7 +3,7 @@ TOPOBJDIR = ../..
SRCDIR
=
@srcdir@
VPATH
=
@srcdir@
MODULE
=
gphoto2.ds
IMPORTS
=
comctl32 user32 gdi32 advapi32 kernel32
ntdll
IMPORTS
=
comctl32 user32 gdi32 advapi32 kernel32
EXTRALIBS
=
@GPHOTO2LIBS@
EXTRAINCL
=
@GPHOTO2INCL@
...
...
dlls/hhctrl.ocx/Makefile.in
View file @
ad939630
...
...
@@ -3,7 +3,7 @@ TOPOBJDIR = ../..
SRCDIR
=
@srcdir@
VPATH
=
@srcdir@
MODULE
=
hhctrl.ocx
IMPORTS
=
advapi32 comctl32 sh
ell32 sh
lwapi ole32 oleaut32 user32 gdi32 kernel32
IMPORTS
=
advapi32 comctl32 shlwapi ole32 oleaut32 user32 gdi32 kernel32
EXTRALIBS
=
-luuid
C_SRCS
=
\
...
...
dlls/hid/Makefile.in
View file @
ad939630
...
...
@@ -4,7 +4,7 @@ SRCDIR = @srcdir@
VPATH
=
@srcdir@
MODULE
=
hid.dll
IMPORTLIB
=
libhid.
$(IMPLIBEXT)
IMPORTS
=
kernel32
ntdll
IMPORTS
=
kernel32
C_SRCS
=
\
main.c
...
...
dlls/infosoft/Makefile.in
View file @
ad939630
...
...
@@ -3,7 +3,7 @@ TOPOBJDIR = ../..
SRCDIR
=
@srcdir@
VPATH
=
@srcdir@
MODULE
=
infosoft.dll
IMPORTS
=
ole32 advapi32 kernel32 ntdll
IMPORTS
=
advapi32 kernel32
EXTRALIBS
=
-luuid
EXTRADEFS
=
-DCOM_NO_WINDOWS_H
...
...
dlls/infosoft/tests/Makefile.in
View file @
ad939630
...
...
@@ -3,7 +3,7 @@ TOPOBJDIR = ../../..
SRCDIR
=
@srcdir@
VPATH
=
@srcdir@
TESTDLL
=
infosoft.dll
IMPORTS
=
ole32
advapi32
kernel32
IMPORTS
=
ole32 kernel32
CTESTS
=
\
infosoft.c
...
...
dlls/inkobj/Makefile.in
View file @
ad939630
...
...
@@ -3,7 +3,7 @@ TOPOBJDIR = ../..
SRCDIR
=
@srcdir@
VPATH
=
@srcdir@
MODULE
=
inkobj.dll
IMPORTS
=
ole32
kernel32
IMPORTS
=
kernel32
C_SRCS
=
\
inkcollector.c
\
...
...
dlls/inseng/Makefile.in
View file @
ad939630
...
...
@@ -3,7 +3,7 @@ TOPOBJDIR = ../..
SRCDIR
=
@srcdir@
VPATH
=
@srcdir@
MODULE
=
inseng.dll
IMPORTS
=
ole32 user32 advapi32 kernel32
ntdll
IMPORTS
=
ole32 user32 advapi32 kernel32
EXTRALIBS
=
-luuid
EXTRADEFS
=
-DCOM_NO_WINDOWS_H
...
...
dlls/iphlpapi/tests/Makefile.in
View file @
ad939630
...
...
@@ -3,7 +3,7 @@ TOPOBJDIR = ../../..
SRCDIR
=
@srcdir@
VPATH
=
@srcdir@
TESTDLL
=
iphlpapi.dll
IMPORTS
=
iphlpapi
kernel32
IMPORTS
=
kernel32
CTESTS
=
\
iphlpapi.c
...
...
dlls/itss/Makefile.in
View file @
ad939630
...
...
@@ -3,7 +3,7 @@ TOPOBJDIR = ../..
SRCDIR
=
@srcdir@
VPATH
=
@srcdir@
MODULE
=
itss.dll
IMPORTS
=
urlmon shlwapi ole32
user32 advapi32 kernel32 ntdll
IMPORTS
=
urlmon shlwapi ole32
kernel32
EXTRALIBS
=
-luuid
EXTRADEFS
=
-DCOM_NO_WINDOWS_H
...
...
dlls/mapi32/Makefile.in
View file @
ad939630
...
...
@@ -4,7 +4,7 @@ SRCDIR = @srcdir@
VPATH
=
@srcdir@
MODULE
=
mapi32.dll
IMPORTLIB
=
libmapi32.
$(IMPLIBEXT)
IMPORTS
=
shlwapi shell32
ole32 user32 kernel32 ntdll
IMPORTS
=
shlwapi shell32
kernel32
EXTRALIBS
=
-luuid
C_SRCS
=
\
...
...
dlls/mlang/Makefile.in
View file @
ad939630
...
...
@@ -4,7 +4,7 @@ SRCDIR = @srcdir@
VPATH
=
@srcdir@
MODULE
=
mlang.dll
IMPORTLIB
=
libmlang.
$(IMPLIBEXT)
IMPORTS
=
ole32 user32 gdi32 advapi32 kernel32
ntdll
IMPORTS
=
ole32 user32 gdi32 advapi32 kernel32
DELAYIMPORTS
=
oleaut32
EXTRALIBS
=
-luuid
EXTRADEFS
=
-DCOM_NO_WINDOWS_H
...
...
dlls/mscat32/Makefile.in
View file @
ad939630
...
...
@@ -3,7 +3,7 @@ TOPOBJDIR = ../..
SRCDIR
=
@srcdir@
VPATH
=
@srcdir@
MODULE
=
mscat32.dll
IMPORTS
=
kernel32
IMPORTS
=
wintrust
kernel32
C_SRCS
=
\
main.c
...
...
dlls/mscms/Makefile.in
View file @
ad939630
...
...
@@ -4,7 +4,7 @@ SRCDIR = @srcdir@
VPATH
=
@srcdir@
MODULE
=
mscms.dll
IMPORTLIB
=
libmscms.
$(IMPLIBEXT)
IMPORTS
=
kernel32
ntdll
IMPORTS
=
kernel32
EXTRALIBS
=
@LCMSLIBS@
C_SRCS
=
\
...
...
dlls/mshtml/Makefile.in
View file @
ad939630
...
...
@@ -4,7 +4,7 @@ SRCDIR = @srcdir@
VPATH
=
@srcdir@
MODULE
=
mshtml.dll
IMPORTLIB
=
libmshtml.
$(IMPLIBEXT)
IMPORTS
=
urlmon ole32 oleaut32 user32 gdi32 advapi32 kernel32
ntdll
IMPORTS
=
urlmon ole32 oleaut32 user32 gdi32 advapi32 kernel32
EXTRALIBS
=
-lstrmiids
-luuid
EXTRADEFS
=
-DCOM_NO_WINDOWS_H
...
...
dlls/msvcrtd/Makefile.in
View file @
ad939630
...
...
@@ -4,7 +4,7 @@ SRCDIR = @srcdir@
VPATH
=
@srcdir@
MODULE
=
msvcrtd.dll
IMPORTLIB
=
libmsvcrtd.
$(IMPLIBEXT)
IMPORTS
=
msvcrt kernel32
IMPORTS
=
msvcrt kernel32
ntdll
MODCFLAGS
=
@BUILTINFLAG@
EXTRAINCL
=
-I
$(TOPSRCDIR)
/include/msvcrt
...
...
dlls/msvfw32/Makefile.in
View file @
ad939630
...
...
@@ -4,7 +4,7 @@ SRCDIR = @srcdir@
VPATH
=
@srcdir@
MODULE
=
msvfw32.dll
IMPORTLIB
=
libmsvfw32.
$(IMPLIBEXT)
IMPORTS
=
winmm comctl32
version
user32 gdi32 advapi32 kernel32 ntdll
IMPORTS
=
winmm comctl32 user32 gdi32 advapi32 kernel32 ntdll
C_SRCS
=
\
mciwnd.c
\
...
...
dlls/mswsock/Makefile.in
View file @
ad939630
...
...
@@ -4,7 +4,7 @@ SRCDIR = @srcdir@
VPATH
=
@srcdir@
MODULE
=
mswsock.dll
IMPORTLIB
=
libmswsock.
$(IMPLIBEXT)
IMPORTS
=
ws2_32
iphlpapi
kernel32
IMPORTS
=
ws2_32 kernel32
C_SRCS
=
\
mswsock.c
...
...
dlls/msxml3/Makefile.in
View file @
ad939630
...
...
@@ -4,7 +4,7 @@ TOPOBJDIR = ../..
SRCDIR
=
@srcdir@
VPATH
=
@srcdir@
MODULE
=
msxml3.dll
IMPORTS
=
urlmon shlwapi oleaut32 ole32 user32 advapi32 kernel32
ntdll
IMPORTS
=
urlmon shlwapi oleaut32 ole32 user32 advapi32 kernel32
EXTRALIBS
=
-luuid
@XML2LIBS@ @XSLTLIBS@
EXTRAINCL
=
@XML2INCL@ @XSLTINCL@
...
...
dlls/netapi32/Makefile.in
View file @
ad939630
...
...
@@ -5,7 +5,7 @@ SRCDIR = @srcdir@
VPATH
=
@srcdir@
MODULE
=
netapi32.dll
IMPORTLIB
=
libnetapi32.
$(IMPLIBEXT)
IMPORTS
=
iphlpapi ws2_32 advapi32 kernel32
IMPORTS
=
iphlpapi ws2_32 advapi32 kernel32
ntdll
C_SRCS
=
\
access.c
\
...
...
dlls/netapi32/tests/Makefile.in
View file @
ad939630
...
...
@@ -3,7 +3,7 @@ TOPOBJDIR = ../../..
SRCDIR
=
@srcdir@
VPATH
=
@srcdir@
TESTDLL
=
netapi32.dll
IMPORTS
=
netapi32
advapi32 kernel32
IMPORTS
=
advapi32 kernel32
CTESTS
=
\
access.c
\
...
...
dlls/objsel/Makefile.in
View file @
ad939630
...
...
@@ -3,7 +3,7 @@ TOPOBJDIR = ../..
SRCDIR
=
@srcdir@
VPATH
=
@srcdir@
MODULE
=
objsel.dll
IMPORTS
=
ole32
oleaut32
user32 advapi32 kernel32
IMPORTS
=
ole32 user32 advapi32 kernel32
EXTRALIBS
=
-lstrmiids
-luuid
C_SRCS
=
\
...
...
dlls/odbccp32/Makefile.in
View file @
ad939630
...
...
@@ -4,7 +4,7 @@ SRCDIR = @srcdir@
VPATH
=
@srcdir@
MODULE
=
odbccp32.dll
IMPORTLIB
=
libodbccp32.
$(IMPLIBEXT)
IMPORTS
=
ole32
advapi32 kernel32
IMPORTS
=
advapi32 kernel32
EXTRALIBS
=
-luuid
C_SRCS
=
\
...
...
dlls/odbccp32/tests/Makefile.in
View file @
ad939630
...
...
@@ -3,7 +3,7 @@ TOPOBJDIR = ../../..
SRCDIR
=
@srcdir@
VPATH
=
@srcdir@
TESTDLL
=
odbccp32.dll
IMPORTS
=
odbccp32
user32
kernel32
IMPORTS
=
odbccp32 kernel32
CTESTS
=
\
misc.c
...
...
dlls/opengl32/Makefile.in
View file @
ad939630
...
...
@@ -4,7 +4,7 @@ SRCDIR = @srcdir@
VPATH
=
@srcdir@
MODULE
=
opengl32.dll
IMPORTLIB
=
libopengl32.
$(IMPLIBEXT)
IMPORTS
=
user32 gdi32 advapi32 kernel32
ntdll
IMPORTS
=
user32 gdi32 advapi32 kernel32
EXTRAINCL
=
@X_CFLAGS@
EXTRALIBS
=
@X_LIBS@ @X_PRE_LIBS@ @XLIB@ @X_EXTRA_LIBS@ @OPENGL_LIBS@
...
...
dlls/pstorec/Makefile.in
View file @
ad939630
...
...
@@ -3,7 +3,7 @@ TOPOBJDIR = ../..
SRCDIR
=
@srcdir@
VPATH
=
@srcdir@
MODULE
=
pstorec.dll
IMPORTS
=
ole32 shlwapi advapi32
kernel32
IMPORTS
=
kernel32
EXTRALIBS
=
-luuid
C_SRCS
=
\
...
...
dlls/qcap/Makefile.in
View file @
ad939630
...
...
@@ -3,7 +3,7 @@ TOPOBJDIR = ../..
SRCDIR
=
@srcdir@
VPATH
=
@srcdir@
MODULE
=
qcap.dll
IMPORTS
=
ole32
oleaut32 user32
gdi32 advapi32 kernel32
IMPORTS
=
ole32 gdi32 advapi32 kernel32
EXTRALIBS
=
-lstrmiids
-luuid
C_SRCS
=
\
...
...
dlls/quartz/tests/Makefile.in
View file @
ad939630
...
...
@@ -3,7 +3,7 @@ TOPOBJDIR = ../../..
SRCDIR
=
@srcdir@
VPATH
=
@srcdir@
TESTDLL
=
quartz.dll
IMPORTS
=
ole32
user32 gdi32
kernel32
IMPORTS
=
ole32 kernel32
EXTRALIBS
=
-lstrmiids
CTESTS
=
\
...
...
dlls/query/Makefile.in
View file @
ad939630
...
...
@@ -3,7 +3,7 @@ TOPOBJDIR = ../..
SRCDIR
=
@srcdir@
VPATH
=
@srcdir@
MODULE
=
query.dll
IMPORTS
=
ole32 user32 advapi32 kernel32 ntdll
IMPORTS
=
kernel32
EXTRALIBS
=
-luuid
EXTRADEFS
=
-DCOM_NO_WINDOWS_H
...
...
dlls/riched20/tests/Makefile.in
View file @
ad939630
...
...
@@ -3,7 +3,7 @@ TOPOBJDIR = ../../..
SRCDIR
=
@srcdir@
VPATH
=
@srcdir@
TESTDLL
=
riched20.dll
IMPORTS
=
riched20
ole32 user32 gdi32 kernel32
IMPORTS
=
ole32 user32 gdi32 kernel32
CTESTS
=
\
editor.c
...
...
dlls/riched32/tests/Makefile.in
View file @
ad939630
...
...
@@ -3,7 +3,7 @@ TOPOBJDIR = ../../..
SRCDIR
=
@srcdir@
VPATH
=
@srcdir@
TESTDLL
=
riched32.dll
IMPORTS
=
ole32 user32
gdi32
kernel32
IMPORTS
=
ole32 user32 kernel32
CTESTS
=
\
editor.c
...
...
dlls/sane.ds/Makefile.in
View file @
ad939630
...
...
@@ -3,7 +3,7 @@ TOPOBJDIR = ../..
SRCDIR
=
@srcdir@
VPATH
=
@srcdir@
MODULE
=
sane.ds
IMPORTS
=
comctl32 user32 gdi32 kernel32
ntdll
IMPORTS
=
comctl32 user32 gdi32 kernel32
EXTRAINCL
=
@SANEINCL@
C_SRCS
=
\
...
...
dlls/schannel/tests/Makefile.in
View file @
ad939630
...
...
@@ -3,7 +3,7 @@ TOPOBJDIR = ../../..
SRCDIR
=
@srcdir@
VPATH
=
@srcdir@
TESTDLL
=
schannel.dll
IMPORTS
=
crypt32 advapi32
kernel32
IMPORTS
=
kernel32
CTESTS
=
\
main.c
...
...
dlls/secur32/Makefile.in
View file @
ad939630
...
...
@@ -4,7 +4,7 @@ SRCDIR = @srcdir@
VPATH
=
@srcdir@
MODULE
=
secur32.dll
IMPORTLIB
=
libsecur32.
$(IMPLIBEXT)
IMPORTS
=
netapi32
user32
advapi32 kernel32 ntdll
IMPORTS
=
netapi32 advapi32 kernel32 ntdll
DELAYIMPORTS
=
crypt32
C_SRCS
=
\
...
...
dlls/shell32/tests/Makefile.in
View file @
ad939630
...
...
@@ -3,7 +3,7 @@ TOPOBJDIR = ../../..
SRCDIR
=
@srcdir@
VPATH
=
@srcdir@
TESTDLL
=
shell32.dll
IMPORTS
=
shell32 ole32 oleaut32 shlwapi user32
gdi32
advapi32 kernel32
IMPORTS
=
shell32 ole32 oleaut32 shlwapi user32 advapi32 kernel32
EXTRALIBS
=
-luuid
CTESTS
=
\
...
...
dlls/twain_32/Makefile.in
View file @
ad939630
...
...
@@ -3,7 +3,7 @@ TOPOBJDIR = ../..
SRCDIR
=
@srcdir@
VPATH
=
@srcdir@
MODULE
=
twain_32.dll
IMPORTS
=
kernel32
ntdll
IMPORTS
=
kernel32
C_SRCS
=
\
dsm_ctrl.c
\
...
...
dlls/uxtheme/Makefile.in
View file @
ad939630
...
...
@@ -4,7 +4,7 @@ SRCDIR = @srcdir@
VPATH
=
@srcdir@
MODULE
=
uxtheme.dll
IMPORTLIB
=
libuxtheme.
$(IMPLIBEXT)
IMPORTS
=
user32 gdi32 advapi32 kernel32
ntdll
IMPORTS
=
user32 gdi32 advapi32 kernel32
DELAYIMPORTS
=
msimg32
C_SRCS
=
\
...
...
dlls/vmm.vxd/Makefile.in
View file @
ad939630
...
...
@@ -3,7 +3,7 @@ TOPOBJDIR = ../..
SRCDIR
=
@srcdir@
VPATH
=
@srcdir@
MODULE
=
vmm.vxd
IMPORTS
=
kernel32
ntdll
IMPORTS
=
kernel32
C_SRCS
=
\
vmm.c
...
...
dlls/winealsa.drv/Makefile.in
View file @
ad939630
...
...
@@ -3,7 +3,7 @@ TOPOBJDIR = ../..
SRCDIR
=
@srcdir@
VPATH
=
@srcdir@
MODULE
=
winealsa.drv
IMPORTS
=
winmm user32 advapi32 kernel32
ntdll
IMPORTS
=
winmm user32 advapi32 kernel32
EXTRALIBS
=
-ldxguid
-luuid
@ALSALIBS@
C_SRCS
=
\
...
...
dlls/winedos/Makefile.in
View file @
ad939630
...
...
@@ -4,7 +4,7 @@ SRCDIR = @srcdir@
VPATH
=
@srcdir@
MODULE
=
winedos.dll
IMPORTLIB
=
libwinedos.
$(IMPLIBEXT)
IMPORTS
=
user32
advapi32
kernel32 ntdll
IMPORTS
=
user32 kernel32 ntdll
SPEC_SRCS16
=
wprocs.spec
...
...
dlls/wintrust/tests/Makefile.in
View file @
ad939630
...
...
@@ -3,7 +3,7 @@ TOPOBJDIR = ../../..
SRCDIR
=
@srcdir@
VPATH
=
@srcdir@
TESTDLL
=
wintrust.dll
IMPORTS
=
wintrust crypt32
user32
advapi32 kernel32
IMPORTS
=
wintrust crypt32 advapi32 kernel32
CTESTS
=
\
asn.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