diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-10-29 11:45:30 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-10-29 11:45:30 +0000 |
commit | a1014e770947c0cefb018e26186e4aa15635921d (patch) | |
tree | 88ec85932c28498b75ecbc3991a3b521f761b008 /padmin | |
parent | 810a82f7a9ba93dd442a9694e95868ee20a349e0 (diff) |
#i10000#, #i35209#: We are linking an application and need TARGETTYPE=GUI here.
Diffstat (limited to 'padmin')
-rw-r--r-- | padmin/source/makefile.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/padmin/source/makefile.mk b/padmin/source/makefile.mk index a466d0bf7536..9edccfcba43c 100644 --- a/padmin/source/makefile.mk +++ b/padmin/source/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.13 $ +# $Revision: 1.14 $ # -# last change: $Author: rt $ $Date: 2004-06-17 11:48:13 $ +# last change: $Author: rt $ $Date: 2004-10-29 12:45:30 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -63,6 +63,7 @@ PRJ=.. PRJNAME=padmin TARGET=padmin +TARGETTYPE=GUI ENABLE_EXCEPTIONS=TRUE LIBTARGET=NO |