mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 17:50:22 +00:00
7 lines
267 B
XML
7 lines
267 B
XML
<configuration>
|
|
<dllmap dll="libsomething">
|
|
<dllentry dll="libdifferent.so" name="somefunction" target="differentfunction" />
|
|
<dllentry os="solaris,freebsd" dll="libanother.so" name="somefunction" target="differentfunction" />
|
|
</dllmap>
|
|
</configuration>
|