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
ff0d1098
Commit
ff0d1098
authored
Mar 27, 2006
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
imaadp32: Renamed the dlls/msacm/imaadp32 directory to dlls/imaadp32.acm.
parent
db6608ac
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
4 additions
and
8 deletions
+4
-8
configure
configure
+0
-0
configure.ac
configure.ac
+1
-1
Makefile.in
dlls/Makefile.in
+2
-6
.gitignore
dlls/imaadp32.acm/.gitignore
+0
-0
Makefile.in
dlls/imaadp32.acm/Makefile.in
+1
-1
imaadp32.acm.spec
dlls/imaadp32.acm/imaadp32.acm.spec
+0
-0
imaadp32.c
dlls/imaadp32.acm/imaadp32.c
+0
-0
No files found.
configure
View file @
ff0d1098
This diff is collapsed.
Click to expand it.
configure.ac
View file @
ff0d1098
...
...
@@ -1516,6 +1516,7 @@ dlls/hhctrl.ocx/Makefile
dlls/iccvid/Makefile
dlls/icmp/Makefile
dlls/ifsmgr.vxd/Makefile
dlls/imaadp32.acm/Makefile
dlls/imagehlp/Makefile
dlls/imm32/Makefile
dlls/iphlpapi/Makefile
...
...
@@ -1537,7 +1538,6 @@ dlls/mmdevldr.vxd/Makefile
dlls/monodebg.vxd/Makefile
dlls/mpr/Makefile
dlls/msacm/Makefile
dlls/msacm/imaadp32/Makefile
dlls/msacm/msadp32/Makefile
dlls/msacm/msg711/Makefile
dlls/msacm/tests/Makefile
...
...
dlls/Makefile.in
View file @
ff0d1098
...
...
@@ -63,6 +63,7 @@ BASEDIRS = \
iccvid
\
icmp
\
ifsmgr.vxd
\
imaadp32.acm
\
imagehlp
\
imm32
\
iphlpapi
\
...
...
@@ -79,7 +80,6 @@ BASEDIRS = \
monodebg.vxd
\
mpr
\
msacm
\
msacm/imaadp32
\
msacm/msadp32
\
msacm/msg711
\
msacm/winemp3
\
...
...
@@ -264,7 +264,6 @@ SYMLINKS_SO = \
@WIN16_FILES@
\
comdlg32.dll.so
\
gdi32.dll.so
\
imaadp32.acm.so
\
joystick.drv.so
\
kernel32.dll.so
\
mciwave.drv.so
\
...
...
@@ -311,9 +310,6 @@ ddraw.dll.so: ddraw/ddraw.dll.so
gdi32.dll.so
:
gdi/gdi32.dll.so
$(RM)
$@
&&
$(LN_S)
gdi/gdi32.dll.so
$@
imaadp32.acm.so
:
msacm/imaadp32/imaadp32.acm.so
$(RM)
$@
&&
$(LN_S)
msacm/imaadp32/imaadp32.acm.so
$@
joystick.drv.so
:
winmm/joystick/joystick.drv.so
$(RM)
$@
&&
$(LN_S)
winmm/joystick/joystick.drv.so
$@
...
...
@@ -1007,7 +1003,7 @@ hhctrl.ocx/hhctrl.ocx.so: hhctrl.ocx
iccvid/iccvid.dll.so
:
iccvid
icmp/icmp.dll.so
:
icmp
ifsmgr.vxd/ifsmgr.vxd.so
:
ifsmgr.vxd
msacm/imaadp32/imaadp32.acm.so
:
msacm/imaadp32
imaadp32.acm/imaadp32.acm.so
:
imaadp32.acm
imagehlp/imagehlp.dll.so
:
imagehlp
imm32/imm32.dll.so
:
imm32
iphlpapi/iphlpapi.dll.so
:
iphlpapi
...
...
dlls/
msacm/imaadp32
/.gitignore
→
dlls/
imaadp32.acm
/.gitignore
View file @
ff0d1098
File moved
dlls/
msacm/imaadp32
/Makefile.in
→
dlls/
imaadp32.acm
/Makefile.in
View file @
ff0d1098
TOPSRCDIR
=
@top_srcdir@
TOPOBJDIR
=
../..
/..
TOPOBJDIR
=
../..
SRCDIR
=
@srcdir@
VPATH
=
@srcdir@
MODULE
=
imaadp32.acm
...
...
dlls/
msacm/imaadp32
/imaadp32.acm.spec
→
dlls/
imaadp32.acm
/imaadp32.acm.spec
View file @
ff0d1098
File moved
dlls/
msacm/imaadp32
/imaadp32.c
→
dlls/
imaadp32.acm
/imaadp32.c
View file @
ff0d1098
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