diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2006-05-24 13:02:49 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2006-05-24 13:02:49 +0000 |
commit | b8ec049565be9f0935e8c036de8a0ba594de387a (patch) | |
tree | de40c77cc590d234f0e3d030f0684fe6328fb291 /unotools/source/streaming/makefile.mk | |
parent | 78a494559003018dc7a56ed4c1d09557caffd0db (diff) |
INTEGRATION: CWS ause043 (1.6.18); FILE MERGED
2005/10/31 12:42:31 hjs 1.6.18.1: #i56702# remove unneeded UNOTYPE definition
Diffstat (limited to 'unotools/source/streaming/makefile.mk')
-rw-r--r-- | unotools/source/streaming/makefile.mk | 24 |
1 files changed, 2 insertions, 22 deletions
diff --git a/unotools/source/streaming/makefile.mk b/unotools/source/streaming/makefile.mk index c2eef626ccd0..c7e56fd1e528 100644 --- a/unotools/source/streaming/makefile.mk +++ b/unotools/source/streaming/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.6 $ +# $Revision: 1.7 $ # -# last change: $Author: rt $ $Date: 2005-09-09 09:49:30 $ +# last change: $Author: vg $ $Date: 2006-05-24 14:02:49 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -40,31 +40,11 @@ TARGET=streaming ENABLE_EXCEPTIONS=TRUE -# --- Settings common for the whole project ----- - -#UNOTYPES= -#.INCLUDE : $(PRJINC)$/unotools$/unotools.mk - # --- Settings ---------------------------------- .INCLUDE : settings.mk .INCLUDE : $(PRJ)$/util$/makefile.pmk -# --- Types ------------------------------------- - - -#UNOUCRDEP=$(SOLARBINDIR)$/applicat.rdb -#UNOUCRRDB=$(SOLARBINDIR)$/applicat.rdb - -#UNOUCROUT=$(OUT)$/inc -#INCPRE+=$(UNOUCROUT) - -# --- Types ------------------------------------- - -#UNOTYPES+= \ -# com.sun.star.awt.FontDescriptor \ - - # --- Files ------------------------------------- SLOFILES= $(SLO)$/streamhelper.obj \ |