diff options
Diffstat (limited to 'soldep/source/makefile.mk')
-rw-r--r-- | soldep/source/makefile.mk | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/soldep/source/makefile.mk b/soldep/source/makefile.mk index 170f2d0177a8..3c0769005a34 100644 --- a/soldep/source/makefile.mk +++ b/soldep/source/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.8 $ +# $Revision: 1.9 $ # -# last change: $Author: obo $ $Date: 2006-04-26 09:43:39 $ +# last change: $Author: obo $ $Date: 2006-04-26 11:48:20 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -67,9 +67,12 @@ TARGET=soldep # --- Settings ----------------------------------------------------- - +RSCDEFIMG=$(PRJNAME) .INCLUDE : $(PRJ)$/util$/perl.mk .INCLUDE : settings.mk +RSCLOCINC=..$/res + + # --- Files -------------------------------------------------------- @@ -122,6 +125,11 @@ SRS1NAME=$(TARGET) SRS1FILES = \ $(SRS)$/$(TARGET).srs +RESLIB1NAME = dep +RESLIB1SRSFILES = \ + $(SRS)$/$(TARGET).srs + + #------------- Application --------------- APP1TARGET=soldepl |