summaryrefslogtreecommitdiffstats
path: root/data/wixl/nspr.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/nspr.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/nspr.wxi')
-rw-r--r--data/wixl/nspr.wxi6
1 files changed, 3 insertions, 3 deletions
diff --git a/data/wixl/nspr.wxi b/data/wixl/nspr.wxi
index 8404a63..2fba7d2 100644
--- a/data/wixl/nspr.wxi
+++ b/data/wixl/nspr.wxi
@@ -3,13 +3,13 @@
<Fragment>
<DirectoryRef Id="TARGETDIR">
<Directory Id="dir2AA90C08CFF39C61E53BB12D6D582979" Name="bin">
- <Component Id="cmp22A2DEFE509A234A8BFAF3D0B8ABD7D2" Guid="*">
+ <Component Win64="$(var.Win64)" Id="cmp22A2DEFE509A234A8BFAF3D0B8ABD7D2" Guid="*">
<File Id="filF98C8175A5228F46C266818E7560CCDB" KeyPath="yes" Source="$(var.SourceDir)/bin/libnspr4.dll"/>
</Component>
- <Component Id="cmp49B31C531B672BB004CB42B27F61AB03" Guid="*">
+ <Component Win64="$(var.Win64)" Id="cmp49B31C531B672BB004CB42B27F61AB03" Guid="*">
<File Id="fil156BB112C15356A6A29D8B1B4844948B" KeyPath="yes" Source="$(var.SourceDir)/bin/libplc4.dll"/>
</Component>
- <Component Id="cmp22BFC894EE0607BA5D7505D052149CC4" Guid="*">
+ <Component Win64="$(var.Win64)" Id="cmp22BFC894EE0607BA5D7505D052149CC4" Guid="*">
<File Id="fil454D755691688FFFEF221990C0B4B9BF" KeyPath="yes" Source="$(var.SourceDir)/bin/libplds4.dll"/>
</Component>
</Directory>