Made ddraw and dinput separate dlls.
commitddce652cae19a552fb9d4f60dbf14fe595fedd1b
authorAlexandre Julliard <julliard@winehq.org>
Fri, 17 Mar 2000 16:58:10 +0000 (17 16:58 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 17 Mar 2000 16:58:10 +0000 (17 16:58 +0000)
tree64a7b9fe9702b880bae6596e6a837da378780d71
parent12f29b5076ac3ae090a48959b89251f62094da3e
Made ddraw and dinput separate dlls.
25 files changed:
Make.rules.in
configure
configure.in
dlls/Makefile.in
dlls/ddraw/.cvsignore [new file with mode: 0644]
dlls/ddraw/Makefile.in [new file with mode: 0644]
dlls/ddraw/d3d_private.h [moved from graphics/d3d_private.h with 100% similarity]
dlls/ddraw/d3dcommon.c [moved from graphics/d3dcommon.c with 100% similarity]
dlls/ddraw/d3ddevices.c [moved from graphics/d3ddevices.c with 100% similarity]
dlls/ddraw/d3dexecutebuffer.c [moved from graphics/d3dexecutebuffer.c with 100% similarity]
dlls/ddraw/d3dlight.c [moved from graphics/d3dlight.c with 100% similarity]
dlls/ddraw/d3dmaterial.c [moved from graphics/d3dmaterial.c with 100% similarity]
dlls/ddraw/d3dtexture.c [moved from graphics/d3dtexture.c with 100% similarity]
dlls/ddraw/d3dviewport.c [moved from graphics/d3dviewport.c with 100% similarity]
dlls/ddraw/ddraw.spec [moved from relay32/ddraw.spec with 100% similarity]
dlls/ddraw/ddraw_main.c [moved from graphics/ddraw.c with 100% similarity]
dlls/ddraw/ddraw_private.h [moved from graphics/ddraw_private.h with 100% similarity]
dlls/dinput/.cvsignore [new file with mode: 0644]
dlls/dinput/Makefile.in [new file with mode: 0644]
dlls/dinput/dinput.spec [moved from relay32/dinput.spec with 100% similarity]
dlls/dinput/dinput_main.c [moved from windows/dinput.c with 99% similarity]
graphics/Makefile.in
graphics/vga.c
relay32/Makefile.in
windows/Makefile.in