summaryrefslogtreecommitdiff
path: root/sal/test
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2006-12-01 16:24:57 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2006-12-01 16:24:57 +0000
commit58cdfad4c224ac8993eb9a316548b623f5b38831 (patch)
tree8377f9e5e2661bd7319bc8c5af4360ba799dbbb7 /sal/test
parentf97f80d4560a226b66d0548d101f1b33f8f24ac3 (diff)
INTEGRATION: CWS bunoidmap (1.17.172); FILE MERGED
2006/11/08 14:27:44 kr 1.17.172.1: fixed: i71307 - SAL_IMPLEMENT_MAIN does not compile warning free
Diffstat (limited to 'sal/test')
-rw-r--r--sal/test/makefile.mk12
1 files changed, 10 insertions, 2 deletions
diff --git a/sal/test/makefile.mk b/sal/test/makefile.mk
index bd126710e70d..2722f2a7292a 100644
--- a/sal/test/makefile.mk
+++ b/sal/test/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.17 $
+# $Revision: 1.18 $
#
-# last change: $Author: rt $ $Date: 2005-09-08 16:27:22 $
+# last change: $Author: rt $ $Date: 2006-12-01 17:24:57 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -66,6 +66,14 @@ OBJFILES= \
APP2TARGET = testbootstrap
APP2STDLIBS = $(SALLIB)
+APP3OBJS = $(OBJ)$/test_salmain.obj
+APP3TARGET = test_salmain
+APP3STDLIBS = $(SALLIB)
+
+APP4OBJS = $(OBJ)$/test_salmainwithargs.obj
+APP4TARGET = test_salmainwithargs
+APP4STDLIBS = $(SALLIB)
+
# --- Targets ------------------------------------------------------
.IF "$(depend)" == ""