summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-06-27 12:41:26 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-06-27 12:41:26 +0000
commitdcbf1038ed527284bab1109799a967d21a3cc009 (patch)
tree7c43a5d072459487bd5d4fb2f767f9734cb1c6b8 /svx
parent05a089f0f52e22928301ed74b909e2452a21e86f (diff)
INTEGRATION: CWS smarttags3 (1.4.830); FILE MERGED
2007/05/23 17:43:17 fme 1.4.830.2: #i75130# New Smart TagAPI - resync 2007/05/11 14:59:11 fme 1.4.830.1: #i75130# New smart tag API
Diffstat (limited to 'svx')
-rw-r--r--svx/source/mnuctrls/makefile.mk15
1 files changed, 11 insertions, 4 deletions
diff --git a/svx/source/mnuctrls/makefile.mk b/svx/source/mnuctrls/makefile.mk
index 30f98e1b7860..418df036c905 100644
--- a/svx/source/mnuctrls/makefile.mk
+++ b/svx/source/mnuctrls/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.4 $
+# $Revision: 1.5 $
#
-# last change: $Author: rt $ $Date: 2005-09-08 23:43:23 $
+# last change: $Author: hr $ $Date: 2007-06-27 13:41:26 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -38,6 +38,8 @@ PROJECTPCH4DLL=TRUE
PROJECTPCH=svxpch
PROJECTPCHSOURCE=$(PRJ)$/util$/svxpch
+ENABLE_EXCEPTIONS=TRUE
+
PRJNAME=svx
TARGET=mnuctrls
VERSION=$(UPD)
@@ -58,7 +60,8 @@ SRC1FILES = \
SLOFILES= \
$(SLO)$/clipboardctl.obj \
$(SLO)$/fntctl.obj \
- $(SLO)$/fntszctl.obj
+ $(SLO)$/fntszctl.obj \
+ $(SLO)$/SmartTagCtl.obj
HXX1TARGET=mnuctrls
HXX1EXT= hxx
@@ -66,7 +69,11 @@ HXX1EXCL= -E:*include*
HXX1DEPN=\
$(INC)$/clipboardctl.hxx \
$(INC)$/fntctl.hxx \
- $(INC)$/fntszctl.hxx
+ $(INC)$/fntszctl.hxx \
+ $(INC)$/SmartTagCtl.hxx
+
+EXCEPTIONSFILES= \
+ $(SLO)$/SmartTagCtl.obj
# --- Targets -------------------------------------------------------