to compile 32bit binary on 64 bit platform, renames openjpeg 32 bit binary (appends arch to shared library name), To force 32 bit compilation on a 64 bit linux platform: make clean ; make ARCH=-i686 ARCHFLAGS=-m32 git-svn-id: http://libopenmetaverse.googlecode.com/svn/libopenmetaverse/trunk@2411 52acb1d6-8a22-11de-b505-999d5b087335
6 lines
387 B
XML
6 lines
387 B
XML
<configuration>
|
|
<dllmap os="osx" dll="openjpeg-dotnet.dll" target="libopenjpeg-dotnet-2.1.3.0-dotnet-1.dylib" />
|
|
<dllmap os="!windows,osx" cpu="x86-64,ia64" dll="openjpeg-dotnet.dll" target="libopenjpeg-dotnet-2.1.3.0-dotnet-1-x86_64" />
|
|
<dllmap os="!windows,osx" cpu="x86" dll="openjpeg-dotnet.dll" target="libopenjpeg-dotnet-2.1.3.0-dotnet-1-i686" />
|
|
</configuration>
|