Skip to content

Commit

Permalink
Remove FileIO Extension for now, as its breaking Win32/64 compilation
Browse files Browse the repository at this point in the history
justinclift committed Jan 17, 2020
1 parent ac0b74c commit cac58e0
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions installer/windows/product.wxs
Original file line number Diff line number Diff line change
@@ -70,7 +70,6 @@
<Directory Id="extensions" Name="extensions">
<Component><File Source="$(var.SQLitePath)\math.dll" /></Component>
<Component><File Source="$(var.SQLitePath)\formats.dll" /></Component>
<Component><File Source="$(var.SQLitePath)\fileio.dll" /></Component>
</Directory>
<Directory Id="imageformats" Name="imageformats">
<Component><File Source="$(var.QtPath)\plugins\imageformats\qgif.dll" /></Component>
@@ -149,9 +148,6 @@
<Feature Id="FormatsExtension" Title="Formats" Description="Provide additional field display formats." AllowAdvertise="no">
<ComponentRef Id="formats.dll" />
</Feature>
<Feature Id="FileioExtension" Title="Fileio" Description="Implements SQL functions readfile(), writefile(), and eponymous virtual type 'fsdir'." AllowAdvertise="no">
<ComponentRef Id="fileio.dll" />
</Feature>
</Feature>

<!-- Shortcuts -->

0 comments on commit cac58e0

Please sign in to comment.