diff options
author | Kai Sommerfeld <kso@openoffice.org> | 2001-10-12 12:01:33 +0000 |
---|---|---|
committer | Kai Sommerfeld <kso@openoffice.org> | 2001-10-12 12:01:33 +0000 |
commit | 98b84aba600dd60540a5e1209be753262920e23c (patch) | |
tree | 8b21823e43e37978d6941edb99dbf2314026e587 /ucb/workben | |
parent | d77abcd53214f9c56c264dbf7a4854556e912dcb (diff) |
#91127# -Added TARGETTYPE=GUI
Diffstat (limited to 'ucb/workben')
-rw-r--r-- | ucb/workben/ucb/makefile.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/ucb/workben/ucb/makefile.mk b/ucb/workben/ucb/makefile.mk index 55bc27164146..820f66eccdac 100644 --- a/ucb/workben/ucb/makefile.mk +++ b/ucb/workben/ucb/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.2 $ +# $Revision: 1.3 $ # -# last change: $Author: sb $ $Date: 2000-10-18 10:12:37 $ +# last change: $Author: kso $ $Date: 2001-10-12 13:01:33 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -64,6 +64,7 @@ PRJ=..$/.. PRJNAME=ucb TARGET=ucbdemo +TARGETTYPE=GUI LIBTARGET=NO ENABLE_EXCEPTIONS=TRUE |