From 7274079c70559716aa03b69350763bcb9f235300 Mon Sep 17 00:00:00 2001 From: Noel Power Date: Thu, 13 Feb 2003 13:29:21 +0000 Subject: [PATCH] Removed vcl dependency stuff --- scripting/source/runtimemgr/makefile.mk | 17 +++++------------ 1 file changed, 5 insertions(+), 12 deletions(-) diff --git a/scripting/source/runtimemgr/makefile.mk b/scripting/source/runtimemgr/makefile.mk index 02cbec8404fe..75135cc70d57 100644 --- a/scripting/source/runtimemgr/makefile.mk +++ b/scripting/source/runtimemgr/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.7 $ +# $Revision: 1.8 $ # -# last change: $Author: dfoster $ $Date: 2003-01-23 15:58:32 $ +# last change: $Author: npower $ $Date: 2003-02-13 14:29:21 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -76,27 +76,20 @@ COMP1TYPELIST=$(TARGET) .INCLUDE : ..$/cppumaker.mk -SRCFILES= ScriptExecDialog.src \ - -RESLIB1NAME= scripting -RESLIB1SRSFILES= $(SRS)$/runtimemgr.srs SLOFILES=\ $(SLO)$/ScriptNameResolverImpl.obj\ - $(SLO)$/ScriptRuntimeManager.obj + $(SLO)$/ScriptRuntimeManager.obj \ SHL1TARGET= $(TARGET) SHL1STDLIBS= \ $(TOOLSLIB) \ - $(VCLLIB) \ $(CPPULIB) \ $(CPPUHELPERLIB) \ - $(SALLIB) \ - $(VCLLIB) + $(SALLIB) -SHL1DEPN= \ - $(SHL1RES) +SHL1DEPN= SHL1IMPLIB= $(TARGET) SHL1LIBS= $(SLB)$/$(TARGET).lib