diff options
author | Oliver Bolte <obo@openoffice.org> | 2007-03-09 08:18:34 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2007-03-09 08:18:34 +0000 |
commit | c359521b9b6b587248b01db2ba67e34e25992772 (patch) | |
tree | 996f2783f82275e3e02a8ca821a43216e33b8cac /basic/workben | |
parent | 78e2f743bec06952578d9c58d147d5afd278848a (diff) |
INTEGRATION: CWS ause076 (1.6.16); FILE MERGED
2007/02/28 10:55:00 hjs 1.6.16.1: #i74812# cleanup *LIB and more
Diffstat (limited to 'basic/workben')
-rw-r--r-- | basic/workben/makefile.mk | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/basic/workben/makefile.mk b/basic/workben/makefile.mk index b22cb5c843ca..650a3cef5c87 100644 --- a/basic/workben/makefile.mk +++ b/basic/workben/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.6 $ +# $Revision: 1.7 $ # -# last change: $Author: obo $ $Date: 2007-01-25 13:01:46 $ +# last change: $Author: obo $ $Date: 2007-03-09 09:18:34 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -52,7 +52,7 @@ APP1STDLIBS= \ $(UNOTOOLSLIB) \ $(SVTOOLLIB) \ $(SVLLIB) \ - $(SVLIB) \ + $(VCLLIB) \ $(COMPHELPERLIB) \ $(UCBHELPERLIB) \ $(CPPUHELPERLIB) \ @@ -61,14 +61,14 @@ APP1STDLIBS= \ $(SOTLIB) \ $(VOSLIB) -.IF "$(GUI)"=="WNT" || "$(COM)"=="GCC" -APP1STDLIBS+=$(CPPULIB) -.ENDIF -.IF "$(GUI)"=="UNX" -APP1STDLIBS+= \ - $(VOSLIB) \ - $(SALLIB) -.ENDIF +#.IF "$(GUI)"=="WNT" || "$(COM)"=="GCC" +#APP1STDLIBS+=$(CPPULIB) +#.ENDIF +#.IF "$(GUI)"=="UNX" +#APP1STDLIBS+= \ +# $(VOSLIB) \ +# $(SALLIB) +#.ENDIF APP1LIBS= \ $(LB)$/basic.lib \ |