Kaydet (Commit) 69830ed5 authored tarafından Jens-Heiner Rechtien's avatar Jens-Heiner Rechtien

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
üst 06a2d161
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
# #
# $RCSfile: makefile.mk,v $ # $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 # The Contents of this file are made available subject to the terms of
# either of the following licenses # either of the following licenses
...@@ -77,6 +77,7 @@ UNOUCROUT = $(OUT)$/inc$/$(TARGET) ...@@ -77,6 +77,7 @@ UNOUCROUT = $(OUT)$/inc$/$(TARGET)
INCPRE += $(UNOUCROUT) INCPRE += $(UNOUCROUT)
CPPUMAKERFLAGS += -C CPPUMAKERFLAGS += -C
UNIXTEXT= $(MISC)$/regcomp.sh
UNOTYPES=\ UNOTYPES=\
com.sun.star.uno.TypeClass \ com.sun.star.uno.TypeClass \
com.sun.star.lang.XMultiServiceFactory \ com.sun.star.lang.XMultiServiceFactory \
...@@ -110,3 +111,10 @@ APP1STDLIBS+= \ ...@@ -110,3 +111,10 @@ APP1STDLIBS+= \
.INCLUDE : target.mk .INCLUDE : target.mk
.IF "$(GUI)"=="UNX"
ALLTAR: REGCOMPSH
REGCOMPSH :
+chmod +x $(MISC)$/regcomp.sh
.ENDIF
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment