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
3a8a4b6e
Commit
3a8a4b6e
authored
Oct 17, 2008
by
Henri Verbeet
Committed by
Alexandre Julliard
Oct 17, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
d3d10: Create an importlib.
parent
7e0932d6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
Makefile.in
dlls/Makefile.in
+5
-0
Makefile.in
dlls/d3d10/Makefile.in
+1
-0
No files found.
dlls/Makefile.in
View file @
3a8a4b6e
...
...
@@ -197,6 +197,7 @@ IMPORT_LIBS = \
cryptnet/libcryptnet.
$(IMPLIBEXT)
\
cryptui/libcryptui.
$(IMPLIBEXT)
\
ctl3d32/libctl3d32.
$(IMPLIBEXT)
\
d3d10/libd3d10.
$(IMPLIBEXT)
\
d3d8/libd3d8.
$(IMPLIBEXT)
\
d3d9/libd3d9.
$(IMPLIBEXT)
\
d3dim/libd3dim.
$(IMPLIBEXT)
\
...
...
@@ -335,6 +336,7 @@ CROSS_IMPLIBS = \
cryptnet/libcryptnet.a
\
cryptui/libcryptui.a
\
ctl3d32/libctl3d32.a
\
d3d10/libd3d10.a
\
d3d8/libd3d8.a
\
d3d9/libd3d9.a
\
d3dim/libd3dim.a
\
...
...
@@ -516,6 +518,9 @@ cryptui/libcryptui.def cryptui/libcryptui.a: cryptui/cryptui.spec $(WINEBUILD)
ctl3d32/libctl3d32.def ctl3d32/libctl3d32.a
:
ctl3d32/ctl3d32.spec $(WINEBUILD)
@
cd
ctl3d32
&&
$(MAKE)
`
basename
$@
`
d3d10/libd3d10.def d3d10/libd3d10.a
:
d3d10/d3d10.spec $(WINEBUILD)
@
cd
d3d10
&&
$(MAKE)
`
basename
$@
`
d3d8/libd3d8.def d3d8/libd3d8.a
:
d3d8/d3d8.spec $(WINEBUILD)
@
cd
d3d8
&&
$(MAKE)
`
basename
$@
`
...
...
dlls/d3d10/Makefile.in
View file @
3a8a4b6e
...
...
@@ -3,6 +3,7 @@ TOPOBJDIR = ../..
SRCDIR
=
@srcdir@
VPATH
=
@srcdir@
MODULE
=
d3d10.dll
IMPORTLIB
=
d3d10
IMPORTS
=
dxguid uuid wined3d kernel32
C_SRCS
=
\
...
...
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