Moving micasa 1.5 trunk to Novell forge.
This commit is contained in:
9
c_jwrapper/jnsscs/link.lux
Normal file
9
c_jwrapper/jnsscs/link.lux
Normal file
@@ -0,0 +1,9 @@
|
||||
LINK = $(CC) \
|
||||
-Wl,-Bsymbolic \
|
||||
-shared \
|
||||
-Wl,--version-script=$(TARGET)_$(PLAT).exp \
|
||||
-Wl,-rpath -Wl,/usr/lib$(ARCH_DIR) \
|
||||
-L$(LIBDIR)$(XTRA) -lmicasa \
|
||||
-Wl,-soname -Wl,lib$(TARGET).so.$(PROD_NUM) \
|
||||
-o $(LIBDIR)$(XTRA)/lib$(TARGET).so.$(BLD_VER) \
|
||||
$(OBJDIR)*.$(O)
|
||||
Reference in New Issue
Block a user