[FUSION]
authorSylvain Petreolle <spetreolle@yahoo.fr>
Wed, 9 May 2012 22:12:07 +0000 (22:12 +0000)
committerSylvain Petreolle <spetreolle@yahoo.fr>
Wed, 9 May 2012 22:12:07 +0000 (22:12 +0000)
Add a 4th instance of fusion.dll back into system32.
(doesnt match any actual windows system but needed for wine's msi.)

svn path=/trunk/; revision=56556

reactos/dll/win32/fusion/CMakeLists.txt

index 591ecc9..241cdcb 100644 (file)
@@ -26,3 +26,4 @@ add_importlibs(fusion shlwapi advapi32 dbghelp user32 msvcrt kernel32 ntdll)
 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)
\ No newline at end of file