diff options
author | Hans-Joachim Lankenau <hjs@openoffice.org> | 2001-09-17 15:39:49 +0000 |
---|---|---|
committer | Hans-Joachim Lankenau <hjs@openoffice.org> | 2001-09-17 15:39:49 +0000 |
commit | db529d8c5ab884d4a7df5c5973314928fdfc4c32 (patch) | |
tree | bf14950a7dada126450c789ee4f6f049c0295965 /dtrans/source | |
parent | 337337bac76c8b1a41a9bf112c28bf436441d7b7 (diff) |
#92123# TARGETTYPE is GUI
Diffstat (limited to 'dtrans/source')
-rw-r--r-- | dtrans/source/X11/makefile.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dtrans/source/X11/makefile.mk b/dtrans/source/X11/makefile.mk index daa50e98e7cc..1be5d5089b16 100644 --- a/dtrans/source/X11/makefile.mk +++ b/dtrans/source/X11/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.3 $ +# $Revision: 1.4 $ # -# last change: $Author: pluby $ $Date: 2001-03-13 06:22:44 $ +# last change: $Author: hjs $ $Date: 2001-09-17 16:39:49 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -64,6 +64,7 @@ PRJ=..$/.. PRJNAME=dtrans TARGET=dtransX11 +TARGETTYPE=GUI ENABLE_EXCEPTIONS=TRUE COMP1TYPELIST=$(TARGET) |