Author: spetreolle Date: Wed Oct 13 19:20:54 2010 New Revision: 49138
URL: http://svn.reactos.org/svn/reactos?rev=49138&view=rev Log: [CMAKE] Improve amstream and msdmo.
Modified: branches/cmake-bringup/dll/directx/amstream/CMakeLists.txt branches/cmake-bringup/dll/directx/msdmo/CMakeLists.txt
Modified: branches/cmake-bringup/dll/directx/amstream/CMakeLists.txt URL: http://svn.reactos.org/svn/reactos/branches/cmake-bringup/dll/directx/amstre... ============================================================================== --- branches/cmake-bringup/dll/directx/amstream/CMakeLists.txt [iso-8859-1] (original) +++ branches/cmake-bringup/dll/directx/amstream/CMakeLists.txt [iso-8859-1] Wed Oct 13 19:20:54 2010 @@ -29,4 +29,4 @@ kernel32 ntdll)
-add_dependencies(amstream amstream_def) +add_dependencies(amstream amstream_def dxsdk)
Modified: branches/cmake-bringup/dll/directx/msdmo/CMakeLists.txt URL: http://svn.reactos.org/svn/reactos/branches/cmake-bringup/dll/directx/msdmo/... ============================================================================== --- branches/cmake-bringup/dll/directx/msdmo/CMakeLists.txt [iso-8859-1] (original) +++ branches/cmake-bringup/dll/directx/msdmo/CMakeLists.txt [iso-8859-1] Wed Oct 13 19:20:54 2010 @@ -25,4 +25,4 @@ kernel32 ntdll)
-add_dependencies(msdmo msdmo_def psdk buildno_header) +add_dependencies(msdmo msdmo_def dxdsk psdk buildno_header)