summaryrefslogtreecommitdiff
path: root/cpputools
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-11-09 12:55:12 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-11-09 12:55:12 +0000
commit69830ed58fa3f274cfb82ec6d5e5f97f132fdec9 (patch)
tree73ff846c795f2d142e1b5017dc406653de5fc6a0 /cpputools
parent06a2d16117729ad44c5a17a3074d7f04bece718e (diff)
INTEGRATION: CWS jl13 (1.10.18); FILE MERGED
2004/10/06 11:18:53 jl 1.10.18.5: #29390# 2004/10/06 11:12:45 jl 1.10.18.4: #i29390# 2004/10/06 11:09:57 jl 1.10.18.3: #i29390# 2004/10/05 08:22:07 jl 1.10.18.2: #i29390# 2004/09/30 14:38:07 jl 1.10.18.1: #i29390# adapt regcomp to new Java framework
Diffstat (limited to 'cpputools')
-rw-r--r--cpputools/source/registercomponent/makefile.mk12
1 files changed, 10 insertions, 2 deletions
diff --git a/cpputools/source/registercomponent/makefile.mk b/cpputools/source/registercomponent/makefile.mk
index cd34930f2993..4ed76a67f522 100644
--- a/cpputools/source/registercomponent/makefile.mk
+++ b/cpputools/source/registercomponent/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.10 $
+# $Revision: 1.11 $
#
-# last change: $Author: kz $ $Date: 2004-04-22 17:20:04 $
+# last change: $Author: hr $ $Date: 2004-11-09 13:55:12 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -77,6 +77,7 @@ UNOUCROUT = $(OUT)$/inc$/$(TARGET)
INCPRE += $(UNOUCROUT)
CPPUMAKERFLAGS += -C
+UNIXTEXT= $(MISC)$/regcomp.sh
UNOTYPES=\
com.sun.star.uno.TypeClass \
com.sun.star.lang.XMultiServiceFactory \
@@ -110,3 +111,10 @@ APP1STDLIBS+= \
.INCLUDE : target.mk
+
+.IF "$(GUI)"=="UNX"
+ALLTAR: REGCOMPSH
+
+REGCOMPSH :
+ +chmod +x $(MISC)$/regcomp.sh
+.ENDIF \ No newline at end of file