summaryrefslogtreecommitdiff
path: root/sfx2/source/appl/makefile.mk
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2001-07-18 07:30:31 +0000
committerRüdiger Timm <rt@openoffice.org>2001-07-18 07:30:31 +0000
commitdca8859a68e5532fb5e4a963977c9a3a240d6b0e (patch)
tree49e6b957048a7549a4225de7e1981037e7fc4773 /sfx2/source/appl/makefile.mk
parentab1774b50c02275831b80a58fc087aef5989db1c (diff)
#87576# appctor is not used any more
Diffstat (limited to 'sfx2/source/appl/makefile.mk')
-rw-r--r--sfx2/source/appl/makefile.mk9
1 files changed, 2 insertions, 7 deletions
diff --git a/sfx2/source/appl/makefile.mk b/sfx2/source/appl/makefile.mk
index 52873dfdf85a..870faa071e11 100644
--- a/sfx2/source/appl/makefile.mk
+++ b/sfx2/source/appl/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.22 $
+# $Revision: 1.23 $
#
-# last change: $Author: cd $ $Date: 2001-07-18 07:38:18 $
+# last change: $Author: rt $ $Date: 2001-07-18 08:30:31 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -153,14 +153,9 @@ EXCEPTIONSFILES=\
.IF "$(GUI)" == "MAC"
SLOFILES +=\
- $(SLO)$/appctor.obj \
$(SLO)$/appmac.obj
.ENDIF
-.IF "$(GUI)" == "UNX"
-SLOFILES +=\
- $(SLO)$/appctor.obj
-.ENDIF
# --- Targets -------------------------------------------------------