summaryrefslogtreecommitdiff
path: root/scaddins/source/analysis/makefile.mk
diff options
context:
space:
mode:
authorgt <gt@openoffice.org>2001-06-18 12:00:32 +0000
committergt <gt@openoffice.org>2001-06-18 12:00:32 +0000
commit6d275092b43c80c892600feece8c74c34b755d7c (patch)
treec641e684d28f9ef70ef8e7ee1afc0a171a0d4289 /scaddins/source/analysis/makefile.mk
parente7cf093ea01e401f4a22e66c8919153e78198bac (diff)
#87828# additional handling of resources
Diffstat (limited to 'scaddins/source/analysis/makefile.mk')
-rw-r--r--scaddins/source/analysis/makefile.mk24
1 files changed, 20 insertions, 4 deletions
diff --git a/scaddins/source/analysis/makefile.mk b/scaddins/source/analysis/makefile.mk
index 8ca8051e196b..1647641f3071 100644
--- a/scaddins/source/analysis/makefile.mk
+++ b/scaddins/source/analysis/makefile.mk
@@ -1,10 +1,10 @@
#**************************************************************************
#
-# $Header: /zpool/svn/migration/cvs_rep_09_09_08/code/scaddins/source/analysis/makefile.mk,v 1.3 2001-05-07 06:56:53 gt Exp $
+# $Header: /zpool/svn/migration/cvs_rep_09_09_08/code/scaddins/source/analysis/makefile.mk,v 1.4 2001-06-18 13:00:32 gt Exp $
#
-# $Date: 2001-05-07 06:56:53 $
+# $Date: 2001-06-18 13:00:32 $
# $Author: gt $
-# $Revision: 1.3 $
+# $Revision: 1.4 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -117,6 +117,11 @@ SLOFILES+=$(SLO)$/staticmb.obj
ALLIDLFILES=\
analysisadd.idl
+SRCFILES = \
+ analysis.src \
+ analysis_funcnames.src \
+ analysis_deffuncnames.src
+
# --- Library -----------------------------------
SHL1TARGET=$(TARGET)$(UPD)$(DLLPOSTFIX)
@@ -126,13 +131,24 @@ SHL1STDLIBS= \
$(CPPULIB) \
$(VOSLIB) \
$(TOOLSLIB) \
- $(SALLIB)
+ $(SALLIB) \
+ $(SVLIB)
+
SHL1DEPN=makefile.mk
SHL1DEF=$(MISC)$/$(SHL1TARGET).def
DEF1NAME=$(SHL1TARGET)
DEF1EXPORTFILE=exports.dxp
+# --- Resourcen ----------------------------------------------------
+
+RESLIB1LIST=\
+ $(SRS)$/analysis.srs
+
+RESLIB1NAME=analysis
+RESLIB1SRSFILES=\
+ $(RESLIB1LIST)
+
# --- Targets ----------------------------------
.INCLUDE : target.mk