diff options
author | Hennes Rohling <hro@openoffice.org> | 2001-11-09 10:36:51 +0000 |
---|---|---|
committer | Hennes Rohling <hro@openoffice.org> | 2001-11-09 10:36:51 +0000 |
commit | f29f4a3a1cfc6cd4beb84cb943f4489f88a66f1a (patch) | |
tree | 029f9413d145aa887f5146a9d66a51f433720655 /sal/workben | |
parent | 8e7ff9d28e01ce957bf81ab865c51a320eb9a371 (diff) |
#92631# Implemented system path abbreviation
Diffstat (limited to 'sal/workben')
-rw-r--r-- | sal/workben/makefile.mk | 25 |
1 files changed, 22 insertions, 3 deletions
diff --git a/sal/workben/makefile.mk b/sal/workben/makefile.mk index fdcd7d636bc8..b6b299ba7a61 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 |