imaadp32: Renamed the dlls/msacm/imaadp32 directory to dlls/imaadp32.acm.
This commit is contained in:
parent
db6608ac9f
commit
ff0d10983c
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
TOPSRCDIR = @top_srcdir@
|
||||
TOPOBJDIR = ../../..
|
||||
TOPOBJDIR = ../..
|
||||
SRCDIR = @srcdir@
|
||||
VPATH = @srcdir@
|
||||
MODULE = imaadp32.acm
|
Loading…
Reference in New Issue