summaryrefslogtreecommitdiffstats
path: root/data/wixl/nspr.wxi
diff options
context:
space:
mode:
Diffstat (limited to 'data/wixl/nspr.wxi')
-rw-r--r--data/wixl/nspr.wxi25
1 files changed, 25 insertions, 0 deletions
diff --git a/data/wixl/nspr.wxi b/data/wixl/nspr.wxi
new file mode 100644
index 0000000..8404a63
--- /dev/null
+++ b/data/wixl/nspr.wxi
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Include xmlns="http://schemas.microsoft.com/wix/2006/wi">
+ <Fragment>
+ <DirectoryRef Id="TARGETDIR">
+ <Directory Id="dir2AA90C08CFF39C61E53BB12D6D582979" Name="bin">
+ <Component Id="cmp22A2DEFE509A234A8BFAF3D0B8ABD7D2" Guid="*">
+ <File Id="filF98C8175A5228F46C266818E7560CCDB" KeyPath="yes" Source="$(var.SourceDir)/bin/libnspr4.dll"/>
+ </Component>
+ <Component Id="cmp49B31C531B672BB004CB42B27F61AB03" Guid="*">
+ <File Id="fil156BB112C15356A6A29D8B1B4844948B" KeyPath="yes" Source="$(var.SourceDir)/bin/libplc4.dll"/>
+ </Component>
+ <Component Id="cmp22BFC894EE0607BA5D7505D052149CC4" Guid="*">
+ <File Id="fil454D755691688FFFEF221990C0B4B9BF" KeyPath="yes" Source="$(var.SourceDir)/bin/libplds4.dll"/>
+ </Component>
+ </Directory>
+ </DirectoryRef>
+ </Fragment>
+ <Fragment>
+ <ComponentGroup Id="CG.nspr">
+ <ComponentRef Id="cmp22A2DEFE509A234A8BFAF3D0B8ABD7D2"/>
+ <ComponentRef Id="cmp49B31C531B672BB004CB42B27F61AB03"/>
+ <ComponentRef Id="cmp22BFC894EE0607BA5D7505D052149CC4"/>
+ </ComponentGroup>
+ </Fragment>
+</Include>