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
3c312f46
Commit
3c312f46
authored
Aug 08, 2005
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
riched32 doesn't need an import library.
parent
13f2d21d
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
10 deletions
+0
-10
Makefile.in
dlls/Makefile.in
+0
-8
.cvsignore
dlls/richedit/.cvsignore
+0
-1
Makefile.in
dlls/richedit/Makefile.in
+0
-1
No files found.
dlls/Makefile.in
View file @
3c312f46
...
...
@@ -1067,7 +1067,6 @@ IMPORT_SYMLINKS = \
libntdll.
$(IMPLIBEXT)
\
libolecli32.
$(IMPLIBEXT)
\
libolesvr32.
$(IMPLIBEXT)
\
libriched32.
$(IMPLIBEXT)
\
libtwain_32.
$(IMPLIBEXT)
\
libuser32.
$(IMPLIBEXT)
\
libw32skrnl.
$(IMPLIBEXT)
\
...
...
@@ -1161,7 +1160,6 @@ IMPORT_LIBS = \
quartz/libquartz.
$(IMPLIBEXT)
\
rasapi32/librasapi32.
$(IMPLIBEXT)
\
riched20/libriched20.
$(IMPLIBEXT)
\
richedit/libriched32.
$(IMPLIBEXT)
\
rpcrt4/librpcrt4.
$(IMPLIBEXT)
\
rsabase/librsabase.
$(IMPLIBEXT)
\
rsaenh/librsaenh.
$(IMPLIBEXT)
\
...
...
@@ -1440,9 +1438,6 @@ rasapi32/librasapi32.$(IMPLIBEXT): rasapi32/rasapi32.spec $(WINEBUILD)
riched20/libriched20.$(IMPLIBEXT)
:
riched20/riched20.spec $(WINEBUILD)
@
cd
riched20
&&
$(MAKE)
libriched20.
$(IMPLIBEXT)
richedit/libriched32.$(IMPLIBEXT)
:
richedit/riched32.spec $(WINEBUILD)
@
cd
richedit
&&
$(MAKE)
libriched32.
$(IMPLIBEXT)
rpcrt4/librpcrt4.$(IMPLIBEXT)
:
rpcrt4/rpcrt4.spec $(WINEBUILD)
@
cd
rpcrt4
&&
$(MAKE)
librpcrt4.
$(IMPLIBEXT)
...
...
@@ -1587,9 +1582,6 @@ libolecli32.$(IMPLIBEXT): olecli/libolecli32.$(IMPLIBEXT)
libolesvr32.$(IMPLIBEXT)
:
olesvr/libolesvr32.$(IMPLIBEXT)
$(RM)
$@
&&
$(LN_S)
olesvr/libolesvr32.
$(IMPLIBEXT)
$@
libriched32.$(IMPLIBEXT)
:
richedit/libriched32.$(IMPLIBEXT)
$(RM)
$@
&&
$(LN_S)
richedit/libriched32.
$(IMPLIBEXT)
$@
libtwain_32.$(IMPLIBEXT)
:
twain/libtwain_32.$(IMPLIBEXT)
$(RM)
$@
&&
$(LN_S)
twain/libtwain_32.
$(IMPLIBEXT)
$@
...
...
dlls/richedit/.cvsignore
View file @
3c312f46
Makefile
libriched32.def
riched32.dll.dbg.c
dlls/richedit/Makefile.in
View file @
3c312f46
...
...
@@ -3,7 +3,6 @@ TOPOBJDIR = ../..
SRCDIR
=
@srcdir@
VPATH
=
@srcdir@
MODULE
=
riched32.dll
IMPORTLIB
=
libriched32.
$(IMPLIBEXT)
IMPORTS
=
riched20 user32 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