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
261e28a7
Commit
261e28a7
authored
May 23, 2002
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed some unnecessary imports.
parent
ebcf38de
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
6 additions
and
9 deletions
+6
-9
Makefile.in
dlls/ddraw/Makefile.in
+1
-1
Makefile.in
dlls/ttydrv/Makefile.in
+1
-1
Makefile.in
dlls/winedos/Makefile.in
+1
-1
Makefile.in
dlls/winmm/mcicda/Makefile.in
+1
-2
Makefile.in
dlls/winmm/mciseq/Makefile.in
+1
-2
Makefile.in
dlls/winmm/mciwave/Makefile.in
+1
-2
No files found.
dlls/ddraw/Makefile.in
View file @
261e28a7
...
...
@@ -5,7 +5,7 @@ VPATH = @srcdir@
MODULE
=
ddraw.dll
IMPORTS
=
user32 gdi32 kernel32
EXTRALIBS
=
$(LIBUUID)
$(LIBTSX11)
$(X_LIBS)
$(XLIB)
LDIMPORTS
=
user32.dll gdi32.dll kernel32.dll
ntdll.dll
LDIMPORTS
=
user32.dll gdi32.dll kernel32.dll
OPENGLFILES
=
\
d3dcommon.c
\
...
...
dlls/ttydrv/Makefile.in
View file @
261e28a7
...
...
@@ -4,7 +4,7 @@ SRCDIR = @srcdir@
VPATH
=
@srcdir@
MODULE
=
ttydrv.dll
IMPORTS
=
user32 gdi32 kernel32
LDIMPORTS
=
user32.dll gdi32.dll kernel32.dll
ntdll.dll
LDIMPORTS
=
user32.dll gdi32.dll kernel32.dll
EXTRALIBS
=
@CURSESLIBS@
LDDLLFLAGS
=
@LDDLLFLAGS@
...
...
dlls/winedos/Makefile.in
View file @
261e28a7
...
...
@@ -4,7 +4,7 @@ SRCDIR = @srcdir@
VPATH
=
@srcdir@
MODULE
=
winedos.dll
IMPORTS
=
user32 kernel32
LDIMPORTS
=
user32.dll kernel32.dll
ntdll.dll
LDIMPORTS
=
user32.dll kernel32.dll
C_SRCS
=
\
devices.c
\
...
...
dlls/winmm/mcicda/Makefile.in
View file @
261e28a7
...
...
@@ -3,8 +3,7 @@ TOPOBJDIR = ../../..
SRCDIR
=
@srcdir@
VPATH
=
@srcdir@
MODULE
=
mcicda.drv
IMPORTS
=
winmm kernel32
DELAYIMPORTS
=
user32
IMPORTS
=
winmm user32 kernel32
LDDLLFLAGS
=
@LDDLLFLAGS@
SYMBOLFILE
=
$(MODULE)
.tmp.o
...
...
dlls/winmm/mciseq/Makefile.in
View file @
261e28a7
...
...
@@ -3,8 +3,7 @@ TOPOBJDIR = ../../..
SRCDIR
=
@srcdir@
VPATH
=
@srcdir@
MODULE
=
mciseq.drv
IMPORTS
=
winmm kernel32
DELAYIMPORTS
=
user32
IMPORTS
=
winmm user32 kernel32
LDDLLFLAGS
=
@LDDLLFLAGS@
SYMBOLFILE
=
$(MODULE)
.tmp.o
...
...
dlls/winmm/mciwave/Makefile.in
View file @
261e28a7
...
...
@@ -3,8 +3,7 @@ TOPOBJDIR = ../../..
SRCDIR
=
@srcdir@
VPATH
=
@srcdir@
MODULE
=
mciwave.drv
IMPORTS
=
winmm kernel32
DELAYIMPORTS
=
user32
IMPORTS
=
winmm user32 kernel32
LDDLLFLAGS
=
@LDDLLFLAGS@
SYMBOLFILE
=
$(MODULE)
.tmp.o
...
...
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