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
277b2542
Commit
277b2542
authored
Aug 14, 2007
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
make_makefiles: wined3d doesn't depend on OpenGL libs anymore.
parent
4ad17c0c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
+2
-3
Makefile.in
dlls/Makefile.in
+2
-2
make_makefiles
tools/make_makefiles
+0
-1
No files found.
dlls/Makefile.in
View file @
277b2542
...
...
@@ -8,7 +8,7 @@ VPATH = @srcdir@
# special configure-dependent targets
GLU32FILES
=
glu32
OPENGLFILES
=
opengl32
wined3d
OPENGLFILES
=
opengl32
QUARTZFILES
=
winequartz.drv
XFILES
=
winex11.drv
EXTRADIRS
=
@GLU32FILES@ @OPENGLFILES@ @QUARTZFILES@ @XFILES@
...
...
@@ -206,6 +206,7 @@ BASEDIRS = \
winealsa.drv
\
wineaudioio.drv
\
winecoreaudio.drv
\
wined3d
\
winedos
\
wineesd.drv
\
winejack.drv
\
...
...
@@ -313,7 +314,6 @@ SUBDIRS = \
$(TESTSUBDIRS)
\
glu32
\
opengl32
\
wined3d
\
winequartz.drv
\
winex11.drv
...
...
tools/make_makefiles
View file @
277b2542
...
...
@@ -62,7 +62,6 @@ my %special_dlls =
(
"glu32"
=>
"GLU32FILES"
,
"opengl32"
=>
"OPENGLFILES"
,
"wined3d"
=>
"OPENGLFILES"
,
"winex11.drv"
=>
"XFILES"
,
"winequartz.drv"
=>
"QUARTZFILES"
);
...
...
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