[msitools] wxi: add winpthreads
- From: Marc-Andre Lureau <malureau src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [msitools] wxi: add winpthreads
- Date: Mon, 10 Feb 2014 10:51:17 +0000 (UTC)
commit 60e50d406ed1a5a4b5b7719bf5d6b00d1f29eae9
Author: Marc-André Lureau <marcandre lureau gmail com>
Date: Mon Feb 10 11:31:27 2014 +0100
wxi: add winpthreads
data/Makefile.am | 1 +
data/wixl/winpthreads.wxi | 17 +++++++++++++++++
2 files changed, 18 insertions(+), 0 deletions(-)
---
diff --git a/data/Makefile.am b/data/Makefile.am
index 2411bae..e983e12 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -59,6 +59,7 @@ dist_wxi_DATA = \
wixl/usbredir.wxi \
wixl/win-iconv.wxi \
wixl/zlib.wxi \
+ wixl/winpthreads.wxi \
$(NULL)
diff --git a/data/wixl/winpthreads.wxi b/data/wixl/winpthreads.wxi
new file mode 100644
index 0000000..177c486
--- /dev/null
+++ b/data/wixl/winpthreads.wxi
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Include xmlns="http://schemas.microsoft.com/wix/2006/wi">
+ <Fragment>
+ <DirectoryRef Id="INSTALLDIR">
+ <Directory Id="dir3A52CE780950D4D969792A2559CD519D" Name="bin">
+ <Component Win64="$(var.Win64)" Id="cmp5648F8ED8EFC91809ECF3B09E70ECFC7" Guid="*">
+ <File Id="fil5A70AA822BB510BC0A33CDF7FC2B380A" KeyPath="yes"
Source="$(var.SourceDir)/bin/libwinpthread-1.dll"/>
+ </Component>
+ </Directory>
+ </DirectoryRef>
+ </Fragment>
+ <Fragment>
+ <ComponentGroup Id="CG.winpthreads">
+ <ComponentRef Id="cmp5648F8ED8EFC91809ECF3B09E70ECFC7"/>
+ </ComponentGroup>
+ </Fragment>
+</Include>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]