summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTino Rachui <tra@openoffice.org>2002-11-14 09:46:59 +0000
committerTino Rachui <tra@openoffice.org>2002-11-14 09:46:59 +0000
commit04ef99fc6df40a32cbe4a2c3a527f676474bdf41 (patch)
tree5a46b0bafc69d4cd762be220be5b92bf0d0872ff
parent9f7a0a278e679d42b09e8f0c2a0e5423325751db (diff)
#100514#added osl_createTempFile test
-rw-r--r--sal/workben/makefile.mk26
1 files changed, 21 insertions, 5 deletions
diff --git a/sal/workben/makefile.mk b/sal/workben/makefile.mk
index b9a8c6116..a32313ce4 100644
--- a/sal/workben/makefile.mk
+++ b/sal/workben/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.6 $
+# $Revision: 1.7 $
#
-# last change: $Author: mhu $ $Date: 2002-04-12 15:52:47 $
+# last change: $Author: tra $ $Date: 2002-11-14 10:46:59 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -67,12 +67,13 @@ TARGET=workben
LIBTARGET=NO
TARGETTYPE=CUI
+TESTAPP=testftmp
#TESTAPP=abbreviatetest
#TESTAPP=getlocaleinfotest
#TESTAPP=salstattest
#TESTAPP=saldyntest
-TESTAPP=t_alloc
+#TESTAPP=t_alloc
#TESTAPP=t_cipher
#TESTAPP=t_digest
#TESTAPP=t_random
@@ -86,12 +87,27 @@ TESTAPP=t_alloc
# --- Settings -----------------------------------------------------
-.INCLUDE : svpre.mk
.INCLUDE : settings.mk
-.INCLUDE : sv.mk
# --- Files --------------------------------------------------------
+.IF "$(TESTAPP)" == "testftmp"
+
+ CFLAGS+=/Ob1
+
+ OBJFILES=$(OBJ)$/testftmp.obj
+
+ APP1TARGET= testftmp
+ APP1OBJS=$(OBJFILES)
+
+ APP1STDLIBS=kernel32.lib
+
+ APP1LIBS=$(LB)$/isal.lib
+
+ APP1DEPN=$(LB)$/isal.lib
+
+.ENDIF
+
.IF "$(TESTAPP)" == "getlocaleinfotest"
OBJFILES=$(OBJ)$/getlocaleinfotest.obj