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
b4f553f5
Commit
b4f553f5
authored
Apr 10, 2006
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
riched32: Renamed the dlls/richedit directory to dlls/riched32.
parent
ca1e72a4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
2 additions
and
7 deletions
+2
-7
configure
configure
+0
-0
configure.ac
configure.ac
+1
-1
Makefile.in
dlls/Makefile.in
+1
-6
.gitignore
dlls/riched32/.gitignore
+0
-0
Makefile.in
dlls/riched32/Makefile.in
+0
-0
riched32.spec
dlls/riched32/riched32.spec
+0
-0
richedit.c
dlls/riched32/richedit.c
+0
-0
No files found.
configure
View file @
b4f553f5
This diff is collapsed.
Click to expand it.
configure.ac
View file @
b4f553f5
...
...
@@ -1615,7 +1615,7 @@ dlls/quartz/tests/Makefile
dlls/rasapi32/Makefile
dlls/riched20/Makefile
dlls/riched20/tests/Makefile
dlls/riched
it
/Makefile
dlls/riched
32
/Makefile
dlls/rpcrt4/Makefile
dlls/rpcrt4/tests/Makefile
dlls/rsabase/Makefile
...
...
dlls/Makefile.in
View file @
b4f553f5
...
...
@@ -119,7 +119,7 @@ BASEDIRS = \
quartz
\
rasapi32
\
riched20
\
riched
it
\
riched
32
\
rpcrt4
\
rsabase
\
rsaenh
\
...
...
@@ -270,7 +270,6 @@ SYMLINKS_SO = \
mciwave.drv.so
\
msacm.drv.so
\
msisys.ocx.so
\
riched32.dll.so
\
twain_32.dll.so
\
user32.dll.so
\
winealsa.drv.so
\
...
...
@@ -319,9 +318,6 @@ msacm.drv.so: winmm/wavemap/msacm.drv.so
msisys.ocx.so
:
msisys/msisys.ocx.so
$(RM)
$@
&&
$(LN_S)
msisys/msisys.ocx.so
$@
riched32.dll.so
:
richedit/riched32.dll.so
$(RM)
$@
&&
$(LN_S)
richedit/riched32.dll.so
$@
twain_32.dll.so
:
twain/twain_32.dll.so
$(RM)
$@
&&
$(LN_S)
twain/twain_32.dll.so
$@
...
...
@@ -930,7 +926,6 @@ kernel/kernel32.dll.so: kernel
winmm/mciwave/mciwave.drv.so
:
winmm/mciwave
winmm/wavemap/msacm.drv.so
:
winmm/wavemap
msisys/msisys.ocx.so
:
msisys
richedit/riched32.dll.so
:
richedit
twain/twain_32.dll.so
:
twain
user/user32.dll.so
:
user
winmm/winealsa/winealsa.drv.so
:
winmm/winealsa
...
...
dlls/riched
it
/.gitignore
→
dlls/riched
32
/.gitignore
View file @
b4f553f5
File moved
dlls/riched
it
/Makefile.in
→
dlls/riched
32
/Makefile.in
View file @
b4f553f5
File moved
dlls/riched
it
/riched32.spec
→
dlls/riched
32
/riched32.spec
View file @
b4f553f5
File moved
dlls/riched
it
/richedit.c
→
dlls/riched
32
/richedit.c
View file @
b4f553f5
File moved
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