summaryrefslogtreecommitdiffstats
path: root/data/wixl/pthreads.wxi
diff options
context:
space:
mode:
Diffstat (limited to 'data/wixl/pthreads.wxi')
-rw-r--r--data/wixl/pthreads.wxi21
1 files changed, 21 insertions, 0 deletions
diff --git a/data/wixl/pthreads.wxi b/data/wixl/pthreads.wxi
new file mode 100644
index 0000000..9a1ccde
--- /dev/null
+++ b/data/wixl/pthreads.wxi
@@ -0,0 +1,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 Id="cmpC7F5F9657618731FC790A2D04A0B82F1" Guid="*">
+ <File Id="fil574EDF9AF37AA0BBEBAD8BE3343CCFFB" KeyPath="yes" Source="$(var.SourceDir)/bin/pthreadGC2.dll"/>
+ </Component>
+ <Component 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>