mirror of
https://github.com/mumble-voip/mumble.git
synced 2025-10-26 11:19:16 +00:00
installer: remove support for the Intel compilers.
This commit is contained in:
parent
377d7cd5ea
commit
c19ec3f82d
@ -173,12 +173,6 @@
|
||||
<File Source="$(var.SourceDir)\installer\qt.txt" KeyPath="yes" />
|
||||
</Component>
|
||||
|
||||
<?ifdef IntelCppDir ?>
|
||||
<Component Id="libmmd.dll">
|
||||
<File Source="$(var.IntelCppDir)\libmmd.dll" KeyPath="yes" />
|
||||
</Component>
|
||||
<?endif ?>
|
||||
|
||||
</DirectoryRef>
|
||||
</Fragment>
|
||||
|
||||
|
||||
@ -103,15 +103,10 @@
|
||||
</DirectoryRef>
|
||||
|
||||
<ComponentGroup Id="LibrariesCommon">
|
||||
|
||||
<ComponentRef Id="licence.txt" />
|
||||
<ComponentRef Id="Readme.txt" />
|
||||
<ComponentRef Id="Changes.txt" />
|
||||
<ComponentRef Id="qt.txt" />
|
||||
|
||||
<?ifdef IntelCppDir ?>
|
||||
<ComponentRef Id="libmmd.dll"/>
|
||||
<?endif ?>
|
||||
</ComponentGroup>
|
||||
|
||||
<Feature Id="Mumble" Title="!(loc.MUMBLE_SEC_MUMBLE)" Description="!(loc.DESC_SectionMumble)" Level="1" AllowAdvertise="no" ConfigurableDirectory="INSTALLDIR" Display="expand">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user