diff options
author | th <th@openoffice.org> | 2001-07-03 13:52:19 +0000 |
---|---|---|
committer | th <th@openoffice.org> | 2001-07-03 13:52:19 +0000 |
commit | de6c5a4305adf9971c5f29bf7871b551b5ee835d (patch) | |
tree | a7dd16b72445531a222a649767952527f8197dba /tools/source/stream/makefile.mk | |
parent | 35f31bfd7c28270f2d86b43358ff6b4c0dcfe736 (diff) |
#88541# - Remove W16 code
Diffstat (limited to 'tools/source/stream/makefile.mk')
-rw-r--r-- | tools/source/stream/makefile.mk | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/tools/source/stream/makefile.mk b/tools/source/stream/makefile.mk index 1f65a4c7880f..725a7e35f34d 100644 --- a/tools/source/stream/makefile.mk +++ b/tools/source/stream/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.2 $ +# $Revision: 1.3 $ # -# last change: $Author: obr $ $Date: 2000-12-19 11:47:37 $ +# last change: $Author: th $ $Date: 2001-07-03 14:52:19 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -76,14 +76,14 @@ TARGET=stream SLOFILES= $(SLO)$/stream.obj \ $(SLO)$/strmsys.obj \ $(SLO)$/cachestr.obj \ - $(SLO)$/vcompat.obj + $(SLO)$/vcompat.obj .IF "$(UPDATER)" != "" -OBJFILES+= $(OBJ)$/stream.obj \ +OBJFILES+= $(OBJ)$/stream.obj \ $(OBJ)$/strmsys.obj \ $(OBJ)$/cachestr.obj \ - $(OBJ)$/vcompat.obj + $(OBJ)$/vcompat.obj .ENDIF # --- Targets ------------------------------------------------------- @@ -93,8 +93,7 @@ OBJFILES+= $(OBJ)$/stream.obj \ $(SLO)$/strmsys.obj : \ strmos2.cxx \ strmwnt.cxx \ - strmwin.cxx \ strmmac.cxx \ strmunx.cxx \ strmstd.cxx - + |