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 UDK version numbers
|
||||||
include $(PRJ)/include/udkversion.mk
|
include $(PRJ)/include/udkversion.mk
|
||||||
|
|
||||||
SALLIB=-lsal
|
SALLIB=-luno_sal
|
||||||
CPPULIB=-lcppu
|
CPPULIB=-luno_cppu
|
||||||
CPPUHELPERLIB=-lcppuhelperC52
|
CPPUHELPERLIB=-luno_cppuhelperC52
|
||||||
SALHELPERLIB=-lsalhelperC52
|
SALHELPERLIB=-luno_salhelperC52
|
||||||
STLPORTLIB=-lstlport_sunpro
|
STLPORTLIB=-lstlport_sunpro
|
||||||
|
|
||||||
EMPTYSTRING=
|
EMPTYSTRING=
|
||||||
|
@ -254,10 +254,10 @@ URLPREFIX=file://
|
||||||
# Include UDK version numbers
|
# Include UDK version numbers
|
||||||
include $(PRJ)/include/udkversion.mk
|
include $(PRJ)/include/udkversion.mk
|
||||||
|
|
||||||
SALLIB=-lsal
|
SALLIB=-luno_sal
|
||||||
CPPULIB=-lcppu
|
CPPULIB=-luno_cppu
|
||||||
CPPUHELPERLIB=-lcppuhelper$(COMID)
|
CPPUHELPERLIB=-luno_cppuhelper$(COMID)
|
||||||
SALHELPERLIB=-lsalhelper$(COMID)
|
SALHELPERLIB=-luno_salhelper$(COMID)
|
||||||
STLPORTLIB=-lstlport_gcc
|
STLPORTLIB=-lstlport_gcc
|
||||||
|
|
||||||
EMPTYSTRING=
|
EMPTYSTRING=
|
||||||
|
@ -342,10 +342,10 @@ URLPREFIX=file://
|
||||||
# Include UDK version numbers
|
# Include UDK version numbers
|
||||||
include $(PRJ)/include/udkversion.mk
|
include $(PRJ)/include/udkversion.mk
|
||||||
|
|
||||||
SALLIB=-lsal
|
SALLIB=-luno_sal
|
||||||
CPPULIB=-lcppu
|
CPPULIB=-luno_cppu
|
||||||
CPPUHELPERLIB=-lcppuhelper$(COMID)
|
CPPUHELPERLIB=-luno_cppuhelper$(COMID)
|
||||||
SALHELPERLIB=-lsalhelper$(COMID)
|
SALHELPERLIB=-luno_salhelper$(COMID)
|
||||||
STLPORTLIB=-lstlport_gcc -lstdc++
|
STLPORTLIB=-lstlport_gcc -lstdc++
|
||||||
|
|
||||||
EMPTYSTRING=
|
EMPTYSTRING=
|
||||||
|
|
Loading…
Reference in a new issue