From 43eacefc2b1d59cc9a1c5cc9f0ba3c930c37eab2 Mon Sep 17 00:00:00 2001 From: Kai Sommerfeld Date: Mon, 12 Feb 2001 10:56:23 +0000 Subject: #83045# - Added commandenvironmentproxy.obj --- ucbhelper/source/provider/makefile.mk | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'ucbhelper') diff --git a/ucbhelper/source/provider/makefile.mk b/ucbhelper/source/provider/makefile.mk index 3a1bbb44e68d..943f9b3941a4 100644 --- a/ucbhelper/source/provider/makefile.mk +++ b/ucbhelper/source/provider/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.6 $ +# $Revision: 1.7 $ # -# last change: $Author: svesik $ $Date: 2001-02-02 18:58:20 $ +# last change: $Author: kso $ $Date: 2001-02-12 11:56:23 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -90,11 +90,12 @@ SLOFILES=\ $(SLO)$/resultsetmetadata.obj \ $(SLO)$/resultset.obj \ $(SLO)$/resultsethelper.obj \ - $(SLO)$/provconf.obj + $(SLO)$/provconf.obj \ + $(SLO)$/commandenvironmentproxy.obj .ENDIF -# SCO and MACOSX: the linker does know about weak +# SCO and MACOSX: the linker does know about weak # symbols, but we can't ignore multiple defined symbols .IF "$(OS)"=="SCO" || "$(OS)$(COM)"=="OS2GCC" || "$(OS)"=="MACOSX" -- cgit