diff options
author | Joachim Lingner <jl@openoffice.org> | 2001-03-27 11:25:40 +0000 |
---|---|---|
committer | Joachim Lingner <jl@openoffice.org> | 2001-03-27 11:25:40 +0000 |
commit | 578b33e16aae7202442f0e9ab5399615f162fafd (patch) | |
tree | 8e71c8cc6cd23c535995fe686263660b8ac304ca | |
parent | f09299f127ff0638ac4740fbf4a76fcb0965c275 (diff) |
types.c has been removed
-rw-r--r-- | sal/osl/all/makefile.mk | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/sal/osl/all/makefile.mk b/sal/osl/all/makefile.mk index 712f170f70ee..157d2c25a1da 100644 --- a/sal/osl/all/makefile.mk +++ b/sal/osl/all/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.4 $ +# $Revision: 1.5 $ # -# last change: $Author: jbu $ $Date: 2001-02-16 08:44:22 $ +# last change: $Author: jl $ $Date: 2001-03-27 12:25:40 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -79,7 +79,6 @@ MULTITHREAD_OBJ=TRUE # --- Files -------------------------------------------------------- SLOFILES= $(SLO)$/isocket.obj \ - $(SLO)$/types.obj \ $(SLO)$/omutex.obj \ $(SLO)$/logmodule.obj \ $(SLO)$/utility.obj @@ -87,7 +86,6 @@ SLOFILES= $(SLO)$/isocket.obj \ #.IF "$(UPDATER)"=="YES" OBJFILES= $(OBJ)$/isocket.obj \ - $(OBJ)$/types.obj \ $(OBJ)$/omutex.obj \ $(OBJ)$/logmodule.obj \ $(OBJ)$/utility.obj |