Moved if1632/ole2{conv,prox,thk}.spec into dlls/ole32.
This commit is contained in:
parent
0b56446e35
commit
525e646814
|
@ -81,8 +81,11 @@ EXTRADLLNAMES = \
|
||||||
mmsystem \
|
mmsystem \
|
||||||
msvideo \
|
msvideo \
|
||||||
ole2 \
|
ole2 \
|
||||||
|
ole2conv \
|
||||||
ole2disp \
|
ole2disp \
|
||||||
ole2nls \
|
ole2nls \
|
||||||
|
ole2prox \
|
||||||
|
ole2thk \
|
||||||
olecli \
|
olecli \
|
||||||
olesvr \
|
olesvr \
|
||||||
rasapi16 \
|
rasapi16 \
|
||||||
|
@ -234,7 +237,7 @@ libmsvfw32.@LIBEXT@ libmsvideo.@LIBEXT@: msvideo/libmsvfw32.@LIBEXT@
|
||||||
libodbc32.@LIBEXT@: odbc32/libodbc32.@LIBEXT@
|
libodbc32.@LIBEXT@: odbc32/libodbc32.@LIBEXT@
|
||||||
$(RM) $@ && $(LN_S) odbc32/libodbc32.@LIBEXT@ $@
|
$(RM) $@ && $(LN_S) odbc32/libodbc32.@LIBEXT@ $@
|
||||||
|
|
||||||
libole32.@LIBEXT@ libole2.@LIBEXT@ libole2nls.@LIBEXT@ libstorage.@LIBEXT@ libcompobj.@LIBEXT@: ole32/libole32.@LIBEXT@
|
libole32.@LIBEXT@ libole2.@LIBEXT@ libole2conv.@LIBEXT@ libole2nls.@LIBEXT@ libole2prox.@LIBEXT@ libole2thk.@LIBEXT@ libstorage.@LIBEXT@ libcompobj.@LIBEXT@: ole32/libole32.@LIBEXT@
|
||||||
$(RM) $@ && $(LN_S) ole32/libole32.@LIBEXT@ $@
|
$(RM) $@ && $(LN_S) ole32/libole32.@LIBEXT@ $@
|
||||||
|
|
||||||
liboleaut32.@LIBEXT@ libole2disp.@LIBEXT@ libtypelib.@LIBEXT@: oleaut32/liboleaut32.@LIBEXT@
|
liboleaut32.@LIBEXT@ libole2disp.@LIBEXT@ libtypelib.@LIBEXT@: oleaut32/liboleaut32.@LIBEXT@
|
||||||
|
|
|
@ -4,9 +4,10 @@ SRCDIR = @srcdir@
|
||||||
VPATH = @srcdir@
|
VPATH = @srcdir@
|
||||||
MODULE = ole32
|
MODULE = ole32
|
||||||
SOVERSION = 1.0
|
SOVERSION = 1.0
|
||||||
ALTNAMES = ole2 ole2nls storage compobj
|
ALTNAMES = ole2 ole2nls ole2conv ole2prox ole2thk storage compobj
|
||||||
|
|
||||||
SPEC_SRCS = ole32.spec ole2.spec ole2nls.spec storage.spec compobj.spec
|
SPEC_SRCS = ole32.spec ole2.spec ole2conv.spec ole2nls.spec \
|
||||||
|
ole2prox.spec ole2thk.spec storage.spec compobj.spec
|
||||||
|
|
||||||
C_SRCS = \
|
C_SRCS = \
|
||||||
antimoniker.c \
|
antimoniker.c \
|
||||||
|
|
|
@ -3,9 +3,6 @@ call16.s
|
||||||
comm.spec.c
|
comm.spec.c
|
||||||
dispdib.spec.c
|
dispdib.spec.c
|
||||||
kernel.spec.c
|
kernel.spec.c
|
||||||
ole2conv.spec.c
|
|
||||||
ole2prox.spec.c
|
|
||||||
ole2thk.spec.c
|
|
||||||
system.spec.c
|
system.spec.c
|
||||||
thunk.glue.c
|
thunk.glue.c
|
||||||
toolhelp.spec.c
|
toolhelp.spec.c
|
||||||
|
|
|
@ -9,9 +9,6 @@ SPEC_SRCS = \
|
||||||
comm.spec \
|
comm.spec \
|
||||||
dispdib.spec \
|
dispdib.spec \
|
||||||
kernel.spec \
|
kernel.spec \
|
||||||
ole2conv.spec \
|
|
||||||
ole2prox.spec \
|
|
||||||
ole2thk.spec \
|
|
||||||
system.spec \
|
system.spec \
|
||||||
toolhelp.spec \
|
toolhelp.spec \
|
||||||
wineps.spec \
|
wineps.spec \
|
||||||
|
|
Loading…
Reference in New Issue