diff options
author | Kai Sommerfeld <kso@openoffice.org> | 2001-10-24 07:22:59 +0000 |
---|---|---|
committer | Kai Sommerfeld <kso@openoffice.org> | 2001-10-24 07:22:59 +0000 |
commit | 62a43258ed485313a2547b72e1e9d215e7eb6563 (patch) | |
tree | 87cfd10bf57ba57a93698811751d82bf38d25249 /ucbhelper | |
parent | 5644739b025a4ecf7c72b12d33598be49692b3c9 (diff) |
#92937# - Added TARGETTYPE=GUI
Diffstat (limited to 'ucbhelper')
-rw-r--r-- | ucbhelper/workben/ucbexplorer/makefile.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/ucbhelper/workben/ucbexplorer/makefile.mk b/ucbhelper/workben/ucbexplorer/makefile.mk index c689cb64d849..0381d54f6b02 100644 --- a/ucbhelper/workben/ucbexplorer/makefile.mk +++ b/ucbhelper/workben/ucbexplorer/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.2 $ +# $Revision: 1.3 $ # -# last change: $Author: kso $ $Date: 2000-11-15 07:59:09 $ +# last change: $Author: kso $ $Date: 2001-10-24 08:22:59 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -64,6 +64,7 @@ PRJ=..$/.. PRJNAME=UCBEXPLORER TARGET=ucbexplorer +TARGETTYPE=GUI LIBTARGET=NO ENABLE_EXCEPTIONS=TRUE |