summaryrefslogtreecommitdiff
path: root/vcl/workben/makefile.mk
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2007-07-24 09:43:56 +0000
committerRüdiger Timm <rt@openoffice.org>2007-07-24 09:43:56 +0000
commit51400c820fba75fa486a129b264724bc8987e82a (patch)
tree0172d34ddc78276f51ad5fc597f22ff87bf2d6d1 /vcl/workben/makefile.mk
parente90196b0c4b454f4dd03707fb10f7554fb86b4d1 (diff)
INTEGRATION: CWS mergesvp (1.18.102); FILE MERGED
2007/06/28 16:22:01 pl 1.18.102.1: #i78931# add svp test programs
Diffstat (limited to 'vcl/workben/makefile.mk')
-rw-r--r--vcl/workben/makefile.mk39
1 files changed, 37 insertions, 2 deletions
diff --git a/vcl/workben/makefile.mk b/vcl/workben/makefile.mk
index 3cfe71f876f0..b9bd6d3d9b63 100644
--- a/vcl/workben/makefile.mk
+++ b/vcl/workben/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.19 $
+# $Revision: 1.20 $
#
-# last change: $Author: rt $ $Date: 2007-07-05 08:45:17 $
+# last change: $Author: rt $ $Date: 2007-07-24 10:43:56 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -112,6 +112,41 @@ APP3STDLIBS= $(CPPULIB) \
# --- Targets ------------------------------------------------------
+.IF "$(GUIBASE)" == "unx"
+
+APP4NOSAL= TRUE
+APP4TARGET= svptest
+APP4OBJS= $(OBJ)$/svptest.obj
+
+APP4STDLIBS= $(CPPULIB) \
+ $(CPPUHELPERLIB) \
+ $(COMPHELPERLIB) \
+ $(VCLLIB) \
+ $(TOOLSLIB) \
+ $(SALLIB) \
+ $(VOSLIB) \
+ $(SOTLIB) \
+ $(VCLLIB)
+
+APP5NOSAL= TRUE
+APP5TARGET= svpclient
+APP5OBJS= $(OBJ)$/svpclient.obj
+
+APP5STDLIBS= $(CPPULIB) \
+ $(CPPUHELPERLIB) \
+ $(COMPHELPERLIB) \
+ $(VCLLIB) \
+ $(TOOLSLIB) \
+ $(SALLIB) \
+ $(VOSLIB) \
+ $(SOTLIB) \
+ $(VCLLIB)
+
+.IF "$(OS)" == "SOLARIS"
+APP5STDLIBS+=-lsocket
+.ENDIF
+
+.ENDIF
.INCLUDE : target.mk