diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2003-04-15 13:05:38 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2003-04-15 13:05:38 +0000 |
commit | 89b305993c0a44d6f97ee25a7269765b41511d5e (patch) | |
tree | e931210ab81fd72017559c7c616fc4b0482bc947 | |
parent | 5d1a9b079e53825c0edbfaaa8789eeb91ed6a16a (diff) |
INTEGRATION: CWS tune01 (1.5.18.1.14); FILE MERGED
2003/03/28 18:10:13 mhu 1.5.18.1.14.2: #108383# Removed excess shared library dependencies.
2003/03/12 15:50:36 pl 1.5.18.1.14.1: #i12151# add: map file, remove: useless outdated test progra,
-rw-r--r-- | dtrans/source/X11/makefile.mk | 19 |
1 files changed, 7 insertions, 12 deletions
diff --git a/dtrans/source/X11/makefile.mk b/dtrans/source/X11/makefile.mk index 5d41319b4ea0..092c8b0d025c 100644 --- a/dtrans/source/X11/makefile.mk +++ b/dtrans/source/X11/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.6 $ +# $Revision: 1.7 $ # -# last change: $Author: hr $ $Date: 2003-03-25 14:05:30 $ +# last change: $Author: vg $ $Date: 2003-04-15 14:05:38 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -101,23 +101,18 @@ SLOFILES=\ SHL1TARGET= $(TARGET)$(UPD)$(DLLPOSTFIX) SHL1STDLIBS= \ - $(SALLIB) \ - $(VOSLIB) \ - $(CPPULIB) \ $(CPPUHELPERLIB) \ + $(CPPULIB) \ + $(SALLIB) \ -lX11 SHL1DEPN= SHL1IMPLIB= i$(SHL1TARGET) SHL1OBJS= $(SLOFILES) -APP1NOSAL=TRUE -APP1TARGET=testunxcb -APP1OBJS=$(SLO)$/test_unxcb.obj -APP1STDLIBS=\ - $(CPPULIB) \ - $(CPPUHELPERLIB) \ - $(SALLIB) +SHL1VERSIONMAP=exports.map +SHL1DEF=$(MISC)$/$(SHL1TARGET).def +DEF1NAME=$(SHL1TARGET) .ENDIF # "$(OS)"=="MACOSX" |