diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-04-26 10:48:20 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-04-26 10:48:20 +0000 |
commit | 0728f088f36b4efe0f760d5209ad287072d7b6b8 (patch) | |
tree | 142de2d602828124bd1eeb9f5e37482eb2ea9fd5 /soldep/source/makefile.mk | |
parent | ef9b3fc191183c37e1395403c04aafaf0ad4274a (diff) |
dont forget to build resources
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 |