diff options
author | Oliver Bolte <obo@openoffice.org> | 2001-09-18 13:13:02 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2001-09-18 13:13:02 +0000 |
commit | e961cd395e15d9736922b3f0d43d6c9a0871194c (patch) | |
tree | de490e5fa465610eae1b6065a75ae011972c9aed | |
parent | 34b409abbb0a7e73ba2a8460f615329905dc2ace (diff) |
#65293# TARGETTYPE=GUI
-rw-r--r-- | extensions/source/plugin/base/makefile.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/extensions/source/plugin/base/makefile.mk b/extensions/source/plugin/base/makefile.mk index dc189e7af4bd..3d77656651ec 100644 --- a/extensions/source/plugin/base/makefile.mk +++ b/extensions/source/plugin/base/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.2 $ +# $Revision: 1.3 $ # -# last change: $Author: hjs $ $Date: 2000-11-02 12:20:09 $ +# last change: $Author: obo $ $Date: 2001-09-18 14:13:02 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -63,6 +63,7 @@ PRJ=..$/..$/.. PRJNAME=plugin TARGET=plbase +TARGETTYPE=GUI ENABLE_EXCEPTIONS=TRUE .INCLUDE : ..$/util$/makefile.pmk |