Skip to content

Commit 1b555bc

Browse files
committed
build: remove sourceview references in wix
1 parent cf82ba5 commit 1b555bc

File tree

1 file changed

+0
-26
lines changed

1 file changed

+0
-26
lines changed

wix/main.wxs

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -124,9 +124,6 @@
124124
<Component Id='dll19' Guid='*' Win64='$(var.Win64)'>
125125
<File Id='dll19file' Name='gobject-2.0-0.dll' DiskId='1' Source='C:\gtk-build\gtk\x64\release\bin\gobject-2.0-0.dll' KeyPath='yes'/>
126126
</Component>
127-
<Component Id='dll20' Guid='*' Win64='$(var.Win64)'>
128-
<File Id='dll20file' Name='gtksourceview-3.0.dll' DiskId='1' Source='C:\gtk-build\gtk\x64\release\bin\gtksourceview-3.0.dll' KeyPath='yes'/>
129-
</Component>
130127
<Component Id='dll21' Guid='*' Win64='$(var.Win64)'>
131128
<File Id='dll21file' Name='jasper.dll' DiskId='1' Source='C:\gtk-build\gtk\x64\release\bin\jasper.dll' KeyPath='yes'/>
132129
</Component>
@@ -210,23 +207,6 @@
210207
</Directory>
211208

212209
<Directory Id='Share' Name='share'>
213-
<Directory Id='Sourceview' Name='gtksourceview-3.0'>
214-
<Directory Id='Specs' Name='language-specs'>
215-
<Component Id='lang0' Guid='*' Win64='$(var.Win64)'>
216-
<File Id='lang0' Name='def.lang' DiskId='1' Source='C:\gtk-build\gtk\x64\release\share\gtksourceview-3.0\language-specs\def.lang' KeyPath='yes'/>
217-
</Component>
218-
<Component Id='lang1' Guid='*' Win64='$(var.Win64)'>
219-
<File Id='lang1' Name='language.dtd' DiskId='1' Source='C:\gtk-build\gtk\x64\release\share\gtksourceview-3.0\language-specs\language.dtd' KeyPath='yes'/>
220-
</Component>
221-
<Component Id='lang2' Guid='*' Win64='$(var.Win64)'>
222-
<File Id='lang2' Name='language.rng' DiskId='1' Source='C:\gtk-build\gtk\x64\release\share\gtksourceview-3.0\language-specs\language.rng' KeyPath='yes'/>
223-
</Component>
224-
<Component Id='lang3' Guid='*' Win64='$(var.Win64)'>
225-
<File Id='lang3' Name='language2.rng' DiskId='1' Source='C:\gtk-build\gtk\x64\release\share\gtksourceview-3.0\language-specs\language2.rng' KeyPath='yes'/>
226-
</Component>
227-
</Directory>
228-
</Directory>
229-
230210
<Directory Id='Icons' Name='icons'>
231211
<Directory Id='Adwaita' Name='Adwaita'>
232212

@@ -362,7 +342,6 @@
362342
<ComponentRef Id='dll17'/>
363343
<ComponentRef Id='dll18'/>
364344
<ComponentRef Id='dll19'/>
365-
<ComponentRef Id='dll20'/>
366345
<ComponentRef Id='dll21'/>
367346
<ComponentRef Id='dll22'/>
368347
<ComponentRef Id='dll23'/>
@@ -388,11 +367,6 @@
388367
<ComponentRef Id='libdll0'/>
389368
<ComponentRef Id='libdll1'/>
390369

391-
<ComponentRef Id='lang0'/>
392-
<ComponentRef Id='lang1'/>
393-
<ComponentRef Id='lang2'/>
394-
<ComponentRef Id='lang3'/>
395-
396370
<ComponentRef Id='icon0'/>
397371
<ComponentRef Id='icon1'/>
398372
<ComponentRef Id='icon2'/>

0 commit comments

Comments
 (0)