summaryrefslogtreecommitdiff
path: root/sal/workben
diff options
context:
space:
mode:
authorHennes Rohling <hro@openoffice.org>2001-11-09 10:36:51 +0000
committerHennes Rohling <hro@openoffice.org>2001-11-09 10:36:51 +0000
commit8a4b6a94af67de2a4213a438ed6a832117b925cc (patch)
tree0286a070ee402cfee7542c0b9e6e9d477f001786 /sal/workben
parent90c7e7143b879a8db06a5b58e8ec6f773190122f (diff)
#92631# Implemented system path abbreviation
Diffstat (limited to 'sal/workben')
-rw-r--r--sal/workben/makefile.mk25
1 files changed, 22 insertions, 3 deletions
diff --git a/sal/workben/makefile.mk b/sal/workben/makefile.mk
index fdcd7d636..b6b299ba7 100644
--- a/sal/workben/makefile.mk
+++ b/sal/workben/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.4 $
+# $Revision: 1.5 $
#
-# last change: $Author: tra $ $Date: 2001-05-15 12:11:20 $
+# last change: $Author: hro $ $Date: 2001-11-09 11:36:51 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -67,7 +67,8 @@ TARGET=workben
LIBTARGET=NO
TARGETTYPE=CUI
-TESTAPP=getlocaleinfotest
+TESTAPP=abbreviatetest
+#TESTAPP=getlocaleinfotest
#TESTAPP=salstattest
#TESTAPP=saldyntest
@@ -111,6 +112,24 @@ TESTAPP=getlocaleinfotest
.ENDIF
+.IF "$(TESTAPP)" == "abbreviatetest"
+
+ OBJFILES=$(OBJ)$/abbreviatetest.obj
+
+ APP1TARGET= abbreviatetest
+ APP1OBJS=$(OBJFILES)
+
+ APP1STDLIBS=\
+ kernel32.lib
+
+ APP1LIBS=\
+ $(LB)$/kernel9x.lib\
+ $(LB)$/isal.lib
+
+ APP1DEPN=$(LB)$/isal.lib
+
+.ENDIF
+
.IF "$(TESTAPP)" == "salstattest"
CFLAGS+= /DUSE_SAL_STATIC