]> git.pld-linux.org Git - packages/Wnn6-SDK.git/blob - Wnn6-SDK-shared.patch
rel 14
[packages/Wnn6-SDK.git] / Wnn6-SDK-shared.patch
1 --- Xsi/Wnn/jlib/Imakefile.orig Wed Oct 28 13:36:30 1998
2 +++ Xsi/Wnn/jlib/Imakefile      Tue Nov 10 00:52:15 1998
3 @@ -4,7 +4,7 @@
4  
5  #ifdef NEED_DEFINE_LIB
6  #define DoNormalLib YES
7 -#define DoSharedLib NO
8 +#define DoSharedLib YES
9  #define DoDebugLib NO
10  #define DoProfileLib NO
11  #endif
12 @@ -61,7 +61,7 @@
13  OBJS= $(OBJ1) $(LOCAL_ETCOBJS) $(LOCAL_RKOBJS)
14  
15  LibraryObjectRule()
16 -AllTarget($(OBJS) libwnn6_fromsrc.a)
17 +AllTarget($(OBJS) libwnn6.a libwnn6.so.1.0.0)
18  
19  
20  js.o : js.c \
21 @@ -72,13 +72,15 @@
22  
23  SingleProgramTarget(kankana,kankana.o,$(WNNJLIB),)
24  
25 -NormalLibraryTarget(wnn6_fromsrc,$(OBJS))
26 -LintLibraryTarget(wnn6_fromsrc,$(SRCS))
27 +NormalLibraryTarget(wnn6,$(OBJS))
28 +SharedLibraryTarget(wnn6,1.0.0,$(OBJS),.,.)
29 +LintLibraryTarget(wnn6,$(SRCS))
30  
31  instlib:: install
32
33
34 -InstallLibrary(wnn6_fromsrc,$(WNNLIBDIR))
35 +InstallLibrary(wnn6,$(WNNLIBDIR))
36 +InstallSharedLibrary(wnn6,1.0.0,$(WNNLIBDIR))
37  
38  #if ProfileLibJlib
39  ProfiledLibraryTarget(wnn,$(OBJS))
This page took 0.107635 seconds and 3 git commands to generate.