Files
pilotclient/installer/installbuilder/swift-externals.xml
Klaus Basan bed1542fe4 Update externals
* vatlib 0.9.6
* Partially revert 3f975838b2
2017-02-24 00:08:47 +00:00

87 lines
3.2 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>
<allowWildcards>1</allowWildcards>
<origin>../../dist/bin/SimConnect*</origin>
</distributionFile>
<distributionFile>
<origin>../../dist/bin/speexdsp.dll</origin>
</distributionFile>
<distributionFile>
<allowWildcards>1</allowWildcards>
<origin>../../dist/bin/*opus*.dll</origin>
</distributionFile>
<distributionFile>
<origin>../../dist/bin/swift_crashpad_handler.exe</origin>
</distributionFile>
</distributionFileList>
</folder>
<folder>
<description>bin</description>
<destination>${installdir}/bin</destination>
<name>bin_osx</name>
<platforms>osx</platforms>
<distributionFileList>
<distributionFile>
<origin>../../dist/bin/swift_crashpad_handler</origin>
</distributionFile>
</distributionFileList>
</folder>
<folder>
<description>lib</description>
<destination>${installdir}/lib</destination>
<name>lib_linux</name>
<platforms>linux linux-x64</platforms>
<distributionFileList>
<distributionFile>
<origin>../../dist/lib/libvatlib.so</origin>
</distributionFile>
</distributionFileList>
</folder>
<folder>
<description>lib</description>
<destination>${installdir}/lib</destination>
<name>lib_osx</name>
<platforms>osx</platforms>
<distributionFileList>
<distributionFile>
<origin>../../dist/lib/libopus.0.dylib</origin>
</distributionFile>
<distributionFile>
<origin>../../dist/lib/libportaudio.dylib</origin>
</distributionFile>
<distributionFile>
<origin>../../dist/lib/libspeexdsp.1.dylib</origin>
</distributionFile>
<distributionFile>
<origin>../../dist/lib/libvatlib.dylib</origin>
</distributionFile>
</distributionFileList>
</folder>
</folderList>
</component>