diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 16:52:18 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 16:52:18 +0000 |
commit | 76340ee803f91ac6a4d5da2da0cf81c627fc4697 (patch) | |
tree | 30b9d2c3281cf6c790f0a8b951beb3b57918121f /basic/workben | |
parent | bf93f50bd8a5f0c74042823b857c23de998cea23 (diff) |
INTEGRATION: CWS warnings01 (1.4.20); FILE MERGED
2005/11/23 15:01:53 gh 1.4.20.1: remove SO2LIB SVMEMLIB and change appname to basicapp
Diffstat (limited to 'basic/workben')
-rw-r--r-- | basic/workben/makefile.mk | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/basic/workben/makefile.mk b/basic/workben/makefile.mk index 62cab1d5f3fa..f7480f22dea0 100644 --- a/basic/workben/makefile.mk +++ b/basic/workben/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.4 $ +# $Revision: 1.5 $ # -# last change: $Author: kz $ $Date: 2005-10-06 12:42:44 $ +# last change: $Author: hr $ $Date: 2006-06-19 17:52:18 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -45,7 +45,7 @@ TARGETTYPE=GUI # --- SBASIC IDE -------------------------------------------------------- -APP1TARGET=$(PRJNAME) +APP1TARGET=$(PRJNAME)app APP1STDLIBS= \ $(SALLIB) \ $(TOOLSLIB) \ @@ -53,15 +53,13 @@ APP1STDLIBS= \ $(SVTOOLLIB) \ $(SVLLIB) \ $(SVLIB) \ - $(SO2LIB) \ $(COMPHELPERLIB) \ $(UCBHELPERLIB) \ $(CPPUHELPERLIB) \ $(CPPULIB) \ $(SJLIB) \ $(SOTLIB) \ - $(VOSLIB) \ - $(SVMEMLIB) + $(VOSLIB) .IF "$(GUI)"=="WNT" || "$(COM)"=="GCC" APP1STDLIBS+=$(CPPULIB) |