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
7837a1ef
Commit
7837a1ef
authored
Feb 06, 2006
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rsabase: No need for an import library.
parent
571d9fb0
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
6 deletions
+0
-6
Makefile.in
dlls/Makefile.in
+0
-4
.gitignore
dlls/rsabase/.gitignore
+0
-1
Makefile.in
dlls/rsabase/Makefile.in
+0
-1
No files found.
dlls/Makefile.in
View file @
7837a1ef
...
...
@@ -1159,7 +1159,6 @@ IMPORT_LIBS = \
rasapi32/librasapi32.
$(IMPLIBEXT)
\
riched20/libriched20.
$(IMPLIBEXT)
\
rpcrt4/librpcrt4.
$(IMPLIBEXT)
\
rsabase/librsabase.
$(IMPLIBEXT)
\
rsaenh/librsaenh.
$(IMPLIBEXT)
\
secur32/libsecur32.
$(IMPLIBEXT)
\
sensapi/libsensapi.
$(IMPLIBEXT)
\
...
...
@@ -1426,9 +1425,6 @@ riched20/libriched20.$(IMPLIBEXT): riched20/riched20.spec $(WINEBUILD)
rpcrt4/librpcrt4.$(IMPLIBEXT)
:
rpcrt4/rpcrt4.spec $(WINEBUILD)
@
cd
rpcrt4
&&
$(MAKE)
librpcrt4.
$(IMPLIBEXT)
rsabase/librsabase.$(IMPLIBEXT)
:
rsabase/rsabase.spec $(WINEBUILD)
@
cd
rsabase
&&
$(MAKE)
librsabase.
$(IMPLIBEXT)
rsaenh/librsaenh.$(IMPLIBEXT)
:
rsaenh/rsaenh.spec $(WINEBUILD)
@
cd
rsaenh
&&
$(MAKE)
librsaenh.
$(IMPLIBEXT)
...
...
dlls/rsabase/.gitignore
View file @
7837a1ef
Makefile
librsabase.def
dlls/rsabase/Makefile.in
View file @
7837a1ef
...
...
@@ -4,7 +4,6 @@ TOPOBJDIR = ../..
SRCDIR
=
@srcdir@
VPATH
=
@srcdir@
MODULE
=
rsabase.dll
IMPORTLIB
=
librsabase.
$(IMPLIBEXT)
IMPORTS
=
rsaenh kernel32
SUBDIRS
=
tests
...
...
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