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
46fbe3fc
Commit
46fbe3fc
authored
Sep 19, 2008
by
Juan Lang
Committed by
Alexandre Julliard
Sep 22, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cryptui: Build import lib.
parent
b01348c9
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/cryptui/Makefile.in
+1
-0
No files found.
dlls/Makefile.in
View file @
46fbe3fc
...
...
@@ -195,6 +195,7 @@ IMPORT_LIBS = \
crypt32/libcrypt32.
$(IMPLIBEXT)
\
cryptdll/libcryptdll.
$(IMPLIBEXT)
\
cryptnet/libcryptnet.
$(IMPLIBEXT)
\
cryptui/libcryptui.
$(IMPLIBEXT)
\
ctl3d32/libctl3d32.
$(IMPLIBEXT)
\
d3d8/libd3d8.
$(IMPLIBEXT)
\
d3d9/libd3d9.
$(IMPLIBEXT)
\
...
...
@@ -332,6 +333,7 @@ CROSS_IMPLIBS = \
crypt32/libcrypt32.a
\
cryptdll/libcryptdll.a
\
cryptnet/libcryptnet.a
\
cryptui/libcryptui.a
\
ctl3d32/libctl3d32.a
\
d3d8/libd3d8.a
\
d3d9/libd3d9.a
\
...
...
@@ -508,6 +510,9 @@ cryptdll/libcryptdll.def cryptdll/libcryptdll.a: cryptdll/cryptdll.spec $(WINEBU
cryptnet/libcryptnet.def cryptnet/libcryptnet.a
:
cryptnet/cryptnet.spec $(WINEBUILD)
@
cd
cryptnet
&&
$(MAKE)
`
basename
$@
`
cryptui/libcryptui.def cryptui/libcryptui.a
:
cryptui/cryptui.spec $(WINEBUILD)
@
cd
cryptui
&&
$(MAKE)
`
basename
$@
`
ctl3d32/libctl3d32.def ctl3d32/libctl3d32.a
:
ctl3d32/ctl3d32.spec $(WINEBUILD)
@
cd
ctl3d32
&&
$(MAKE)
`
basename
$@
`
...
...
dlls/cryptui/Makefile.in
View file @
46fbe3fc
...
...
@@ -4,6 +4,7 @@ SRCDIR = @srcdir@
VPATH
=
@srcdir@
MODULE
=
cryptui.dll
IMPORTS
=
kernel32
IMPORTLIB
=
cryptui
C_SRCS
=
\
main.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