summaryrefslogtreecommitdiffstats
path: root/data/wixl/gcc.wxi
diff options
context:
space:
mode:
Diffstat (limited to 'data/wixl/gcc.wxi')
-rw-r--r--data/wixl/gcc.wxi22
1 files changed, 22 insertions, 0 deletions
diff --git a/data/wixl/gcc.wxi b/data/wixl/gcc.wxi
new file mode 100644
index 0000000..c42a5ef
--- /dev/null
+++ b/data/wixl/gcc.wxi
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Include xmlns="http://schemas.microsoft.com/wix/2006/wi">
+ <Fragment>
+ <DirectoryRef Id="INSTALLDIR">
+ <Directory Id="dir4920EE8CC0DF53D7912686315C7AFEB4" Name="bin">
+ <Component Win64="$(var.Win64)" Id="cmp23A396DF6DA34DEDBF531E5264BF86AA" Guid="*">
+<!-- gcc 4.8 uses SEH -->
+<?if $(var.Win64) = "yes"?>
+ <File Id="fil246F7D773B308C471E32C8FB3BE85730" KeyPath="yes" Source="$(var.SourceDir)/bin/libgcc_s_seh-1.dll"/>
+<?else?>
+ <File Id="filDC11F2B0D7B6BE3CCA2B5003E81CC8F1" KeyPath="yes" Source="$(var.SourceDir)/bin/libgcc_s_sjlj-1.dll"/>
+<?endif?>
+ </Component>
+ </Directory>
+ </DirectoryRef>
+ </Fragment>
+ <Fragment>
+ <ComponentGroup Id="CG.gcc">
+ <ComponentRef Id="cmp23A396DF6DA34DEDBF531E5264BF86AA"/>
+ </ComponentGroup>
+ </Fragment>
+</Include>