summaryrefslogtreecommitdiff
path: root/idl
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
parent34e78886ac8b2e44645d0ea553e73240569ae3fa (diff)
#65293# don't use PROJECTPCHSOURCE in CXXFILES; don't use CXXFILES anyway...
Diffstat (limited to 'idl')
-rw-r--r--idl/source/cmptools/makefile.mk9
-rw-r--r--idl/source/objects/makefile.mk18
-rw-r--r--idl/source/prj/makefile.mk17
3 files changed, 6 insertions, 38 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
diff --git a/idl/source/objects/makefile.mk b/idl/source/objects/makefile.mk
index 8c57d435177b..36a401fccaa6 100644
--- a/idl/source/objects/makefile.mk
+++ b/idl/source/objects/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:43:39 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -71,25 +71,11 @@ TARGET=objects
# --- Settings -----------------------------------------------------------
-.INCLUDE : svpre.mk
.INCLUDE : settings.mk
-.INCLUDE : sv.mk
-
-.IF "$(COM)"=="WTC"
-CFLAGS+=-od
-.ENDIF
CDEFS+=-DIDL_COMPILER
# --- Files --------------------------------------------------------------
-CXXFILES= bastype.cxx \
- basobj.cxx \
- types.cxx \
- object.cxx \
- slot.cxx \
- module.cxx \
- $(PROJECTPCHSOURCE).cxx
-
OBJFILES= $(OBJ)$/bastype.obj \
$(OBJ)$/basobj.obj \
$(OBJ)$/types.obj \
diff --git a/idl/source/prj/makefile.mk b/idl/source/prj/makefile.mk
index e142121cdd68..ee742556cd75 100644
--- a/idl/source/prj/makefile.mk
+++ b/idl/source/prj/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:48:22 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -71,24 +71,11 @@ TARGET=prj
# --- Settings -----------------------------------------------------------
-.INCLUDE : svpre.mk
.INCLUDE : settings.mk
-.INCLUDE : sv.mk
-
-.IF "$(COM)"=="WTC"
-CFLAGS+=-od
-.ENDIF
CDEFS+=-DIDL_COMPILER
# --- Files --------------------------------------------------------------
-CXXFILES= command.cxx \
- globals.cxx \
- database.cxx \
- svidl.cxx \
- idldll.cxx \
- $(PROJECTPCHSOURCE).cxx
-
OBJFILES= $(OBJ)$/command.obj \
$(OBJ)$/svidl.obj \
$(OBJ)$/globals.obj \