diff --git a/dll/directx/dsound_new/CMakeLists.txt b/dll/directx/dsound_new/CMakeLists.txt index eaff7964f1a2b..a64b3c25566ca 100644 --- a/dll/directx/dsound_new/CMakeLists.txt +++ b/dll/directx/dsound_new/CMakeLists.txt @@ -28,4 +28,4 @@ set_module_type(dsound win32dll) target_link_libraries(dsound dxguid uuid) add_importlibs(dsound winmm ole32 advapi32 setupapi ksuser user32 msvcrt kernel32 ntdll) add_pch(dsound precomp.h SOURCE) -add_cd_file(TARGET dsound DESTINATION reactos/system32 FOR all) +#add_cd_file(TARGET dsound DESTINATION reactos/system32 FOR all) diff --git a/dll/directx/wine/CMakeLists.txt b/dll/directx/wine/CMakeLists.txt index 32ea3d203cebc..040de74fa0deb 100644 --- a/dll/directx/wine/CMakeLists.txt +++ b/dll/directx/wine/CMakeLists.txt @@ -5,7 +5,7 @@ if (MSVC) add_compile_options(/wd4090 /wd4146) endif() -add_subdirectory(amstream) +#add_subdirectory(amstream) #add_subdirectory(d3d8) #add_subdirectory(d3d9) #add_subdirectory(d3dcompiler_43) diff --git a/dll/opengl/opengl32/CMakeLists.txt b/dll/opengl/opengl32/CMakeLists.txt index 86e7800d7796b..1b365558e8768 100644 --- a/dll/opengl/opengl32/CMakeLists.txt +++ b/dll/opengl/opengl32/CMakeLists.txt @@ -46,4 +46,4 @@ target_link_libraries(opengl32 set_module_type(opengl32 win32dll) add_importlibs(opengl32 gdi32 user32 advapi32 msvcrt kernel32 ntdll) add_pch(opengl32 opengl32.h SOURCE) -add_cd_file(TARGET opengl32 DESTINATION reactos/system32 FOR all) +#add_cd_file(TARGET opengl32 DESTINATION reactos/system32 FOR all) diff --git a/media/inf/syssetup.inf b/media/inf/syssetup.inf index 08bc1f1a269c9..e1e568e69a142 100644 --- a/media/inf/syssetup.inf +++ b/media/inf/syssetup.inf @@ -55,13 +55,13 @@ AddReg=Classes 11,,comcat.dll,1 11,,cryptdlg.dll,1 11,,cryptnet.dll,1 -11,,d3dxof.dll,1 +;11,,d3dxof.dll,1 ;11,,devenum.dll,1 11,,dinput.dll,1 11,,dinput8.dll,1 ;11,,dmusic.dll,1 ;11,,dplayx.dll,1 -11,,dsound.dll,1 +;11,,dsound.dll,1 11,,dxdiagn.dll,1 11,,fontext.dll,1 11,,hhctrl.ocx,1 @@ -96,10 +96,10 @@ AddReg=Classes 11,,olepro32.dll,1 11,,propsys.dll,1 11,,pstorec.dll,1 -11,,qedit.dll,1 +;11,,qedit.dll,1 11,,qmgr.dll,1 11,,qmgrprxy.dll,1 -11,,quartz.dll,1 +;11,,quartz.dll,1 11,,rpcrt4.dll,1 11,,rsabase.dll,1 11,,rsaenh.dll,1 diff --git a/modules/CMakeLists.txt b/modules/CMakeLists.txt index e58bd83a5f97b..f938d550cd273 100644 --- a/modules/CMakeLists.txt +++ b/modules/CMakeLists.txt @@ -69,4 +69,5 @@ if (MSDX) else() message(FATAL_ERROR "Please provide the MS DX package in modules.") endif() -endif() +endif()# +## \ No newline at end of file diff --git a/modules/MSDX-i386/drivers/DMusic.sys b/modules/MSDX-i386/drivers/DMusic.sys new file mode 100644 index 0000000000000..3c8bbec15bb85 Binary files /dev/null and b/modules/MSDX-i386/drivers/DMusic.sys differ diff --git a/modules/MSDX-i386/drivers/dxapi.sys b/modules/MSDX-i386/drivers/dxapi.sys new file mode 100644 index 0000000000000..20c33e6df99dd Binary files /dev/null and b/modules/MSDX-i386/drivers/dxapi.sys differ diff --git a/modules/MSDX-i386/drivers/dxg.sys b/modules/MSDX-i386/drivers/dxg.sys new file mode 100644 index 0000000000000..552334d68fa86 Binary files /dev/null and b/modules/MSDX-i386/drivers/dxg.sys differ diff --git a/modules/MSDX-i386/drivers/mcd.sys b/modules/MSDX-i386/drivers/mcd.sys new file mode 100644 index 0000000000000..5513fdb982dbd Binary files /dev/null and b/modules/MSDX-i386/drivers/mcd.sys differ diff --git a/modules/MSDX-i386/drivers/watchdog.sys b/modules/MSDX-i386/drivers/watchdog.sys new file mode 100644 index 0000000000000..d12c6725d4c79 Binary files /dev/null and b/modules/MSDX-i386/drivers/watchdog.sys differ diff --git a/modules/MSDX-i386/system32/amstream.dll b/modules/MSDX-i386/system32/amstream.dll new file mode 100644 index 0000000000000..1d12dc4f87f1f Binary files /dev/null and b/modules/MSDX-i386/system32/amstream.dll differ diff --git a/modules/MSDX-i386/system32/d3d8.dll b/modules/MSDX-i386/system32/d3d8.dll new file mode 100644 index 0000000000000..642b03c62d03e Binary files /dev/null and b/modules/MSDX-i386/system32/d3d8.dll differ diff --git a/modules/MSDX-i386/system32/d3d8thk.dll b/modules/MSDX-i386/system32/d3d8thk.dll new file mode 100644 index 0000000000000..b563e7388c288 Binary files /dev/null and b/modules/MSDX-i386/system32/d3d8thk.dll differ diff --git a/modules/MSDX-i386/system32/d3d9.dll b/modules/MSDX-i386/system32/d3d9.dll new file mode 100644 index 0000000000000..2c171057e3c93 Binary files /dev/null and b/modules/MSDX-i386/system32/d3d9.dll differ diff --git a/modules/MSDX-i386/system32/d3dim.dll b/modules/MSDX-i386/system32/d3dim.dll new file mode 100644 index 0000000000000..4d838366b2ddf Binary files /dev/null and b/modules/MSDX-i386/system32/d3dim.dll differ diff --git a/modules/MSDX-i386/system32/d3dim700.dll b/modules/MSDX-i386/system32/d3dim700.dll new file mode 100644 index 0000000000000..25f841b8249f6 Binary files /dev/null and b/modules/MSDX-i386/system32/d3dim700.dll differ diff --git a/modules/MSDX-i386/system32/d3dpmesh.dll b/modules/MSDX-i386/system32/d3dpmesh.dll new file mode 100644 index 0000000000000..46d3f85e3c657 Binary files /dev/null and b/modules/MSDX-i386/system32/d3dpmesh.dll differ diff --git a/modules/MSDX-i386/system32/d3dramp.dll b/modules/MSDX-i386/system32/d3dramp.dll new file mode 100644 index 0000000000000..32da1ddddbbe8 Binary files /dev/null and b/modules/MSDX-i386/system32/d3dramp.dll differ diff --git a/modules/MSDX-i386/system32/d3drm.dll b/modules/MSDX-i386/system32/d3drm.dll new file mode 100644 index 0000000000000..eecda3219eb0b Binary files /dev/null and b/modules/MSDX-i386/system32/d3drm.dll differ diff --git a/modules/MSDX-i386/system32/d3dxof.dll b/modules/MSDX-i386/system32/d3dxof.dll new file mode 100644 index 0000000000000..64087974a83b4 Binary files /dev/null and b/modules/MSDX-i386/system32/d3dxof.dll differ diff --git a/modules/MSDX-i386/system32/dciman32.dll b/modules/MSDX-i386/system32/dciman32.dll new file mode 100644 index 0000000000000..9e614128cf083 Binary files /dev/null and b/modules/MSDX-i386/system32/dciman32.dll differ diff --git a/modules/MSDX-i386/system32/ddraw.dll b/modules/MSDX-i386/system32/ddraw.dll new file mode 100644 index 0000000000000..1df00f5e5db36 Binary files /dev/null and b/modules/MSDX-i386/system32/ddraw.dll differ diff --git a/modules/MSDX-i386/system32/ddrawex.dll b/modules/MSDX-i386/system32/ddrawex.dll new file mode 100644 index 0000000000000..71d99c06454ca Binary files /dev/null and b/modules/MSDX-i386/system32/ddrawex.dll differ diff --git a/modules/MSDX-i386/system32/devenum.dll b/modules/MSDX-i386/system32/devenum.dll new file mode 100644 index 0000000000000..07665e2d467de Binary files /dev/null and b/modules/MSDX-i386/system32/devenum.dll differ diff --git a/modules/MSDX-i386/system32/diactfrm.dll b/modules/MSDX-i386/system32/diactfrm.dll new file mode 100644 index 0000000000000..fcfaad58baf78 Binary files /dev/null and b/modules/MSDX-i386/system32/diactfrm.dll differ diff --git a/modules/MSDX-i386/system32/dimap.dll b/modules/MSDX-i386/system32/dimap.dll new file mode 100644 index 0000000000000..22a328e866757 Binary files /dev/null and b/modules/MSDX-i386/system32/dimap.dll differ diff --git a/modules/MSDX-i386/system32/dmusic.dll b/modules/MSDX-i386/system32/dmusic.dll new file mode 100644 index 0000000000000..a2924adad617e Binary files /dev/null and b/modules/MSDX-i386/system32/dmusic.dll differ diff --git a/modules/MSDX-i386/system32/dpcdll.dll b/modules/MSDX-i386/system32/dpcdll.dll new file mode 100644 index 0000000000000..b93f5889ef9f6 Binary files /dev/null and b/modules/MSDX-i386/system32/dpcdll.dll differ diff --git a/modules/MSDX-i386/system32/dplay.dll b/modules/MSDX-i386/system32/dplay.dll new file mode 100644 index 0000000000000..53a30422c90ad Binary files /dev/null and b/modules/MSDX-i386/system32/dplay.dll differ diff --git a/modules/MSDX-i386/system32/dplaysvr.exe b/modules/MSDX-i386/system32/dplaysvr.exe new file mode 100644 index 0000000000000..d9faaeb406d70 Binary files /dev/null and b/modules/MSDX-i386/system32/dplaysvr.exe differ diff --git a/modules/MSDX-i386/system32/dplayx.dll b/modules/MSDX-i386/system32/dplayx.dll new file mode 100644 index 0000000000000..1f1a8e485fced Binary files /dev/null and b/modules/MSDX-i386/system32/dplayx.dll differ diff --git a/modules/MSDX-i386/system32/dpmodemx.dll b/modules/MSDX-i386/system32/dpmodemx.dll new file mode 100644 index 0000000000000..fe984a51b72a0 Binary files /dev/null and b/modules/MSDX-i386/system32/dpmodemx.dll differ diff --git a/modules/MSDX-i386/system32/dpnaddr.dll b/modules/MSDX-i386/system32/dpnaddr.dll new file mode 100644 index 0000000000000..27f7ea21dfd63 Binary files /dev/null and b/modules/MSDX-i386/system32/dpnaddr.dll differ diff --git a/modules/MSDX-i386/system32/dpnet.dll b/modules/MSDX-i386/system32/dpnet.dll new file mode 100644 index 0000000000000..e80472f734d81 Binary files /dev/null and b/modules/MSDX-i386/system32/dpnet.dll differ diff --git a/modules/MSDX-i386/system32/dpnhpast.dll b/modules/MSDX-i386/system32/dpnhpast.dll new file mode 100644 index 0000000000000..0e5e5e4f19321 Binary files /dev/null and b/modules/MSDX-i386/system32/dpnhpast.dll differ diff --git a/modules/MSDX-i386/system32/dpnhupnp.dll b/modules/MSDX-i386/system32/dpnhupnp.dll new file mode 100644 index 0000000000000..1186f0e218bfd Binary files /dev/null and b/modules/MSDX-i386/system32/dpnhupnp.dll differ diff --git a/modules/MSDX-i386/system32/dpnlobby.dll b/modules/MSDX-i386/system32/dpnlobby.dll new file mode 100644 index 0000000000000..7bed696d27911 Binary files /dev/null and b/modules/MSDX-i386/system32/dpnlobby.dll differ diff --git a/modules/MSDX-i386/system32/dpnmodem.dll b/modules/MSDX-i386/system32/dpnmodem.dll new file mode 100644 index 0000000000000..15b872f54594f Binary files /dev/null and b/modules/MSDX-i386/system32/dpnmodem.dll differ diff --git a/modules/MSDX-i386/system32/dpnsvr.exe b/modules/MSDX-i386/system32/dpnsvr.exe new file mode 100644 index 0000000000000..ba0f878c4817f Binary files /dev/null and b/modules/MSDX-i386/system32/dpnsvr.exe differ diff --git a/modules/MSDX-i386/system32/dpnwsock.dll b/modules/MSDX-i386/system32/dpnwsock.dll new file mode 100644 index 0000000000000..4ee4af302ccb5 Binary files /dev/null and b/modules/MSDX-i386/system32/dpnwsock.dll differ diff --git a/modules/MSDX-i386/system32/dpserial.dll b/modules/MSDX-i386/system32/dpserial.dll new file mode 100644 index 0000000000000..5f19103eae18c Binary files /dev/null and b/modules/MSDX-i386/system32/dpserial.dll differ diff --git a/modules/MSDX-i386/system32/dpvacm.dll b/modules/MSDX-i386/system32/dpvacm.dll new file mode 100644 index 0000000000000..5161538aba2d4 Binary files /dev/null and b/modules/MSDX-i386/system32/dpvacm.dll differ diff --git a/modules/MSDX-i386/system32/dpvoice.dll b/modules/MSDX-i386/system32/dpvoice.dll new file mode 100644 index 0000000000000..271b499d2f710 Binary files /dev/null and b/modules/MSDX-i386/system32/dpvoice.dll differ diff --git a/modules/MSDX-i386/system32/dpvsetup.exe b/modules/MSDX-i386/system32/dpvsetup.exe new file mode 100644 index 0000000000000..1f26b01c0c35a Binary files /dev/null and b/modules/MSDX-i386/system32/dpvsetup.exe differ diff --git a/modules/MSDX-i386/system32/dpvvox.dll b/modules/MSDX-i386/system32/dpvvox.dll new file mode 100644 index 0000000000000..37b8a735e8682 Binary files /dev/null and b/modules/MSDX-i386/system32/dpvvox.dll differ diff --git a/modules/MSDX-i386/system32/dpwsock.dll b/modules/MSDX-i386/system32/dpwsock.dll new file mode 100644 index 0000000000000..cdee68d63881f Binary files /dev/null and b/modules/MSDX-i386/system32/dpwsock.dll differ diff --git a/modules/MSDX-i386/system32/dpwsockx.dll b/modules/MSDX-i386/system32/dpwsockx.dll new file mode 100644 index 0000000000000..582a4041f2895 Binary files /dev/null and b/modules/MSDX-i386/system32/dpwsockx.dll differ diff --git a/modules/MSDX-i386/system32/dsdmo.dll b/modules/MSDX-i386/system32/dsdmo.dll new file mode 100644 index 0000000000000..924fdeb5ca570 Binary files /dev/null and b/modules/MSDX-i386/system32/dsdmo.dll differ diff --git a/modules/MSDX-i386/system32/dsdmoprp.dll b/modules/MSDX-i386/system32/dsdmoprp.dll new file mode 100644 index 0000000000000..46fb3662793ec Binary files /dev/null and b/modules/MSDX-i386/system32/dsdmoprp.dll differ diff --git a/modules/MSDX-i386/system32/dsound.dll b/modules/MSDX-i386/system32/dsound.dll new file mode 100644 index 0000000000000..c526b057ae32e Binary files /dev/null and b/modules/MSDX-i386/system32/dsound.dll differ diff --git a/modules/MSDX-i386/system32/dsound.vxd b/modules/MSDX-i386/system32/dsound.vxd new file mode 100644 index 0000000000000..6480484a2cecf --- /dev/null +++ b/modules/MSDX-i386/system32/dsound.vxd @@ -0,0 +1 @@ +This file is present for DX games who check for its existence before installing diff --git a/modules/MSDX-i386/system32/dsound3d.dll b/modules/MSDX-i386/system32/dsound3d.dll new file mode 100644 index 0000000000000..5fa21c85faf5a Binary files /dev/null and b/modules/MSDX-i386/system32/dsound3d.dll differ diff --git a/modules/MSDX-i386/system32/dx7vb.dll b/modules/MSDX-i386/system32/dx7vb.dll new file mode 100644 index 0000000000000..60c80049efeae Binary files /dev/null and b/modules/MSDX-i386/system32/dx7vb.dll differ diff --git a/modules/MSDX-i386/system32/dx8vb.dll b/modules/MSDX-i386/system32/dx8vb.dll new file mode 100644 index 0000000000000..323153a035044 Binary files /dev/null and b/modules/MSDX-i386/system32/dx8vb.dll differ diff --git a/modules/MSDX-i386/system32/dxdiag.exe b/modules/MSDX-i386/system32/dxdiag.exe new file mode 100644 index 0000000000000..3740a14dfa9f4 Binary files /dev/null and b/modules/MSDX-i386/system32/dxdiag.exe differ diff --git a/modules/MSDX-i386/system32/dxdiagn.dll b/modules/MSDX-i386/system32/dxdiagn.dll new file mode 100644 index 0000000000000..c04903e252a7d Binary files /dev/null and b/modules/MSDX-i386/system32/dxdiagn.dll differ diff --git a/modules/MSDX-i386/system32/dxmasf.dll b/modules/MSDX-i386/system32/dxmasf.dll new file mode 100644 index 0000000000000..709a7430813d1 Binary files /dev/null and b/modules/MSDX-i386/system32/dxmasf.dll differ diff --git a/modules/MSDX-i386/system32/dxtmsft.dll b/modules/MSDX-i386/system32/dxtmsft.dll new file mode 100644 index 0000000000000..26febb2024ff4 Binary files /dev/null and b/modules/MSDX-i386/system32/dxtmsft.dll differ diff --git a/modules/MSDX-i386/system32/dxtrans.dll b/modules/MSDX-i386/system32/dxtrans.dll new file mode 100644 index 0000000000000..83184def826be Binary files /dev/null and b/modules/MSDX-i386/system32/dxtrans.dll differ diff --git a/modules/MSDX-i386/system32/mcd32.dll b/modules/MSDX-i386/system32/mcd32.dll new file mode 100644 index 0000000000000..598c27b736585 Binary files /dev/null and b/modules/MSDX-i386/system32/mcd32.dll differ diff --git a/modules/MSDX-i386/system32/mcdsrv32.dll b/modules/MSDX-i386/system32/mcdsrv32.dll new file mode 100644 index 0000000000000..6440a26a286c3 Binary files /dev/null and b/modules/MSDX-i386/system32/mcdsrv32.dll differ diff --git a/modules/MSDX-i386/system32/opengl32.dll b/modules/MSDX-i386/system32/opengl32.dll new file mode 100644 index 0000000000000..c15e94aa725b3 Binary files /dev/null and b/modules/MSDX-i386/system32/opengl32.dll differ diff --git a/modules/MSDX-i386/system32/qcap.dll b/modules/MSDX-i386/system32/qcap.dll new file mode 100644 index 0000000000000..fb83da8b9f3ae Binary files /dev/null and b/modules/MSDX-i386/system32/qcap.dll differ diff --git a/modules/MSDX-i386/system32/qcliprov.dll b/modules/MSDX-i386/system32/qcliprov.dll new file mode 100644 index 0000000000000..e6d78b569ac1f Binary files /dev/null and b/modules/MSDX-i386/system32/qcliprov.dll differ diff --git a/modules/MSDX-i386/system32/qdv.dll b/modules/MSDX-i386/system32/qdv.dll new file mode 100644 index 0000000000000..922ab8c0a4299 Binary files /dev/null and b/modules/MSDX-i386/system32/qdv.dll differ diff --git a/modules/MSDX-i386/system32/qdvd.dll b/modules/MSDX-i386/system32/qdvd.dll new file mode 100644 index 0000000000000..7d3f66fc0e62e Binary files /dev/null and b/modules/MSDX-i386/system32/qdvd.dll differ diff --git a/modules/MSDX-i386/system32/quartz.dll b/modules/MSDX-i386/system32/quartz.dll new file mode 100644 index 0000000000000..3138b6613543c Binary files /dev/null and b/modules/MSDX-i386/system32/quartz.dll differ diff --git a/modules/MSDX-i386/system32/wglgears.exe b/modules/MSDX-i386/system32/wglgears.exe new file mode 100644 index 0000000000000..f628f0cf0d57d Binary files /dev/null and b/modules/MSDX-i386/system32/wglgears.exe differ diff --git a/win32ss/drivers/watchdog/CMakeLists.txt b/win32ss/drivers/watchdog/CMakeLists.txt index 89fb064de8aed..52bff931e7ff8 100644 --- a/win32ss/drivers/watchdog/CMakeLists.txt +++ b/win32ss/drivers/watchdog/CMakeLists.txt @@ -7,4 +7,4 @@ add_library(watchdog MODULE set_module_type(watchdog kernelmodedriver) add_importlibs(watchdog ntoskrnl) -add_cd_file(TARGET watchdog DESTINATION reactos/system32/drivers FOR all) +#add_cd_file(TARGET watchdog DESTINATION reactos/system32/drivers FOR all)