summaryrefslogtreecommitdiff
path: root/xmlhelp
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2006-07-05 20:13:24 +0000
committerKurt Zenker <kz@openoffice.org>2006-07-05 20:13:24 +0000
commite66335258550c25577bef200e48659ebcd7e32d6 (patch)
treebe57b364c15f8576de3e538e4503ab9ac882ec8f /xmlhelp
parent8c7ec734d345c5d5666ebbe8a8cc8d6b957c1060 (diff)
INTEGRATION: CWS targetedaot (1.23.2); FILE MERGED
2006/06/12 09:32:03 cmc 1.23.2.3: #i54692# move aottarget stuff locally here in xmlhelp 2006/04/26 09:10:17 cmc 1.23.2.2: #i54692# enable optimized AOT helpers 2006/04/25 16:09:34 cmc 1.23.2.1: #i54692# enable optimized AOT helpers
Diffstat (limited to 'xmlhelp')
-rw-r--r--xmlhelp/source/com/sun/star/help/makefile.mk10
1 files changed, 7 insertions, 3 deletions
diff --git a/xmlhelp/source/com/sun/star/help/makefile.mk b/xmlhelp/source/com/sun/star/help/makefile.mk
index 1581099295c4..3af5ae113a01 100644
--- a/xmlhelp/source/com/sun/star/help/makefile.mk
+++ b/xmlhelp/source/com/sun/star/help/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.23 $
+# $Revision: 1.24 $
#
-# last change: $Author: hr $ $Date: 2006-04-19 15:10:29 $
+# last change: $Author: kz $ $Date: 2006-07-05 21:13:24 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -120,8 +120,12 @@ JARTARGET = $(PRJNAME).jar
JARCOMPRESS = TRUE
CUSTOMMANIFESTFILE = manifest
-
# --- Targets ------------------------------------------------------
.INCLUDE : target.mk
+.IF "$(JAVAAOTCOMPILER)" != ""
+AOTTARGET = com.sun.star.help.HelpLinker
+.INCLUDE : aottarget.mk
+ALLTAR : $(AOTTARGETN)
+.ENDIF