Created separate libraries for dplay, shfolder, shlwapi, wow32 and
commitc607532ae429d3be56071056c2722c0217cca148
authorAlexandre Julliard <julliard@winehq.org>
Sun, 9 Jul 2000 11:19:35 +0000 (9 11:19 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Sun, 9 Jul 2000 11:19:35 +0000 (9 11:19 +0000)
tree16abb6f6f1e9889df333feff2ef44194afc4fa01
parent7d354131624f52284be2a638b38ecb5b0bc245fc
Created separate libraries for dplay, shfolder, shlwapi, wow32 and
wsock32 so that we have at most one Win32 dll in each .so library.
37 files changed:
Make.rules.in
configure
configure.in
dlls/Makefile.in
dlls/dplay/.cvsignore [new file with mode: 0644]
dlls/dplay/Makefile.in [copied from dlls/winsock/Makefile.in with 63% similarity]
dlls/dplay/dplay.spec [new file with mode: 0644]
dlls/dplayx/Makefile.in
dlls/dplayx/dplay.spec [deleted file]
dlls/kernel/.cvsignore
dlls/kernel/Makefile.in
dlls/kernel/wow32.spec [deleted file]
dlls/shell32/Makefile.in
dlls/shell32/shell32_main.c
dlls/shell32/shell32_main.h
dlls/shell32/shellord.c
dlls/shell32/shfolder.spec [deleted file]
dlls/shfolder/.cvsignore [new file with mode: 0644]
dlls/shfolder/Makefile.in [copied from dlls/winsock/Makefile.in with 63% similarity]
dlls/shfolder/shfolder.spec [new file with mode: 0644]
dlls/shlwapi/.cvsignore [new file with mode: 0644]
dlls/shlwapi/Makefile.in [copied from dlls/winsock/Makefile.in with 68% similarity]
dlls/shlwapi/ordinal.c [new file with mode: 0644]
dlls/shlwapi/shlwapi.spec [moved from dlls/shell32/shlwapi.spec with 87% similarity]
dlls/shlwapi/shlwapi_main.c [new file with mode: 0644]
dlls/winsock/.cvsignore
dlls/winsock/Makefile.in
dlls/winsock/socket.c
dlls/winsock/ws2_32.spec
dlls/winsock/wsock32.spec [deleted file]
dlls/wow32/.cvsignore [new file with mode: 0644]
dlls/wow32/Makefile.in [copied from dlls/winsock/Makefile.in with 63% similarity]
dlls/wow32/wow32.spec [new file with mode: 0644]
dlls/wsock32/.cvsignore [copied from dlls/winsock/.cvsignore with 54% similarity]
dlls/wsock32/Makefile.in [copied from dlls/winsock/Makefile.in with 72% similarity]
dlls/wsock32/socket.c [new file with mode: 0644]
dlls/wsock32/wsock32.spec [new file with mode: 0644]