INTEGRATION: CWS sb22 (1.9.36); FILE MERGED
2004/10/22 07:41:20 sb 1.9.36.1: #i20747# Drop minor.micro from names of Unix UNO dynamic libraries; add uno_ prefix to names of Unix core UNO dynamic libraries.
This commit is contained in:
parent
deb7a810b4
commit
10cf3717f2
1 changed files with 12 additions and 12 deletions
|
@ -165,10 +165,10 @@ URLPREFIX=file://
|
|||
# Include UDK version numbers
|
||||
include $(PRJ)/include/udkversion.mk
|
||||
|
||||
SALLIB=-lsal
|
||||
CPPULIB=-lcppu
|
||||
CPPUHELPERLIB=-lcppuhelperC52
|
||||
SALHELPERLIB=-lsalhelperC52
|
||||
SALLIB=-luno_sal
|
||||
CPPULIB=-luno_cppu
|
||||
CPPUHELPERLIB=-luno_cppuhelperC52
|
||||
SALHELPERLIB=-luno_salhelperC52
|
||||
STLPORTLIB=-lstlport_sunpro
|
||||
|
||||
EMPTYSTRING=
|
||||
|
@ -254,10 +254,10 @@ URLPREFIX=file://
|
|||
# Include UDK version numbers
|
||||
include $(PRJ)/include/udkversion.mk
|
||||
|
||||
SALLIB=-lsal
|
||||
CPPULIB=-lcppu
|
||||
CPPUHELPERLIB=-lcppuhelper$(COMID)
|
||||
SALHELPERLIB=-lsalhelper$(COMID)
|
||||
SALLIB=-luno_sal
|
||||
CPPULIB=-luno_cppu
|
||||
CPPUHELPERLIB=-luno_cppuhelper$(COMID)
|
||||
SALHELPERLIB=-luno_salhelper$(COMID)
|
||||
STLPORTLIB=-lstlport_gcc
|
||||
|
||||
EMPTYSTRING=
|
||||
|
@ -342,10 +342,10 @@ URLPREFIX=file://
|
|||
# Include UDK version numbers
|
||||
include $(PRJ)/include/udkversion.mk
|
||||
|
||||
SALLIB=-lsal
|
||||
CPPULIB=-lcppu
|
||||
CPPUHELPERLIB=-lcppuhelper$(COMID)
|
||||
SALHELPERLIB=-lsalhelper$(COMID)
|
||||
SALLIB=-luno_sal
|
||||
CPPULIB=-luno_cppu
|
||||
CPPUHELPERLIB=-luno_cppuhelper$(COMID)
|
||||
SALHELPERLIB=-luno_salhelper$(COMID)
|
||||
STLPORTLIB=-lstlport_gcc -lstdc++
|
||||
|
||||
EMPTYSTRING=
|
||||
|
|
Loading…
Reference in a new issue