diff options
author | Kurt Zenker <kz@openoffice.org> | 2003-08-25 14:23:39 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2003-08-25 14:23:39 +0000 |
commit | 9a7ae5fa37aa03b6791dca00b468bc95429ff63d (patch) | |
tree | fb1c1625355fddb279a3992821f8a8f5ab3725c3 /scaddins | |
parent | 9142c368ca8692f984c2a56dd3fd6af0fdb2bbe1 (diff) |
INTEGRATION: CWS ause04 (1.11.8); FILE MERGED
2003/07/10 12:36:47 hjs 1.11.8.1: #108794# replace SRCFILES with SRC1FILES
Diffstat (limited to 'scaddins')
-rw-r--r-- | scaddins/source/analysis/makefile.mk | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/scaddins/source/analysis/makefile.mk b/scaddins/source/analysis/makefile.mk index a079880f064a..f09b1c885a12 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.11 2003-06-04 10:32:23 vg Exp $ +# $Header: /zpool/svn/migration/cvs_rep_09_09_08/code/scaddins/source/analysis/makefile.mk,v 1.12 2003-08-25 15:23:39 kz Exp $ # -# $Date: 2003-06-04 10:32:23 $ -# $Author: vg $ -# $Revision: 1.11 $ +# $Date: 2003-08-25 15:23:39 $ +# $Author: kz $ +# $Revision: 1.12 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -119,7 +119,8 @@ SLOFILES+=$(SLO)$/staticmb.obj ALLIDLFILES=\ analysisadd.idl -SRCFILES = \ +SRS1NAME=$(TARGET) +SRC1FILES = \ analysis.src \ analysis_funcnames.src \ analysis_deffuncnames.src |