diff options
author | Kurt Zenker <kz@openoffice.org> | 2003-08-25 14:29:21 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2003-08-25 14:29:21 +0000 |
commit | 47b7b283ca2ee8dc58711b3b355acfd901e860c3 (patch) | |
tree | ec7e9212190172848c2c0365984aace1b6426138 /sfx2/source/menu | |
parent | d638e8776d1ec9e1ce560da40d6b0de30cfde0bb (diff) |
INTEGRATION: CWS ause04 (1.2.252); FILE MERGED
2003/07/11 10:02:48 hjs 1.2.252.1: #108794# replace SRCFILES with SRC1FILES
Diffstat (limited to 'sfx2/source/menu')
-rw-r--r-- | sfx2/source/menu/makefile.mk | 18 |
1 files changed, 4 insertions, 14 deletions
diff --git a/sfx2/source/menu/makefile.mk b/sfx2/source/menu/makefile.mk index b094e2c4e450..98a1cb8eb7dc 100644 --- a/sfx2/source/menu/makefile.mk +++ b/sfx2/source/menu/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.2 $ +# $Revision: 1.3 $ # -# last change: $Author: mba $ $Date: 2001-06-11 10:08:20 $ +# last change: $Author: kz $ $Date: 2003-08-25 15:29:21 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -67,14 +67,10 @@ PRJNAME=sfx2 TARGET=menu ENABLE_EXCEPTIONS=TRUE .INCLUDE : $(PRJ)$/util$/makefile.pmk -AUTOSEG=true - # --- Settings ----------------------------------------------------- -.INCLUDE : svpre.mk .INCLUDE : settings.mk -.INCLUDE : sv.mk # --- ImageList ---------------------------------------------------- @@ -83,14 +79,8 @@ BMP_IN=$(PRJ)$/win/res # --- Files -------------------------------------------------------- -CXXFILES = \ - mnumgr.cxx \ - virtmenu.cxx \ - mnuitem.cxx \ - objmnctl.cxx \ - $(PROJECTPCHSOURCE).cxx - -SRCFILES = menu.src +SRS1NAME=$(TARGET) +SRC1FILES = menu.src SLOFILES = \ $(SLO)$/mnumgr.obj \ |