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
743741db
Commit
743741db
authored
Feb 14, 2006
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
olesvr32: Renamed olesvr directory to olesvr32.
parent
f15db167
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
8 additions
and
13 deletions
+8
-13
configure
configure
+0
-0
configure.ac
configure.ac
+1
-1
.gitignore
dlls/.gitignore
+0
-1
Makefile.in
dlls/Makefile.in
+7
-11
.gitignore
dlls/olesvr32/.gitignore
+0
-0
Makefile.in
dlls/olesvr32/Makefile.in
+0
-0
olesvr.spec
dlls/olesvr32/olesvr.spec
+0
-0
olesvr32.spec
dlls/olesvr32/olesvr32.spec
+0
-0
olesvr_main.c
dlls/olesvr32/olesvr_main.c
+0
-0
No files found.
configure
View file @
743741db
This diff is collapsed.
Click to expand it.
configure.ac
View file @
743741db
...
...
@@ -1565,7 +1565,7 @@ dlls/oleaut32/tests/Makefile
dlls/olecli32/Makefile
dlls/oledlg/Makefile
dlls/olepro32/Makefile
dlls/olesvr/Makefile
dlls/olesvr
32
/Makefile
dlls/opengl32/Makefile
dlls/powrprof/Makefile
dlls/psapi/Makefile
...
...
dlls/.gitignore
View file @
743741db
...
...
@@ -9,7 +9,6 @@ libkernel32.def
liblz32.def
libmsacm32.def
libmsvfw32.def
libolesvr32.def
libuser32.def
libw32skrnl.def
libwinnls32.def
...
...
dlls/Makefile.in
View file @
743741db
...
...
@@ -111,7 +111,7 @@ BASEDIRS = \
olecli32
\
oledlg
\
olepro32
\
olesvr
\
olesvr
32
\
powrprof
\
psapi
\
qcap
\
...
...
@@ -794,8 +794,8 @@ oledlg.dll.so: oledlg/oledlg.dll.so
olepro32.dll.so
:
olepro32/olepro32.dll.so
$(RM)
$@
&&
$(LN_S)
olepro32/olepro32.dll.so
$@
olesvr32.dll.so
:
olesvr/olesvr32.dll.so
$(RM)
$@
&&
$(LN_S)
olesvr/olesvr32.dll.so
$@
olesvr32.dll.so
:
olesvr
32
/olesvr32.dll.so
$(RM)
$@
&&
$(LN_S)
olesvr
32
/olesvr32.dll.so
$@
olesvr.dll.so
:
olesvr32.dll.so
$(RM)
$@
&&
$(LN_S)
olesvr32.dll.so
$@
...
...
@@ -1072,7 +1072,6 @@ IMPORT_SYMLINKS = \
liblz32.
$(IMPLIBEXT)
\
libmsacm32.
$(IMPLIBEXT)
\
libmsvfw32.
$(IMPLIBEXT)
\
libolesvr32.
$(IMPLIBEXT)
\
libuser32.
$(IMPLIBEXT)
\
libwinnls32.
$(IMPLIBEXT)
\
libwnaspi32.
$(IMPLIBEXT)
\
...
...
@@ -1154,7 +1153,7 @@ IMPORT_LIBS = \
olecli32/libolecli32.
$(IMPLIBEXT)
\
oledlg/liboledlg.
$(IMPLIBEXT)
\
olepro32/libolepro32.
$(IMPLIBEXT)
\
olesvr/libolesvr32.
$(IMPLIBEXT)
\
olesvr
32
/libolesvr32.
$(IMPLIBEXT)
\
opengl32/libopengl32.
$(IMPLIBEXT)
\
powrprof/libpowrprof.
$(IMPLIBEXT)
\
psapi/libpsapi.
$(IMPLIBEXT)
\
...
...
@@ -1404,8 +1403,8 @@ oledlg/liboledlg.$(IMPLIBEXT): oledlg/oledlg.spec $(WINEBUILD)
olepro32/libolepro32.$(IMPLIBEXT)
:
olepro32/olepro32.spec $(WINEBUILD)
@
cd
olepro32
&&
$(MAKE)
libolepro32.
$(IMPLIBEXT)
olesvr
/libolesvr32.$(IMPLIBEXT)
:
olesvr
/olesvr32.spec $(WINEBUILD)
@
cd
olesvr
&&
$(MAKE)
libolesvr32.
$(IMPLIBEXT)
olesvr
32/libolesvr32.$(IMPLIBEXT)
:
olesvr32
/olesvr32.spec $(WINEBUILD)
@
cd
olesvr
32
&&
$(MAKE)
libolesvr32.
$(IMPLIBEXT)
opengl32/libopengl32.$(IMPLIBEXT)
:
opengl32/opengl32.spec $(WINEBUILD)
@
cd
opengl32
&&
$(MAKE)
libopengl32.
$(IMPLIBEXT)
...
...
@@ -1554,9 +1553,6 @@ libmsacm32.$(IMPLIBEXT): msacm/libmsacm32.$(IMPLIBEXT)
libmsvfw32.$(IMPLIBEXT)
:
msvideo/libmsvfw32.$(IMPLIBEXT)
$(RM)
$@
&&
$(LN_S)
msvideo/libmsvfw32.
$(IMPLIBEXT)
$@
libolesvr32.$(IMPLIBEXT)
:
olesvr/libolesvr32.$(IMPLIBEXT)
$(RM)
$@
&&
$(LN_S)
olesvr/libolesvr32.
$(IMPLIBEXT)
$@
libuser32.$(IMPLIBEXT)
:
user/libuser32.$(IMPLIBEXT)
$(RM)
$@
&&
$(LN_S)
user/libuser32.
$(IMPLIBEXT)
$@
...
...
@@ -1677,7 +1673,7 @@ oleaut32/oleaut32.dll.so: oleaut32
olecli32/olecli32.dll.so
:
olecli32
oledlg/oledlg.dll.so
:
oledlg
olepro32/olepro32.dll.so
:
olepro32
olesvr
/olesvr32.dll.so
:
olesvr
olesvr
32/olesvr32.dll.so
:
olesvr32
opengl32/opengl32.dll.so
:
opengl32
powrprof/powrprof.dll.so
:
powrprof
psapi/psapi.dll.so
:
psapi
...
...
dlls/olesvr/.gitignore
→
dlls/olesvr
32
/.gitignore
View file @
743741db
File moved
dlls/olesvr/Makefile.in
→
dlls/olesvr
32
/Makefile.in
View file @
743741db
File moved
dlls/olesvr/olesvr.spec
→
dlls/olesvr
32
/olesvr.spec
View file @
743741db
File moved
dlls/olesvr/olesvr32.spec
→
dlls/olesvr
32
/olesvr32.spec
View file @
743741db
File moved
dlls/olesvr/olesvr_main.c
→
dlls/olesvr
32
/olesvr_main.c
View file @
743741db
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