From a6215fa0e7132562e2b7e31c1dea1f45e9e67dc4 Mon Sep 17 00:00:00 2001 From: baldurk Date: Wed, 5 Jul 2017 21:51:43 +0100 Subject: [PATCH] Include the GCN plugins in the build process --- scripts/dist.sh | 4 ++++ scripts/installer/Installer32.wxs | 14 ++++++++++++++ scripts/installer/Installer64.wxs | 14 ++++++++++++++ 3 files changed, 32 insertions(+) diff --git a/scripts/dist.sh b/scripts/dist.sh index 5d8d554ab..618507ede 100644 --- a/scripts/dist.sh +++ b/scripts/dist.sh @@ -51,6 +51,10 @@ cp /c/Program\ Files\ \(x86\)/Windows\ Kits/8.1/Redist/D3D/x86/d3dcompiler_47.dl cp LICENSE.md Documentation/htmlhelp/*.chm dist/Release64/ cp LICENSE.md Documentation/htmlhelp/*.chm dist/Release32/ +# Copy in appropriate plugins folder if they exist +cp -R plugins-win64/ dist/Release64/plugins +cp -R plugins-win32/ dist/Release32/plugins + # Delete new VS2015 incremental pdb files, these are just build artifacts # and aren't needed for later symbol resolution etc find dist/Release{32,64}/ -iname '*.ipdb' -exec rm '{}' \; diff --git a/scripts/installer/Installer32.wxs b/scripts/installer/Installer32.wxs index e45b75c49..823b7095c 100644 --- a/scripts/installer/Installer32.wxs +++ b/scripts/installer/Installer32.wxs @@ -140,6 +140,18 @@ + + + + + + + + + + + + @@ -246,6 +258,8 @@ + + diff --git a/scripts/installer/Installer64.wxs b/scripts/installer/Installer64.wxs index 55641db75..ad180a80c 100644 --- a/scripts/installer/Installer64.wxs +++ b/scripts/installer/Installer64.wxs @@ -129,6 +129,18 @@ + + + + + + + + + + + + @@ -264,6 +276,8 @@ + +