diff options
Diffstat (limited to 'framework')
-rw-r--r-- | framework/source/helper/makefile.mk | 12 | ||||
-rw-r--r-- | framework/util/makefile.mk | 6 |
2 files changed, 4 insertions, 14 deletions
diff --git a/framework/source/helper/makefile.mk b/framework/source/helper/makefile.mk index c53740db7079..71987605886d 100644 --- a/framework/source/helper/makefile.mk +++ b/framework/source/helper/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.10 $ +# $Revision: 1.11 $ # -# last change: $Author: fs $ $Date: 2001-05-07 13:52:07 $ +# last change: $Author: fs $ $Date: 2001-05-07 15:08:41 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -80,10 +80,8 @@ CDEFS+=-DCOMPMOD_NAMESPACE=framework # --- Generate ----------------------------------------------------- -SLOFILES= $(SLO)$/modulefwk.obj \ $(SLO)$/timerhelper.obj \ $(SLO)$/helpagentdispatcher.obj \ - $(SLO)$/helpagentwindow.obj \ $(SLO)$/otasksaccess.obj \ $(SLO)$/ostatusindicatorfactory.obj \ $(SLO)$/otasksenumeration.obj \ @@ -99,12 +97,6 @@ SLOFILES= $(SLO)$/modulefwk.obj \ $(SLO)$/omenudispatcher.obj \ $(SLO)$/imageproducer.obj -SRCFILES= helpagent.src - -RESLIB1NAME= fwk -RESLIB1SRSFILES= $(SRS)$/$(TARGET).srs -RESLIB1DEPN= helpagent.src \ - helpagent.hrc # --- Targets ------------------------------------------------------ .INCLUDE : target.mk diff --git a/framework/util/makefile.mk b/framework/util/makefile.mk index d859cba5f998..ab15589014cd 100644 --- a/framework/util/makefile.mk +++ b/framework/util/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.25 $ +# $Revision: 1.26 $ # -# last change: $Author: fs $ $Date: 2001-05-07 13:53:14 $ +# last change: $Author: fs $ $Date: 2001-05-07 15:09:29 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -124,10 +124,8 @@ SHL1OBJS= $(SLO)$/registerservices.obj \ $(SLO)$/resetableguard.obj \ $(SLO)$/gate.obj \ $(SLO)$/omenudispatcher.obj \ - $(SLO)$/modulefwk.obj \ $(SLO)$/timerhelper.obj \ $(SLO)$/helpagentdispatcher.obj \ - $(SLO)$/helpagentwindow.obj \ $(SLO)$/menumanager.obj \ $(SLO)$/bmkmenu.obj |