diff options
author | Oliver Bolte <obo@openoffice.org> | 2007-03-09 07:50:36 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2007-03-09 07:50:36 +0000 |
commit | 62f7c50cc8ba2b600eb54cf14f4b28edf7b58379 (patch) | |
tree | 875c97de51cf1ac911b5132bddfdec1af38c2492 /ucbhelper | |
parent | 74302e5d10658ff1f30f66d0c9c82750b3a86067 (diff) |
INTEGRATION: CWS ause076 (1.5.56); FILE MERGED
2007/02/28 11:06:40 hjs 1.5.56.1: #i74812# cleanup *LIB and more
Diffstat (limited to 'ucbhelper')
-rw-r--r-- | ucbhelper/workben/ucbexplorer/makefile.mk | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/ucbhelper/workben/ucbexplorer/makefile.mk b/ucbhelper/workben/ucbexplorer/makefile.mk index f377cf367fc3..aa5489029fd8 100644 --- a/ucbhelper/workben/ucbexplorer/makefile.mk +++ b/ucbhelper/workben/ucbexplorer/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.5 $ +# $Revision: 1.6 $ # -# last change: $Author: rt $ $Date: 2005-09-09 16:46:44 $ +# last change: $Author: obo $ $Date: 2007-03-09 08:50:36 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -35,7 +35,7 @@ PRJ=..$/.. -PRJNAME=UCBEXPLORER +PRJNAME=ucbhelper TARGET=ucbexplorer TARGETTYPE=GUI LIBTARGET=NO @@ -47,12 +47,8 @@ ENABLE_EXCEPTIONS=TRUE # --- Files --- -.IF "$(depend)" != "" - OBJFILES=$(OBJ)$/$(TARGET).obj -.ENDIF # depend - SRS1NAME=$(TARGET) SRC1FILES=$(TARGET).src @@ -76,7 +72,7 @@ APP1STDLIBS=$(SALLIB) \ $(SVTOOLLIB) \ $(COMPHELPERLIB) \ $(UCBHELPERLIB) \ - $(SVLIB) + $(VCLLIB) # --- Targets --- |