twain_32: Renamed the dlls/twain directory to dlls/twain_32.
This commit is contained in:
parent
b4f553f5be
commit
1404dc8014
|
@ -1644,7 +1644,7 @@ dlls/stdole32.tlb/Makefile
|
||||||
dlls/sti/Makefile
|
dlls/sti/Makefile
|
||||||
dlls/strmiids/Makefile
|
dlls/strmiids/Makefile
|
||||||
dlls/tapi32/Makefile
|
dlls/tapi32/Makefile
|
||||||
dlls/twain/Makefile
|
dlls/twain_32/Makefile
|
||||||
dlls/unicows/Makefile
|
dlls/unicows/Makefile
|
||||||
dlls/url/Makefile
|
dlls/url/Makefile
|
||||||
dlls/urlmon/Makefile
|
dlls/urlmon/Makefile
|
||||||
|
|
|
@ -139,7 +139,7 @@ BASEDIRS = \
|
||||||
stdole32.tlb \
|
stdole32.tlb \
|
||||||
sti \
|
sti \
|
||||||
tapi32 \
|
tapi32 \
|
||||||
twain \
|
twain_32 \
|
||||||
unicows \
|
unicows \
|
||||||
url \
|
url \
|
||||||
urlmon \
|
urlmon \
|
||||||
|
@ -270,7 +270,6 @@ SYMLINKS_SO = \
|
||||||
mciwave.drv.so \
|
mciwave.drv.so \
|
||||||
msacm.drv.so \
|
msacm.drv.so \
|
||||||
msisys.ocx.so \
|
msisys.ocx.so \
|
||||||
twain_32.dll.so \
|
|
||||||
user32.dll.so \
|
user32.dll.so \
|
||||||
winealsa.drv.so \
|
winealsa.drv.so \
|
||||||
winearts.drv.so \
|
winearts.drv.so \
|
||||||
|
@ -318,9 +317,6 @@ msacm.drv.so: winmm/wavemap/msacm.drv.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 $@
|
||||||
|
|
||||||
twain_32.dll.so: twain/twain_32.dll.so
|
|
||||||
$(RM) $@ && $(LN_S) twain/twain_32.dll.so $@
|
|
||||||
|
|
||||||
user32.dll.so: user/user32.dll.so
|
user32.dll.so: user/user32.dll.so
|
||||||
$(RM) $@ && $(LN_S) user/user32.dll.so $@
|
$(RM) $@ && $(LN_S) user/user32.dll.so $@
|
||||||
|
|
||||||
|
@ -926,7 +922,6 @@ kernel/kernel32.dll.so: kernel
|
||||||
winmm/mciwave/mciwave.drv.so: winmm/mciwave
|
winmm/mciwave/mciwave.drv.so: winmm/mciwave
|
||||||
winmm/wavemap/msacm.drv.so: winmm/wavemap
|
winmm/wavemap/msacm.drv.so: winmm/wavemap
|
||||||
msisys/msisys.ocx.so: msisys
|
msisys/msisys.ocx.so: msisys
|
||||||
twain/twain_32.dll.so: twain
|
|
||||||
user/user32.dll.so: user
|
user/user32.dll.so: user
|
||||||
winmm/winealsa/winealsa.drv.so: winmm/winealsa
|
winmm/winealsa/winealsa.drv.so: winmm/winealsa
|
||||||
winmm/winearts/winearts.drv.so: winmm/winearts
|
winmm/winearts/winearts.drv.so: winmm/winearts
|
||||||
|
|
Loading…
Reference in New Issue