Fix for bug 63209 sr=cls@seawood.org r=javi@netscape.com
Checking in for pedemont@us.ibm.com Make PSM use static libraries for libprotocol and libcmt on OS/2 git-svn-id: svn://10.0.0.236/trunk@83821 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -57,10 +57,16 @@ CSRCS = \
|
||||
nsPSMShimLayer.c \
|
||||
$(NULL)
|
||||
|
||||
|
||||
ifeq ($(OS_ARCH),OS2)
|
||||
PSM_LIBS = -llibcmt -llibprotocol
|
||||
else
|
||||
PSM_LIBS = -lcmt -lprotocol
|
||||
endif
|
||||
|
||||
EXTRA_DSO_LDOPTS = \
|
||||
$(MOZ_COMPONENT_LIBS) \
|
||||
-lcmt \
|
||||
-lprotocol \
|
||||
$(PSM_LIBS) \
|
||||
$(MOZ_JS_LIBS) \
|
||||
$(NULL)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user