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
7e957a17
Commit
7e957a17
authored
Oct 12, 2023
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
makefiles: Remove unnecessary imports of version.dll.
The functions are in kernelbase nowadays.
parent
69ceeaed
Show whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
7 additions
and
8 deletions
+7
-8
Makefile.in
dlls/dbghelp/Makefile.in
+0
-1
Makefile.in
dlls/setupapi/Makefile.in
+1
-1
Makefile.in
dlls/shlwapi/Makefile.in
+1
-1
Makefile.in
dlls/user32/Makefile.in
+1
-1
Makefile.in
dlls/winealsa.drv/Makefile.in
+1
-1
Makefile.in
dlls/winecoreaudio.drv/Makefile.in
+1
-1
Makefile.in
dlls/wineoss.drv/Makefile.in
+1
-1
Makefile.in
dlls/winepulse.drv/Makefile.in
+1
-1
No files found.
dlls/dbghelp/Makefile.in
View file @
7e957a17
...
...
@@ -3,7 +3,6 @@ IMPORTLIB = dbghelp
IMPORTS
=
kernelbase
$(ZLIB_PE_LIBS)
EXTRAINCL
=
$(ZLIB_PE_CFLAGS)
EXTRADEFS
=
-D_IMAGEHLP_SOURCE_
DELAYIMPORTS
=
version
C_SRCS
=
\
coff.c
\
...
...
dlls/setupapi/Makefile.in
View file @
7e957a17
MODULE
=
setupapi.dll
IMPORTLIB
=
setupapi
IMPORTS
=
uuid
version
advapi32 rpcrt4 kernelbase
IMPORTS
=
uuid advapi32 rpcrt4 kernelbase
DELAYIMPORTS
=
cabinet shell32 wintrust ole32 comdlg32 user32
C_SRCS
=
\
...
...
dlls/shlwapi/Makefile.in
View file @
7e957a17
...
...
@@ -2,7 +2,7 @@ EXTRADEFS = -D_SHLWAPI_
MODULE
=
shlwapi.dll
IMPORTLIB
=
shlwapi
IMPORTS
=
uuid shcore user32 gdi32 advapi32 kernelbase
DELAYIMPORTS
=
userenv oleaut32 ole32 comctl32 comdlg32 mpr mlang urlmon shell32 winmm
version
DELAYIMPORTS
=
userenv oleaut32 ole32 comctl32 comdlg32 mpr mlang urlmon shell32 winmm
C_SRCS
=
\
assoc.c
\
...
...
dlls/user32/Makefile.in
View file @
7e957a17
EXTRADEFS
=
-D_USER32_
MODULE
=
user32.dll
IMPORTLIB
=
user32
IMPORTS
=
$(PNG_PE_LIBS)
gdi32
version
sechost advapi32 kernelbase win32u
IMPORTS
=
$(PNG_PE_LIBS)
gdi32 sechost advapi32 kernelbase win32u
EXTRAINCL
=
$(PNG_PE_CFLAGS)
DELAYIMPORTS
=
imm32
...
...
dlls/winealsa.drv/Makefile.in
View file @
7e957a17
MODULE
=
winealsa.drv
UNIXLIB
=
winealsa.so
IMPORTS
=
uuid ole32 advapi32
version
IMPORTS
=
uuid ole32 advapi32
DELAYIMPORTS
=
winmm
UNIX_LIBS
=
$(ALSA_LIBS)
$(PTHREAD_LIBS)
...
...
dlls/winecoreaudio.drv/Makefile.in
View file @
7e957a17
MODULE
=
winecoreaudio.drv
UNIXLIB
=
winecoreaudio.so
IMPORTS
=
uuid ole32 user32 advapi32
version
IMPORTS
=
uuid ole32 user32 advapi32
DELAYIMPORTS
=
winmm
UNIX_LIBS
=
$(COREAUDIO_LIBS)
...
...
dlls/wineoss.drv/Makefile.in
View file @
7e957a17
MODULE
=
wineoss.drv
UNIXLIB
=
wineoss.so
IMPORTS
=
uuid ole32 user32 advapi32
version
IMPORTS
=
uuid ole32 user32 advapi32
DELAYIMPORTS
=
winmm
UNIX_LIBS
=
$(OSS4_LIBS)
$(PTHREAD_LIBS)
UNIX_CFLAGS
=
$(OSS4_CFLAGS)
...
...
dlls/winepulse.drv/Makefile.in
View file @
7e957a17
MODULE
=
winepulse.drv
UNIXLIB
=
winepulse.so
IMPORTS
=
dxguid uuid winmm user32 advapi32 ole32
version
IMPORTS
=
dxguid uuid winmm user32 advapi32 ole32
UNIX_LIBS
=
$(PULSE_LIBS)
$(PTHREAD_LIBS)
-lm
UNIX_CFLAGS
=
$(PULSE_CFLAGS)
...
...
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