diff options
author | Kurt Zenker <kz@openoffice.org> | 2003-08-25 14:29:39 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2003-08-25 14:29:39 +0000 |
commit | 63e3c4390f4e74a229875819730afee031faebf1 (patch) | |
tree | 1a81d3363a780f15d8e301fc4325fbc17cc22d0c /sfx2/source/statbar | |
parent | 47b7b283ca2ee8dc58711b3b355acfd901e860c3 (diff) |
INTEGRATION: CWS ause04 (1.3.260); FILE MERGED
2003/07/11 10:02:49 hjs 1.3.260.1: #108794# replace SRCFILES with SRC1FILES
Diffstat (limited to 'sfx2/source/statbar')
-rw-r--r-- | sfx2/source/statbar/makefile.mk | 17 |
1 files changed, 4 insertions, 13 deletions
diff --git a/sfx2/source/statbar/makefile.mk b/sfx2/source/statbar/makefile.mk index f94c602a4ff5..4f9b471b8d12 100644 --- a/sfx2/source/statbar/makefile.mk +++ b/sfx2/source/statbar/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.3 $ +# $Revision: 1.4 $ # -# last change: $Author: pluby $ $Date: 2001-03-02 07:17:21 $ +# last change: $Author: kz $ $Date: 2003-08-25 15:29:39 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -66,27 +66,18 @@ PRJNAME=sfx2 TARGET=statbar ENABLE_EXCEPTIONS=TRUE .INCLUDE : $(PRJ)$/util$/makefile.pmk -AUTOSEG=true - # --- Settings ----------------------------------------------------- -.INCLUDE : svpre.mk .INCLUDE : settings.mk -.INCLUDE : sv.mk # --- Files -------------------------------------------------------- IMGLST_SRS=$(SRS)$/statbar.srs BMP_IN=$(PRJ)$/win/res -CXXFILES = \ - stbmgr.cxx \ - stbitem.cxx \ - progind.cxx \ - $(PROJECTPCHSOURCE).cxx - -SRCFILES = \ +SRS1NAME=$(TARGET) +SRC1FILES = \ statbar.src SLOFILES = \ |