Files
pilotclient/installer/installbuilder/swift-externals.xml
Roland Winklmeier 4ed4771271 Installbuilder Windows fixes
refs #615
2016-05-20 01:36:52 +02:00

44 lines
1.5 KiB
XML

<component>
<name>externals</name>
<description>Externals</description>
<canBeEdited>1</canBeEdited>
<detailedDescription>External libraries:
- vatlib
- speex
- speexdsp
- opus
- portaudio</detailedDescription>
<selected>1</selected>
<show>1</show>
<folderList>
<folder>
<description>bin</description>
<destination>${installdir}/bin</destination>
<name>bin_windows</name>
<platforms>windows</platforms>
<distributionFileList>
<distributionFile>
<origin>../../dist/bin/vatlib.dll</origin>
</distributionFile>
<distributionFile>
<allowWildcards>1</allowWildcards>
<origin>../../dist/bin/*portaudio*.dll</origin>
</distributionFile>
<distributionFile>
<origin>../../dist/bin/SimConnect.dll</origin>
</distributionFile>
<distributionFile>
<origin>../../dist/bin/speex.dll</origin>
</distributionFile>
<distributionFile>
<origin>../../dist/bin/speexdsp.dll</origin>
</distributionFile>
<distributionFile>
<allowWildcards>1</allowWildcards>
<origin>../../dist/bin/*opus*.dll</origin>
</distributionFile>
</distributionFileList>
</folder>
</folderList>
</component>