2010-10-13 17:26:46 -07:00
|
|
|
<configuration>
|
2022-11-24 11:37:04 -07:00
|
|
|
<dllmap os="windows" cpu="x86-64" dll="openjpeg-dotnet" target="lib64/openjpeg-dotnet-x86_64.dll" />
|
|
|
|
<dllmap os="windows" cpu="x86" dll="openjpeg-dotnet" target="lib32/openjpeg-dotnet.dll" />
|
2023-03-21 11:46:26 -07:00
|
|
|
<dllmap os="osx" dll="openjpeg-dotnet" target="lib64/libopenjpeg-dotnet.dylib" />
|
2022-11-25 08:56:52 -07:00
|
|
|
<dllmap os="!windows,osx" cpu="x86-64" dll="openjpeg-dotnet" target="lib64/libopenjpeg-dotnet-x86_64.so" />
|
2022-11-24 11:37:04 -07:00
|
|
|
<dllmap os="!windows,osx" cpu="x86" dll="openjpeg-dotnet" target="lib32/openjpeg-dotnet-x86.so" />
|
2022-11-25 08:56:52 -07:00
|
|
|
<dllmap os="!windows,osx" cpu="arm64" dll="openjpeg-dotnet" target="lib64/libopenjpeg-dotnet-arm64.so" />
|
2010-10-13 17:26:46 -07:00
|
|
|
</configuration>
|