summaryrefslogtreecommitdiff
path: root/idl/source/cmptools/makefile.mk
diff options
context:
space:
mode:
authorHans-Joachim Lankenau <hjs@openoffice.org>2001-05-08 09:48:22 +0000
committerHans-Joachim Lankenau <hjs@openoffice.org>2001-05-08 09:48:22 +0000
commitcbe23c73f73de38ebd27c5b3d3828ac0e027c454 (patch)
tree4cc4e0a1fcd2bc360c6dc9967fb84eafca722857 /idl/source/cmptools/makefile.mk
parent34e78886ac8b2e44645d0ea553e73240569ae3fa (diff)
#65293# don't use PROJECTPCHSOURCE in CXXFILES; don't use CXXFILES anyway...
Diffstat (limited to 'idl/source/cmptools/makefile.mk')
-rw-r--r--idl/source/cmptools/makefile.mk9
1 files changed, 2 insertions, 7 deletions
diff --git a/idl/source/cmptools/makefile.mk b/idl/source/cmptools/makefile.mk
index 9a718c175dae..d3a2326eb8e7 100644
--- a/idl/source/cmptools/makefile.mk
+++ b/idl/source/cmptools/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.1.1.1 $
+# $Revision: 1.2 $
#
-# last change: $Author: hr $ $Date: 2000-09-18 16:30:41 $
+# last change: $Author: hjs $ $Date: 2001-05-08 10:41:43 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -84,11 +84,6 @@ CFLAGS+=-od
CDEFS+=-DIDL_COMPILER
# --- Files --------------------------------------------------------------
-CXXFILES= char.cxx \
- lex.cxx \
- hash.cxx \
- $(PROJECTPCHSOURCE).cxx
-
OBJFILES= $(OBJ)$/lex.obj \
$(OBJ)$/char.obj \
$(OBJ)$/hash.obj