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
f15db167
Commit
f15db167
authored
Feb 14, 2006
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
olecli32: Renamed olecli directory to olecli32.
parent
aa318d1e
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
10 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/olecli32/.gitignore
+0
-0
Makefile.in
dlls/olecli32/Makefile.in
+0
-0
olecli.spec
dlls/olecli32/olecli.spec
+0
-0
olecli16.c
dlls/olecli32/olecli16.c
+0
-0
olecli32.spec
dlls/olecli32/olecli32.spec
+0
-0
olecli_main.c
dlls/olecli32/olecli_main.c
+0
-0
No files found.
configure
View file @
f15db167
This diff is collapsed.
Click to expand it.
configure.ac
View file @
f15db167
...
...
@@ -1562,7 +1562,7 @@ dlls/ole32/tests/Makefile
dlls/oleacc/Makefile
dlls/oleaut32/Makefile
dlls/oleaut32/tests/Makefile
dlls/olecli/Makefile
dlls/olecli
32
/Makefile
dlls/oledlg/Makefile
dlls/olepro32/Makefile
dlls/olesvr/Makefile
...
...
dlls/.gitignore
View file @
f15db167
...
...
@@ -9,7 +9,6 @@ libkernel32.def
liblz32.def
libmsacm32.def
libmsvfw32.def
libolecli32.def
libolesvr32.def
libuser32.def
libw32skrnl.def
...
...
dlls/Makefile.in
View file @
f15db167
...
...
@@ -108,7 +108,7 @@ BASEDIRS = \
ole32
\
oleacc
\
oleaut32
\
olecli
\
olecli
32
\
oledlg
\
olepro32
\
olesvr
\
...
...
@@ -782,8 +782,8 @@ oleaut32.dll.so: oleaut32/oleaut32.dll.so
ole2disp.dll.so typelib.dll.so
:
oleaut32.dll.so
$(RM)
$@
&&
$(LN_S)
oleaut32.dll.so
$@
olecli32.dll.so
:
olecli/olecli32.dll.so
$(RM)
$@
&&
$(LN_S)
olecli/olecli32.dll.so
$@
olecli32.dll.so
:
olecli
32
/olecli32.dll.so
$(RM)
$@
&&
$(LN_S)
olecli
32
/olecli32.dll.so
$@
olecli.dll.so
:
olecli32.dll.so
$(RM)
$@
&&
$(LN_S)
olecli32.dll.so
$@
...
...
@@ -1072,7 +1072,6 @@ IMPORT_SYMLINKS = \
liblz32.
$(IMPLIBEXT)
\
libmsacm32.
$(IMPLIBEXT)
\
libmsvfw32.
$(IMPLIBEXT)
\
libolecli32.
$(IMPLIBEXT)
\
libolesvr32.
$(IMPLIBEXT)
\
libuser32.
$(IMPLIBEXT)
\
libwinnls32.
$(IMPLIBEXT)
\
...
...
@@ -1152,7 +1151,7 @@ IMPORT_LIBS = \
ole32/libole32.
$(IMPLIBEXT)
\
oleacc/liboleacc.
$(IMPLIBEXT)
\
oleaut32/liboleaut32.
$(IMPLIBEXT)
\
olecli/libolecli32.
$(IMPLIBEXT)
\
olecli
32
/libolecli32.
$(IMPLIBEXT)
\
oledlg/liboledlg.
$(IMPLIBEXT)
\
olepro32/libolepro32.
$(IMPLIBEXT)
\
olesvr/libolesvr32.
$(IMPLIBEXT)
\
...
...
@@ -1396,8 +1395,8 @@ oleacc/liboleacc.$(IMPLIBEXT): oleacc/oleacc.spec $(WINEBUILD)
oleaut32/liboleaut32.$(IMPLIBEXT)
:
oleaut32/oleaut32.spec $(WINEBUILD)
@
cd
oleaut32
&&
$(MAKE)
liboleaut32.
$(IMPLIBEXT)
olecli
/libolecli32.$(IMPLIBEXT)
:
olecli
/olecli32.spec $(WINEBUILD)
@
cd
olecli
&&
$(MAKE)
libolecli32.
$(IMPLIBEXT)
olecli
32/libolecli32.$(IMPLIBEXT)
:
olecli32
/olecli32.spec $(WINEBUILD)
@
cd
olecli
32
&&
$(MAKE)
libolecli32.
$(IMPLIBEXT)
oledlg/liboledlg.$(IMPLIBEXT)
:
oledlg/oledlg.spec $(WINEBUILD)
@
cd
oledlg
&&
$(MAKE)
liboledlg.
$(IMPLIBEXT)
...
...
@@ -1555,9 +1554,6 @@ libmsacm32.$(IMPLIBEXT): msacm/libmsacm32.$(IMPLIBEXT)
libmsvfw32.$(IMPLIBEXT)
:
msvideo/libmsvfw32.$(IMPLIBEXT)
$(RM)
$@
&&
$(LN_S)
msvideo/libmsvfw32.
$(IMPLIBEXT)
$@
libolecli32.$(IMPLIBEXT)
:
olecli/libolecli32.$(IMPLIBEXT)
$(RM)
$@
&&
$(LN_S)
olecli/libolecli32.
$(IMPLIBEXT)
$@
libolesvr32.$(IMPLIBEXT)
:
olesvr/libolesvr32.$(IMPLIBEXT)
$(RM)
$@
&&
$(LN_S)
olesvr/libolesvr32.
$(IMPLIBEXT)
$@
...
...
@@ -1678,7 +1674,7 @@ odbccp32/odbccp32.dll.so: odbccp32
ole32/ole32.dll.so
:
ole32
oleacc/oleacc.dll.so
:
oleacc
oleaut32/oleaut32.dll.so
:
oleaut32
olecli
/olecli32.dll.so
:
olecli
olecli
32/olecli32.dll.so
:
olecli32
oledlg/oledlg.dll.so
:
oledlg
olepro32/olepro32.dll.so
:
olepro32
olesvr/olesvr32.dll.so
:
olesvr
...
...
dlls/olecli/.gitignore
→
dlls/olecli
32
/.gitignore
View file @
f15db167
File moved
dlls/olecli/Makefile.in
→
dlls/olecli
32
/Makefile.in
View file @
f15db167
File moved
dlls/olecli/olecli.spec
→
dlls/olecli
32
/olecli.spec
View file @
f15db167
File moved
dlls/olecli/olecli16.c
→
dlls/olecli
32
/olecli16.c
View file @
f15db167
File moved
dlls/olecli/olecli32.spec
→
dlls/olecli
32
/olecli32.spec
View file @
f15db167
File moved
dlls/olecli/olecli_main.c
→
dlls/olecli
32
/olecli_main.c
View file @
f15db167
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