summaryrefslogtreecommitdiffstats
path: root/data/wixl/pthreads.wxi
blob: e8c522c9557ddf8a84847a7306f8397e865bec13 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="utf-8"?>
<Include xmlns="http://schemas.microsoft.com/wix/2006/wi">
  <Fragment>
    <DirectoryRef Id="INSTALLDIR">
      <Directory Id="dir878989759FF40709F1E57A1AA271CD64" Name="bin">
        <Component Win64="$(var.Win64)" Id="cmpC7F5F9657618731FC790A2D04A0B82F1" Guid="*">
          <File Id="fil574EDF9AF37AA0BBEBAD8BE3343CCFFB" KeyPath="yes" Source="$(var.SourceDir)/bin/pthreadGC2.dll"/>
        </Component>
        <Component Win64="$(var.Win64)" Id="cmp0FAF3F8B19D8199505D11EC82E3A2040" Guid="*">
          <File Id="fil92009A98E71AC037270825D4B31CD0B3" KeyPath="yes" Source="$(var.SourceDir)/bin/pthreadGCE2.dll"/>
        </Component>
        </Directory>
    </DirectoryRef>
  </Fragment>
  <Fragment>
    <ComponentGroup Id="CG.pthreads">
      <ComponentRef Id="cmpC7F5F9657618731FC790A2D04A0B82F1"/>
      <ComponentRef Id="cmp0FAF3F8B19D8199505D11EC82E3A2040"/>
    </ComponentGroup>
  </Fragment>
</Include>