msg711: Renamed the dlls/msacm/msg711 directory to dlls/msg711.acm.
This commit is contained in:
parent
3fa4fc51aa
commit
66a5c739c8
|
@ -1538,7 +1538,6 @@ dlls/mmdevldr.vxd/Makefile
|
||||||
dlls/monodebg.vxd/Makefile
|
dlls/monodebg.vxd/Makefile
|
||||||
dlls/mpr/Makefile
|
dlls/mpr/Makefile
|
||||||
dlls/msacm/Makefile
|
dlls/msacm/Makefile
|
||||||
dlls/msacm/msg711/Makefile
|
|
||||||
dlls/msacm/tests/Makefile
|
dlls/msacm/tests/Makefile
|
||||||
dlls/msacm/winemp3/Makefile
|
dlls/msacm/winemp3/Makefile
|
||||||
dlls/msadp32.acm/Makefile
|
dlls/msadp32.acm/Makefile
|
||||||
|
@ -1546,6 +1545,7 @@ dlls/mscms/Makefile
|
||||||
dlls/mscms/tests/Makefile
|
dlls/mscms/tests/Makefile
|
||||||
dlls/msdmo/Makefile
|
dlls/msdmo/Makefile
|
||||||
dlls/msftedit/Makefile
|
dlls/msftedit/Makefile
|
||||||
|
dlls/msg711.acm/Makefile
|
||||||
dlls/mshtml/Makefile
|
dlls/mshtml/Makefile
|
||||||
dlls/mshtml/tests/Makefile
|
dlls/mshtml/tests/Makefile
|
||||||
dlls/msi/Makefile
|
dlls/msi/Makefile
|
||||||
|
|
|
@ -80,12 +80,12 @@ BASEDIRS = \
|
||||||
monodebg.vxd \
|
monodebg.vxd \
|
||||||
mpr \
|
mpr \
|
||||||
msacm \
|
msacm \
|
||||||
msacm/msg711 \
|
|
||||||
msacm/winemp3 \
|
msacm/winemp3 \
|
||||||
msadp32.acm \
|
msadp32.acm \
|
||||||
mscms \
|
mscms \
|
||||||
msdmo \
|
msdmo \
|
||||||
msftedit \
|
msftedit \
|
||||||
|
msg711.acm \
|
||||||
mshtml \
|
mshtml \
|
||||||
msi \
|
msi \
|
||||||
msimg32 \
|
msimg32 \
|
||||||
|
@ -269,7 +269,6 @@ SYMLINKS_SO = \
|
||||||
mciwave.drv.so \
|
mciwave.drv.so \
|
||||||
msacm.drv.so \
|
msacm.drv.so \
|
||||||
msacm32.dll.so \
|
msacm32.dll.so \
|
||||||
msg711.acm.so \
|
|
||||||
msisys.ocx.so \
|
msisys.ocx.so \
|
||||||
riched32.dll.so \
|
riched32.dll.so \
|
||||||
twain_32.dll.so \
|
twain_32.dll.so \
|
||||||
|
@ -324,9 +323,6 @@ msacm.drv.so: winmm/wavemap/msacm.drv.so
|
||||||
msacm32.dll.so: msacm/msacm32.dll.so
|
msacm32.dll.so: msacm/msacm32.dll.so
|
||||||
$(RM) $@ && $(LN_S) msacm/msacm32.dll.so $@
|
$(RM) $@ && $(LN_S) msacm/msacm32.dll.so $@
|
||||||
|
|
||||||
msg711.acm.so: msacm/msg711/msg711.acm.so
|
|
||||||
$(RM) $@ && $(LN_S) msacm/msg711/msg711.acm.so $@
|
|
||||||
|
|
||||||
msisys.ocx.so: msisys/msisys.ocx.so
|
msisys.ocx.so: msisys/msisys.ocx.so
|
||||||
$(RM) $@ && $(LN_S) msisys/msisys.ocx.so $@
|
$(RM) $@ && $(LN_S) msisys/msisys.ocx.so $@
|
||||||
|
|
||||||
|
@ -1023,7 +1019,7 @@ msadp32.acm/msadp32.acm.so: msadp32.acm
|
||||||
mscms/mscms.dll.so: mscms
|
mscms/mscms.dll.so: mscms
|
||||||
msdmo/msdmo.dll.so: msdmo
|
msdmo/msdmo.dll.so: msdmo
|
||||||
msftedit/msftedit.dll.so: msftedit
|
msftedit/msftedit.dll.so: msftedit
|
||||||
msacm/msg711/msg711.acm.so: msacm/msg711
|
msg711.acm/msg711.acm.so: msg711.acm
|
||||||
mshtml/mshtml.dll.so: mshtml
|
mshtml/mshtml.dll.so: mshtml
|
||||||
msi/msi.dll.so: msi
|
msi/msi.dll.so: msi
|
||||||
msimg32/msimg32.dll.so: msimg32
|
msimg32/msimg32.dll.so: msimg32
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
TOPSRCDIR = @top_srcdir@
|
TOPSRCDIR = @top_srcdir@
|
||||||
TOPOBJDIR = ../../..
|
TOPOBJDIR = ../..
|
||||||
SRCDIR = @srcdir@
|
SRCDIR = @srcdir@
|
||||||
VPATH = @srcdir@
|
VPATH = @srcdir@
|
||||||
MODULE = msg711.acm
|
MODULE = msg711.acm
|
Loading…
Reference in New Issue