Moved bulk of OLE implementation to dlls/ subdirectories.
commit2a722f498a8dffcea099de40bae405546f89daa4
authorUlrich Weigand <weigand@informatik.uni-erlangen.de>
Sun, 19 Sep 1999 18:36:53 +0000 (19 18:36 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Sun, 19 Sep 1999 18:36:53 +0000 (19 18:36 +0000)
treee18e7caa39e6641b44c4983b9a399b2cd9179101
parent4352c7a9d0acbe9f805c7fa70f4ea518a3e54424
Moved bulk of OLE implementation to dlls/ subdirectories.
65 files changed:
Makefile.in
configure
configure.in
dlls/Makefile.in
dlls/ole32/.cvsignore [new file with mode: 0644]
dlls/ole32/Makefile.in [copied from ole/Makefile.in with 67% similarity]
dlls/ole32/antimoniker.c [moved from ole/antimoniker.c with 100% similarity]
dlls/ole32/bindctx.c [moved from ole/bindctx.c with 100% similarity]
dlls/ole32/clipboard.c [moved from ole/clipboard.c with 100% similarity]
dlls/ole32/compobj.c [moved from ole/compobj.c with 100% similarity]
dlls/ole32/compobj.spec [moved from if1632/compobj.spec with 100% similarity]
dlls/ole32/compositemoniker.c [moved from ole/compositemoniker.c with 100% similarity]
dlls/ole32/datacache.c [moved from ole/datacache.c with 100% similarity]
dlls/ole32/defaulthandler.c [moved from ole/defaulthandler.c with 100% similarity]
dlls/ole32/filemoniker.c [moved from ole/filemoniker.c with 100% similarity]
dlls/ole32/hglobalstream.c [moved from ole/hglobalstream.c with 100% similarity]
dlls/ole32/ifs.c [moved from ole/ifs.c with 100% similarity]
dlls/ole32/ifs.h [moved from ole/ifs.h with 100% similarity]
dlls/ole32/itemmoniker.c [moved from ole/itemmoniker.c with 100% similarity]
dlls/ole32/memlockbytes.c [moved from ole/memlockbytes.c with 100% similarity]
dlls/ole32/moniker.c [moved from ole/moniker.c with 100% similarity]
dlls/ole32/ole2.c [moved from ole/ole2.c with 100% similarity]
dlls/ole32/ole2.spec [moved from if1632/ole2.spec with 100% similarity]
dlls/ole32/ole2stubs.c [moved from ole/ole2stubs.c with 100% similarity]
dlls/ole32/ole32.spec [moved from relay32/ole32.spec with 100% similarity]
dlls/ole32/oleobj.c [moved from ole/oleobj.c with 100% similarity]
dlls/ole32/stg_bigblockfile.c [moved from ole/stg_bigblockfile.c with 100% similarity]
dlls/ole32/stg_stream.c [moved from ole/stg_stream.c with 100% similarity]
dlls/ole32/storage.c [moved from ole/storage.c with 100% similarity]
dlls/ole32/storage.spec [moved from if1632/storage.spec with 100% similarity]
dlls/ole32/storage32.c [moved from ole/storage32.c with 100% similarity]
dlls/ole32/storage32.h [moved from ole/storage32.h with 100% similarity]
dlls/oleaut32/.cvsignore [new file with mode: 0644]
dlls/oleaut32/Makefile.in [new file with mode: 0644]
dlls/oleaut32/ole2disp.c [moved from ole/ole2disp.c with 100% similarity]
dlls/oleaut32/ole2disp.spec [moved from if1632/ole2disp.spec with 100% similarity]
dlls/oleaut32/oleaut.c [moved from ole/oleaut32.c with 100% similarity]
dlls/oleaut32/oleaut32.spec [moved from relay32/oleaut32.spec with 100% similarity]
dlls/oleaut32/olefont.c [moved from ole/olefont.c with 100% similarity]
dlls/oleaut32/parsedt.c [moved from ole/parsedt.c with 100% similarity]
dlls/oleaut32/parsedt.h [moved from ole/parsedt.h with 100% similarity]
dlls/oleaut32/safearray.c [moved from ole/safearray.c with 100% similarity]
dlls/oleaut32/typelib.c [moved from ole/typelib.c with 100% similarity]
dlls/oleaut32/typelib.h [moved from ole/typelib.h with 100% similarity]
dlls/oleaut32/typelib.spec [moved from if1632/typelib.spec with 100% similarity]
dlls/oleaut32/variant.c [moved from ole/variant.c with 100% similarity]
dlls/olecli/.cvsignore [new file with mode: 0644]
dlls/olecli/Makefile.in [new file with mode: 0644]
dlls/olecli/olecli.spec [moved from if1632/olecli.spec with 100% similarity]
dlls/olecli/olecli32.spec [moved from relay32/olecli32.spec with 100% similarity]
dlls/olecli/olecli_main.c [moved from ole/olecli.c with 100% similarity]
dlls/oledlg/.cvsignore [new file with mode: 0644]
dlls/oledlg/Makefile.in [new file with mode: 0644]
dlls/oledlg/oledlg.spec [moved from relay32/oledlg.spec with 100% similarity]
dlls/oledlg/oledlg_main.c [moved from ole/oledlg.c with 100% similarity]
dlls/olesvr/.cvsignore [new file with mode: 0644]
dlls/olesvr/Makefile.in [new file with mode: 0644]
dlls/olesvr/olesvr.spec [moved from if1632/olesvr.spec with 100% similarity]
dlls/olesvr/olesvr32.spec [moved from relay32/olesvr32.spec with 100% similarity]
dlls/olesvr/olesvr_main.c [moved from ole/olesvr.c with 100% similarity]
if1632/.cvsignore
if1632/Makefile.in
ole/Makefile.in
relay32/.cvsignore
relay32/Makefile.in