[msitools: 1/5] wxi: gcc bump to 7.3.0



commit 24803308cb2dfc2b8cbde7234aedd819ccc394ed
Author: Victor Toso <me victortoso com>
Date:   Wed Aug 1 13:58:25 2018 +0200

    wxi: gcc bump to 7.3.0
    
    Added:
    * /bin/libatomic-1.dll
    
    Signed-off-by: Victor Toso <victortoso redhat com>

 data/wixl/gcc.wxi | 4 ++++
 1 file changed, 4 insertions(+)
---
diff --git a/data/wixl/gcc.wxi b/data/wixl/gcc.wxi
index 4df0de1..6ee03c3 100644
--- a/data/wixl/gcc.wxi
+++ b/data/wixl/gcc.wxi
@@ -5,6 +5,9 @@
   <Fragment>
     <DirectoryRef Id="INSTALLDIR">
       <Directory Id="dir4920EE8CC0DF53D7912686315C7AFEB4" Name="bin">
+        <Component Win64="$(var.Win64)" Id="cmp18F9A5E0E9FB59B43E7A81C8321A21A7" Guid="*">
+          <File Id="fil8038EECE8F410991E66B7F2D8F1D11AA" KeyPath="yes" 
Source="$(var.SourceDir)/bin/libatomic-1.dll"/>
+        </Component>
         <Component Win64="$(var.Win64)" Id="cmp23A396DF6DA34DEDBF531E5264BF86AA" Guid="*">
 <!-- gcc 4.8 uses SEH -->
 <?if $(var.Win64) = "yes"?>
@@ -22,6 +25,7 @@
   <Fragment>
     <ComponentGroup Id="CG.gcc">
       <ComponentGroupRef Id="CG.winpthreads"/>
+      <ComponentRef Id="cmp18F9A5E0E9FB59B43E7A81C8321A21A7"/>
       <ComponentRef Id="cmp23A396DF6DA34DEDBF531E5264BF86AA"/>
       <ComponentRef Id="cmp94EF633C9D64EF2F94885691030F7EB7"/>
     </ComponentGroup>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]