summaryrefslogtreecommitdiffstats
path: root/data/wixl/gmp.wxi
blob: ce62ae05b72547e0bec1ac82fc2ec8da5725f3f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="utf-8"?>
<?require gcc.wxi?>

<Include xmlns="http://schemas.microsoft.com/wix/2006/wi">
  <Fragment>
    <DirectoryRef Id="INSTALLDIR">
      <Directory Id="dirEC46AD626BCD898D01A0DEE1610DCD27" Name="bin">
        <Component Win64="$(var.Win64)" Id="cmp0EE51670A82496B36B97670C3C0E50BA" Guid="*">
          <File Id="filD5351501BA31874AFFFA329B749B82CB" KeyPath="yes" Source="$(var.SourceDir)/bin/libgmp-10.dll"/>
        </Component>
      </Directory>
    </DirectoryRef>
  </Fragment>
  <Fragment>
    <ComponentGroup Id="CG.gmp">
      <ComponentGroupRef Id="CG.gcc"/>
      <ComponentRef Id="cmp0EE51670A82496B36B97670C3C0E50BA"/>
    </ComponentGroup>
  </Fragment>
</Include>