diff options
author | Oliver Bolte <obo@openoffice.org> | 2007-01-25 12:01:46 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2007-01-25 12:01:46 +0000 |
commit | 099ed97244cd2483546fb16efb13861d83743619 (patch) | |
tree | be8ce77848e51e11731323e547960fda48ad28a6 /basic/workben | |
parent | fd9e1b44a2ad3b83ae93574d9b7ccda5b7426be0 (diff) |
INTEGRATION: CWS ause069 (1.5.40); FILE MERGED
2006/10/11 18:16:22 hjs 1.5.40.1: #i69872# cleanup
Diffstat (limited to 'basic/workben')
-rw-r--r-- | basic/workben/makefile.mk | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/basic/workben/makefile.mk b/basic/workben/makefile.mk index f7480f22dea0..b22cb5c843ca 100644 --- a/basic/workben/makefile.mk +++ b/basic/workben/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.5 $ +# $Revision: 1.6 $ # -# last change: $Author: hr $ $Date: 2006-06-19 17:52:18 $ +# last change: $Author: obo $ $Date: 2007-01-25 13:01:46 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -71,9 +71,9 @@ APP1STDLIBS+= \ .ENDIF APP1LIBS= \ - $(LIBPRE) $(LB)$/basic.lib \ - $(LIBPRE) $(LB)$/app.lib \ - $(LIBPRE) $(LB)$/sample.lib + $(LB)$/basic.lib \ + $(LB)$/app.lib \ + $(LB)$/sample.lib .IF "$(GUI)"=="UNX" APP1STDLIBS+= \ $(BASICLIB) |