blob: 58f0f957ad1fc1bd4daafcd08cb3cdf721b713b8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
source:
svn://opensecondlife.org/libsl
revision 1457
changes:
OpenJPEG.rc:
commented out line 10: //#include "afxres.h"
commented out line 20: //LANGUAGE LANG_FRENCH, SUBLANG_FRENCH
build:
windows:
compiler: Visual Studio 2005 Express
DllOpenJPEG.sln
set release config
build all
copy Release/openjpeg-libsl.dll to /bin
linux:
make
copy libopenjpeg-libsl-2.1.2.0.so to /bin
|