File: gettext.wxi

package info (click to toggle)
msitools 0.106%2Brepack-3
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 3,336 kB
  • sloc: ansic: 18,006; yacc: 862; sh: 416; perl: 217; makefile: 18
file content (21 lines) | stat: -rw-r--r-- 788 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="utf-8"?>
<?require gcc.wxi?>
<?require win-iconv.wxi?>
<Include xmlns="http://schemas.microsoft.com/wix/2006/wi">
  <Fragment>
    <DirectoryRef Id="INSTALLDIR">
      <Directory Id="dirBBB2DE8E8B5E7A934B840E6BDE8EE865" Name="bin">
        <Component Win64="$(var.Win64)" Id="cmpAB304E617DA059E0A52EC5BF43346A01" Guid="*">
          <File Id="fil3887CE3C6978DEAEF194F74409A51F95" KeyPath="yes" Source="$(var.SourceDir)/bin/libintl-8.dll"/>
        </Component>
      </Directory>
    </DirectoryRef>
  </Fragment>
  <Fragment>
    <ComponentGroup Id="CG.gettext">
      <ComponentGroupRef Id="CG.gcc"/>
      <ComponentGroupRef Id="CG.win-iconv"/>
      <ComponentRef Id="cmpAB304E617DA059E0A52EC5BF43346A01"/>
    </ComponentGroup>
  </Fragment>
</Include>