diff --git a/projects/msvc/GLideN64.vcxproj b/projects/msvc/GLideN64.vcxproj index e11ad3c7..4daf237d 100644 --- a/projects/msvc/GLideN64.vcxproj +++ b/projects/msvc/GLideN64.vcxproj @@ -185,8 +185,10 @@ copy /Y "$(OutDir)$(TargetName).*" "$(N64PluginsDir)" ) Copy result to plugins folder - if NOT "$(Mupen64PluginsDir)" == "" (if not exist "$(Mupen64PluginsDir)" mkdir "$(Mupen64PluginsDir)" + if NOT "$(Mupen64PluginsDir)" == "" (if not exist "$(Mupen64PluginsDir)" mkdir "$(Mupen64PluginsDir)" copy /Y "$(OutDir)$(TargetName).*" "$(Mupen64PluginsDir)") + if NOT "$(Mupen64PluginsDir_x64)" == "" (if not exist "$(Mupen64PluginsDir_x64)" mkdir "$(Mupen64PluginsDir_x64)" +copy /Y "$(OutDir)$(TargetName).*" "$(Mupen64PluginsDir_x64)")