summaryrefslogtreecommitdiff
path: root/vcl/test
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/test')
-rw-r--r--vcl/test/makefile.mk8
1 files changed, 6 insertions, 2 deletions
diff --git a/vcl/test/makefile.mk b/vcl/test/makefile.mk
index cc5908415873..6d26214bceac 100644
--- a/vcl/test/makefile.mk
+++ b/vcl/test/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.7 $
+# $Revision: 1.8 $
#
-# last change: $Author: obo $ $Date: 2007-03-09 09:22:00 $
+# last change: $Author: vg $ $Date: 2007-09-20 16:25:16 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -42,6 +42,10 @@ PRJNAME=vcl
TARGET=dndtest
LIBTARGET=NO
+.IF "$(GUI)" == "OS2"
+TARGETTYPE=GUI
+.ENDIF
+
# --- Settings -----------------------------------------------------
.INCLUDE : settings.mk