diff options
author | Kurt Zenker <kz@openoffice.org> | 2003-08-25 14:28:36 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2003-08-25 14:28:36 +0000 |
commit | b2a440e5bdbed9d933300a6865616920a8344d93 (patch) | |
tree | 65d34f2fb42f4c92003148b859156a8e342e0e8e /sfx2/source/control/makefile.mk | |
parent | 493cd3f4482119278bfde6bab8fbe2e58d0ed8f2 (diff) |
INTEGRATION: CWS ause04 (1.2.232); FILE MERGED
2003/07/11 10:02:43 hjs 1.2.232.1: #108794# replace SRCFILES with SRC1FILES
Diffstat (limited to 'sfx2/source/control/makefile.mk')
-rw-r--r-- | sfx2/source/control/makefile.mk | 26 |
1 files changed, 2 insertions, 24 deletions
diff --git a/sfx2/source/control/makefile.mk b/sfx2/source/control/makefile.mk index 2081d139d753..fb5d158a7109 100644 --- a/sfx2/source/control/makefile.mk +++ b/sfx2/source/control/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.2 $ +# $Revision: 1.3 $ # -# last change: $Author: mba $ $Date: 2002-04-05 11:32:19 $ +# last change: $Author: kz $ $Date: 2003-08-25 15:28:36 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -66,14 +66,10 @@ PRJNAME=sfx2 TARGET=control ENABLE_EXCEPTIONS=TRUE .INCLUDE : $(PRJ)$/util$/makefile.pmk -AUTOSEG=true - # --- Settings ----------------------------------------------------- -.INCLUDE : svpre.mk .INCLUDE : settings.mk -.INCLUDE : sv.mk # w.g. compilerbugs .IF "$(GUI)"=="WNT" @@ -82,24 +78,6 @@ CFLAGS+=-Od # --- Files -------------------------------------------------------- -CXXFILES = \ - unoctitm.cxx \ - macro.cxx \ - request.cxx \ - dispatch.cxx \ - ctrlitem.cxx \ - statcach.cxx \ - msgpool.cxx \ - shell.cxx \ - objface.cxx \ - msg.cxx \ - bindings.cxx \ - macrconf.cxx \ - macro.cxx \ - minfitem.cxx \ - srchitem.cxx \ - $(PROJECTPCHSOURCE).cxx - SLOFILES = \ $(SLO)$/unoctitm.obj \ $(SLO)$/request.obj \ |