mirror of
https://github.com/KevinMidboe/linguist.git
synced 2026-01-28 20:25:35 +00:00
Merge pull request #1922 from Mailaender/patch-2
Added support for Mono .dll.config XML files
This commit is contained in:
@@ -3106,6 +3106,7 @@ XML:
|
|||||||
- .dita
|
- .dita
|
||||||
- .ditamap
|
- .ditamap
|
||||||
- .ditaval
|
- .ditaval
|
||||||
|
- .dll.config
|
||||||
- .filters
|
- .filters
|
||||||
- .fsproj
|
- .fsproj
|
||||||
- .glade
|
- .glade
|
||||||
|
|||||||
6
samples/XML/libsomething.dll.config
Normal file
6
samples/XML/libsomething.dll.config
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
<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>
|
||||||
Reference in New Issue
Block a user