summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2001-07-11 14:44:08 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2001-07-11 14:44:08 +0000
commitd4b25406bf7a62f0137f95ab4c787c9798364017 (patch)
treef0e54970089f2c8b51b6ac2db50f7731ae055c9f
parentd1660191188f307a7fd676a8d6d12b289c56b8d1 (diff)
#65293#: removed bmpmaker call
-rw-r--r--svx/source/fmcomp/makefile.mk11
1 files changed, 4 insertions, 7 deletions
diff --git a/svx/source/fmcomp/makefile.mk b/svx/source/fmcomp/makefile.mk
index ef954e4f59..695faeca2d 100644
--- a/svx/source/fmcomp/makefile.mk
+++ b/svx/source/fmcomp/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.3 $
+# $Revision: 1.4 $
#
-# last change: $Author: fs $ $Date: 2001-06-29 08:33:20 $
+# last change: $Author: hr $ $Date: 2001-07-11 15:44:08 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -76,9 +76,6 @@ ENABLE_EXCEPTIONS=TRUE
# --- Files --------------------------------------------------------
-IMGLST_SRS=$(SRS)$/fmcomp.srs
-BMP_IN=$(PRJ)$/win/res
-
CXXFILES= \
dbaexchange.cxx \
showcols.cxx \
@@ -87,7 +84,7 @@ CXXFILES= \
gridcell.cxx \
fmgridcl.cxx \
fmgridif.cxx \
- trace.cxx \
+ trace.cxx
SRS1NAME=fmcomp
SRC1FILES= \
@@ -102,7 +99,7 @@ SLOFILES= \
$(SLO)$/gridcell.obj \
$(SLO)$/fmgridcl.obj \
$(SLO)$/fmgridif.obj \
- $(SLO)$/trace.obj \
+ $(SLO)$/trace.obj
.INCLUDE : target.mk