Author: spetreolle Date: Wed May 9 22:12:07 2012 New Revision: 56556
URL: http://svn.reactos.org/svn/reactos?rev=56556&view=rev Log: [FUSION] Add a 4th instance of fusion.dll back into system32. (doesnt match any actual windows system but needed for wine's msi.)
Modified: trunk/reactos/dll/win32/fusion/CMakeLists.txt
Modified: trunk/reactos/dll/win32/fusion/CMakeLists.txt URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/fusion/CMakeLists... ============================================================================== --- trunk/reactos/dll/win32/fusion/CMakeLists.txt [iso-8859-1] (original) +++ trunk/reactos/dll/win32/fusion/CMakeLists.txt [iso-8859-1] Wed May 9 22:12:07 2012 @@ -26,3 +26,4 @@ add_cd_file(TARGET fusion DESTINATION reactos/Microsoft.NET/Framework/v1.0.3705 FOR all) add_cd_file(TARGET fusion DESTINATION reactos/Microsoft.NET/Framework/v1.1.4322 FOR all) add_cd_file(TARGET fusion DESTINATION reactos/Microsoft.NET/Framework/v2.0.50727 FOR all) +add_cd_file(TARGET fusion DESTINATION reactos/system32 FOR all)