summaryrefslogtreecommitdiffstats
path: root/data/wixl/pthreads.wxi
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@gmail.com>2013-04-12 05:21:57 +0200
committerMarc-André Lureau <marcandre.lureau@gmail.com>2013-04-12 05:25:18 +0200
commitaf33db47329ee68f5b852cf80f54369b73469380 (patch)
treec2cc36a84d9a3202144807cbd4c686695e3f1deb /data/wixl/pthreads.wxi
parent7c555f67e8a3e55c980882679359ae1ee7bf31ae (diff)
downloadmsitools-af33db47329ee68f5b852cf80f54369b73469380.tar.gz
msitools-af33db47329ee68f5b852cf80f54369b73469380.tar.xz
msitools-af33db47329ee68f5b852cf80f54369b73469380.zip
Add Win64 attribute over all Component
Diffstat (limited to 'data/wixl/pthreads.wxi')
-rw-r--r--data/wixl/pthreads.wxi4
1 files changed, 2 insertions, 2 deletions
diff --git a/data/wixl/pthreads.wxi b/data/wixl/pthreads.wxi
index 9a1ccde..e8c522c 100644
--- a/data/wixl/pthreads.wxi
+++ b/data/wixl/pthreads.wxi
@@ -3,10 +3,10 @@
<Fragment>
<DirectoryRef Id="INSTALLDIR">
<Directory Id="dir878989759FF40709F1E57A1AA271CD64" Name="bin">
- <Component Id="cmpC7F5F9657618731FC790A2D04A0B82F1" Guid="*">
+ <Component Win64="$(var.Win64)" Id="cmpC7F5F9657618731FC790A2D04A0B82F1" Guid="*">
<File Id="fil574EDF9AF37AA0BBEBAD8BE3343CCFFB" KeyPath="yes" Source="$(var.SourceDir)/bin/pthreadGC2.dll"/>
</Component>
- <Component Id="cmp0FAF3F8B19D8199505D11EC82E3A2040" Guid="*">
+ <Component Win64="$(var.Win64)" Id="cmp0FAF3F8B19D8199505D11EC82E3A2040" Guid="*">
<File Id="fil92009A98E71AC037270825D4B31CD0B3" KeyPath="yes" Source="$(var.SourceDir)/bin/pthreadGCE2.dll"/>
</Component>
</Directory>