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
7bd53d7e
Commit
7bd53d7e
authored
Feb 14, 2006
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ctl3d32: Renamed ctl3d directory to ctl3d32.
parent
743741db
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
11 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/ctl3d32/.gitignore
+0
-0
Makefile.in
dlls/ctl3d32/Makefile.in
+0
-0
ctl3d.c
dlls/ctl3d32/ctl3d.c
+0
-0
ctl3d.spec
dlls/ctl3d32/ctl3d.spec
+0
-0
ctl3d32.c
dlls/ctl3d32/ctl3d32.c
+0
-0
ctl3d32.spec
dlls/ctl3d32/ctl3d32.spec
+0
-0
ctl3dv2.spec
dlls/ctl3d32/ctl3dv2.spec
+0
-0
No files found.
configure
View file @
7bd53d7e
This diff is collapsed.
Click to expand it.
configure.ac
View file @
7bd53d7e
...
@@ -1457,7 +1457,7 @@ dlls/crtdll/Makefile
...
@@ -1457,7 +1457,7 @@ dlls/crtdll/Makefile
dlls/crypt32/Makefile
dlls/crypt32/Makefile
dlls/crypt32/tests/Makefile
dlls/crypt32/tests/Makefile
dlls/cryptdll/Makefile
dlls/cryptdll/Makefile
dlls/ctl3d/Makefile
dlls/ctl3d
32
/Makefile
dlls/d3d8/Makefile
dlls/d3d8/Makefile
dlls/d3d9/Makefile
dlls/d3d9/Makefile
dlls/d3d9/tests/Makefile
dlls/d3d9/tests/Makefile
...
...
dlls/.gitignore
View file @
7bd53d7e
...
@@ -3,7 +3,6 @@ Makefile
...
@@ -3,7 +3,6 @@ Makefile
Makeimplib.rules
Makeimplib.rules
Maketest.rules
Maketest.rules
libcomdlg32.def
libcomdlg32.def
libctl3d32.def
libgdi32.def
libgdi32.def
libkernel32.def
libkernel32.def
liblz32.def
liblz32.def
...
...
dlls/Makefile.in
View file @
7bd53d7e
...
@@ -33,7 +33,7 @@ BASEDIRS = \
...
@@ -33,7 +33,7 @@ BASEDIRS = \
crtdll
\
crtdll
\
crypt32
\
crypt32
\
cryptdll
\
cryptdll
\
ctl3d
\
ctl3d
32
\
d3dim
\
d3dim
\
d3drm
\
d3drm
\
d3dxof
\
d3dxof
\
...
@@ -502,8 +502,8 @@ crypt32.dll.so: crypt32/crypt32.dll.so
...
@@ -502,8 +502,8 @@ crypt32.dll.so: crypt32/crypt32.dll.so
cryptdll.dll.so
:
cryptdll/cryptdll.dll.so
cryptdll.dll.so
:
cryptdll/cryptdll.dll.so
$(RM)
$@
&&
$(LN_S)
cryptdll/cryptdll.dll.so
$@
$(RM)
$@
&&
$(LN_S)
cryptdll/cryptdll.dll.so
$@
ctl3d32.dll.so
:
ctl3d/ctl3d32.dll.so
ctl3d32.dll.so
:
ctl3d
32
/ctl3d32.dll.so
$(RM)
$@
&&
$(LN_S)
ctl3d/ctl3d32.dll.so
$@
$(RM)
$@
&&
$(LN_S)
ctl3d
32
/ctl3d32.dll.so
$@
ctl3d.dll.so ctl3dv2.dll.so
:
ctl3d32.dll.so
ctl3d.dll.so ctl3dv2.dll.so
:
ctl3d32.dll.so
$(RM)
$@
&&
$(LN_S)
ctl3d32.dll.so
$@
$(RM)
$@
&&
$(LN_S)
ctl3d32.dll.so
$@
...
@@ -1066,7 +1066,6 @@ STATIC_IMPLIBEXT = $(IMPLIBEXT:def=def.a)
...
@@ -1066,7 +1066,6 @@ STATIC_IMPLIBEXT = $(IMPLIBEXT:def=def.a)
IMPORT_SYMLINKS
=
\
IMPORT_SYMLINKS
=
\
libcomdlg32.
$(IMPLIBEXT)
\
libcomdlg32.
$(IMPLIBEXT)
\
libctl3d32.
$(IMPLIBEXT)
\
libgdi32.
$(IMPLIBEXT)
\
libgdi32.
$(IMPLIBEXT)
\
libkernel32.
$(IMPLIBEXT)
\
libkernel32.
$(IMPLIBEXT)
\
liblz32.
$(IMPLIBEXT)
\
liblz32.
$(IMPLIBEXT)
\
...
@@ -1100,7 +1099,7 @@ IMPORT_LIBS = \
...
@@ -1100,7 +1099,7 @@ IMPORT_LIBS = \
crtdll/libcrtdll.
$(IMPLIBEXT)
\
crtdll/libcrtdll.
$(IMPLIBEXT)
\
crypt32/libcrypt32.
$(IMPLIBEXT)
\
crypt32/libcrypt32.
$(IMPLIBEXT)
\
cryptdll/libcryptdll.
$(IMPLIBEXT)
\
cryptdll/libcryptdll.
$(IMPLIBEXT)
\
ctl3d/libctl3d32.
$(IMPLIBEXT)
\
ctl3d
32
/libctl3d32.
$(IMPLIBEXT)
\
d3d8/libd3d8.
$(IMPLIBEXT)
\
d3d8/libd3d8.
$(IMPLIBEXT)
\
d3d9/libd3d9.
$(IMPLIBEXT)
\
d3d9/libd3d9.
$(IMPLIBEXT)
\
d3dim/libd3dim.
$(IMPLIBEXT)
\
d3dim/libd3dim.
$(IMPLIBEXT)
\
...
@@ -1244,8 +1243,8 @@ crypt32/libcrypt32.$(IMPLIBEXT): crypt32/crypt32.spec $(WINEBUILD)
...
@@ -1244,8 +1243,8 @@ crypt32/libcrypt32.$(IMPLIBEXT): crypt32/crypt32.spec $(WINEBUILD)
cryptdll/libcryptdll.$(IMPLIBEXT)
:
cryptdll/cryptdll.spec $(WINEBUILD)
cryptdll/libcryptdll.$(IMPLIBEXT)
:
cryptdll/cryptdll.spec $(WINEBUILD)
@
cd
cryptdll
&&
$(MAKE)
libcryptdll.
$(IMPLIBEXT)
@
cd
cryptdll
&&
$(MAKE)
libcryptdll.
$(IMPLIBEXT)
ctl3d
/libctl3d32.$(IMPLIBEXT)
:
ctl3d
/ctl3d32.spec $(WINEBUILD)
ctl3d
32/libctl3d32.$(IMPLIBEXT)
:
ctl3d32
/ctl3d32.spec $(WINEBUILD)
@
cd
ctl3d
&&
$(MAKE)
libctl3d32.
$(IMPLIBEXT)
@
cd
ctl3d
32
&&
$(MAKE)
libctl3d32.
$(IMPLIBEXT)
d3d8/libd3d8.$(IMPLIBEXT)
:
d3d8/d3d8.spec $(WINEBUILD)
d3d8/libd3d8.$(IMPLIBEXT)
:
d3d8/d3d8.spec $(WINEBUILD)
@
cd
d3d8
&&
$(MAKE)
libd3d8.
$(IMPLIBEXT)
@
cd
d3d8
&&
$(MAKE)
libd3d8.
$(IMPLIBEXT)
...
@@ -1535,9 +1534,6 @@ wtsapi32/libwtsapi32.$(IMPLIBEXT): wtsapi32/wtsapi32.spec $(WINEBUILD)
...
@@ -1535,9 +1534,6 @@ wtsapi32/libwtsapi32.$(IMPLIBEXT): wtsapi32/wtsapi32.spec $(WINEBUILD)
libcomdlg32.$(IMPLIBEXT)
:
commdlg/libcomdlg32.$(IMPLIBEXT)
libcomdlg32.$(IMPLIBEXT)
:
commdlg/libcomdlg32.$(IMPLIBEXT)
$(RM)
$@
&&
$(LN_S)
commdlg/libcomdlg32.
$(IMPLIBEXT)
$@
$(RM)
$@
&&
$(LN_S)
commdlg/libcomdlg32.
$(IMPLIBEXT)
$@
libctl3d32.$(IMPLIBEXT)
:
ctl3d/libctl3d32.$(IMPLIBEXT)
$(RM)
$@
&&
$(LN_S)
ctl3d/libctl3d32.
$(IMPLIBEXT)
$@
libgdi32.$(IMPLIBEXT)
:
gdi/libgdi32.$(IMPLIBEXT)
libgdi32.$(IMPLIBEXT)
:
gdi/libgdi32.$(IMPLIBEXT)
$(RM)
$@
&&
$(LN_S)
gdi/libgdi32.
$(IMPLIBEXT)
$@
$(RM)
$@
&&
$(LN_S)
gdi/libgdi32.
$(IMPLIBEXT)
$@
...
@@ -1587,7 +1583,7 @@ commdlg/comdlg32.dll.so: commdlg
...
@@ -1587,7 +1583,7 @@ commdlg/comdlg32.dll.so: commdlg
crtdll/crtdll.dll.so
:
crtdll
crtdll/crtdll.dll.so
:
crtdll
crypt32/crypt32.dll.so
:
crypt32
crypt32/crypt32.dll.so
:
crypt32
cryptdll/cryptdll.dll.so
:
cryptdll
cryptdll/cryptdll.dll.so
:
cryptdll
ctl3d
/ctl3d32.dll.so
:
ctl3d
ctl3d
32/ctl3d32.dll.so
:
ctl3d32
d3d8/d3d8.dll.so
:
d3d8
d3d8/d3d8.dll.so
:
d3d8
d3d9/d3d9.dll.so
:
d3d9
d3d9/d3d9.dll.so
:
d3d9
d3dim/d3dim.dll.so
:
d3dim
d3dim/d3dim.dll.so
:
d3dim
...
...
dlls/ctl3d/.gitignore
→
dlls/ctl3d
32
/.gitignore
View file @
7bd53d7e
File moved
dlls/ctl3d/Makefile.in
→
dlls/ctl3d
32
/Makefile.in
View file @
7bd53d7e
File moved
dlls/ctl3d/ctl3d.c
→
dlls/ctl3d
32
/ctl3d.c
View file @
7bd53d7e
File moved
dlls/ctl3d/ctl3d.spec
→
dlls/ctl3d
32
/ctl3d.spec
View file @
7bd53d7e
File moved
dlls/ctl3d/ctl3d32.c
→
dlls/ctl3d
32
/ctl3d32.c
View file @
7bd53d7e
File moved
dlls/ctl3d/ctl3d32.spec
→
dlls/ctl3d
32
/ctl3d32.spec
View file @
7bd53d7e
File moved
dlls/ctl3d/ctl3dv2.spec
→
dlls/ctl3d
32
/ctl3dv2.spec
View file @
7bd53d7e
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