diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-03-19 13:49:46 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-03-19 13:49:46 +0000 |
commit | 14909ed972c89ff90b3d769dc3bae5ca8f81f079 (patch) | |
tree | 6c50444229a94e0493e508037fedeba0695b441d /sal/qa/osl/pipe | |
parent | b14687b60e73d3e5093f5c03d38247ee79c9be15 (diff) |
INTEGRATION: CWS qadev16 (1.3.20); FILE MERGED
2004/01/16 07:36:58 lla 1.3.20.1: #114786# makefile TARGET renames
Diffstat (limited to 'sal/qa/osl/pipe')
-rw-r--r-- | sal/qa/osl/pipe/makefile.mk | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/sal/qa/osl/pipe/makefile.mk b/sal/qa/osl/pipe/makefile.mk index 5d5ea1290..1c42c13e3 100644 --- a/sal/qa/osl/pipe/makefile.mk +++ b/sal/qa/osl/pipe/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.3 $ +# $Revision: 1.4 $ # -# last change: $Author: kz $ $Date: 2003-11-18 16:39:35 $ +# last change: $Author: obo $ $Date: 2004-03-19 14:49:46 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -63,7 +63,7 @@ PRJ=..$/..$/.. PRJNAME=sal -TARGET=qa +TARGET=qa_osl_pipe ENABLE_EXCEPTIONS=TRUE @@ -73,24 +73,24 @@ ENABLE_EXCEPTIONS=TRUE # BEGIN ---------------------------------------------------------------- # auto generated Target:Pipe by codegen.pl -SHL2OBJS= \ +SHL1OBJS= \ $(SLO)$/osl_Pipe.obj -SHL2TARGET= Pipe -SHL2STDLIBS=\ +SHL1TARGET= Pipe +SHL1STDLIBS=\ $(SALLIB) .IF "$(GUI)" == "WNT" -SHL2STDLIBS+= $(SOLARLIBDIR)$/cppunit.lib +SHL1STDLIBS+= $(SOLARLIBDIR)$/cppunit.lib .ENDIF .IF "$(GUI)" == "UNX" -SHL2STDLIBS+=$(SOLARLIBDIR)$/libcppunit$(DLLPOSTFIX).a +SHL1STDLIBS+=$(SOLARLIBDIR)$/libcppunit$(DLLPOSTFIX).a .ENDIF -SHL2IMPLIB= i$(SHL2TARGET) -SHL2DEF= $(MISC)$/$(SHL2TARGET).def +SHL1IMPLIB= i$(SHL1TARGET) +SHL1DEF= $(MISC)$/$(SHL1TARGET).def -DEF2NAME =$(SHL2TARGET) -DEF2EXPORTFILE= export.exp +DEF1NAME =$(SHL1TARGET) +DEF1EXPORTFILE= export.exp # auto generated Target:Pipe # END ------------------------------------------------------------------ |