diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2006-05-24 13:01:17 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2006-05-24 13:01:17 +0000 |
commit | a9d5a7da96dfae6e7abc44ed069506e8168590b6 (patch) | |
tree | 6378c61954b585cdc54e6eada31f96bbda5d2931 | |
parent | e0e3520b94cd4e530d53940369deca7997becd8a (diff) |
INTEGRATION: CWS ause043 (1.8.18); FILE MERGED
2005/10/31 12:42:28 hjs 1.8.18.1: #i56702# remove unneeded UNOTYPE definition
-rw-r--r-- | unotools/source/accessibility/makefile.mk | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/unotools/source/accessibility/makefile.mk b/unotools/source/accessibility/makefile.mk index 6795bc9dd422..eacf29d315f3 100644 --- a/unotools/source/accessibility/makefile.mk +++ b/unotools/source/accessibility/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.8 $ +# $Revision: 1.9 $ # -# last change: $Author: rt $ $Date: 2005-09-09 09:41:05 $ +# last change: $Author: vg $ $Date: 2006-05-24 14:01:17 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -40,18 +40,11 @@ TARGET=accessibility 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 ------------------------------------- - # --- Files ------------------------------------- SLOFILES= $(SLO)$/accessiblestatesethelper.obj \ |