summaryrefslogtreecommitdiff
path: root/odk/util
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-07-31 12:58:22 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-07-31 12:58:22 +0000
commitf024a128f895b7f122f780a3deb19be94abfc267 (patch)
treeeccc10ee66097065e571b5cebfb75339923d7258 /odk/util
parent2a30bbcab277c07996aec7c9d22a78ffb7947a30 (diff)
INTEGRATION: CWS jsc18 (1.24.22); FILE MERGED
2007/07/19 12:27:58 jsc 1.24.22.2: RESYNC: (1.24-1.25); FILE MERGED 2007/07/02 08:56:35 jsc 1.24.22.1: #i79061# integrate patch, remove strip command for binaries, deliver does already strip
Diffstat (limited to 'odk/util')
-rw-r--r--odk/util/odk_rules.pmk13
1 files changed, 2 insertions, 11 deletions
diff --git a/odk/util/odk_rules.pmk b/odk/util/odk_rules.pmk
index f6c52260839f..ea32b91367c9 100644
--- a/odk/util/odk_rules.pmk
+++ b/odk/util/odk_rules.pmk
@@ -2,9 +2,9 @@
#
# $RCSfile: odk_rules.pmk,v $
#
-# $Revision: 1.25 $
+# $Revision: 1.26 $
#
-# last change: $Author: hr $ $Date: 2007-06-26 17:01:25 $
+# last change: $Author: hr $ $Date: 2007-07-31 13:58:22 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -116,16 +116,10 @@ $(DESTDIRXML)$/%.xml : $(XMLOUT)$/%.xml
$(DESTDIRBIN)$/%$(EXEPOSTFIX) : $(BINOUT)$/%$(EXEPOSTFIX)
@@-rm -f $@
$(GNUCOPY) $(BINOUT)$/$(@:f) $@
-.IF "$(GUI)"=="UNX"
- -strip $@
-.ENDIF
$(DESTDIRBIN)$/%.bin : $(BINOUT)$/%.bin
@@-rm -f $@
$(GNUCOPY) $(BINOUT)$/$(@:f) $@
-.IF "$(GUI)"=="UNX"
- -strip $@
-.ENDIF
$(DESTDIRBIN)$/regcomp : $(BINOUT)$/regcomp
@@-rm -f $@
@@ -137,9 +131,6 @@ $(DESTDIRBIN)$/regcomp : $(BINOUT)$/regcomp
$(DESTDIRBIN)$/unoapploader$(EXEPOSTFIX) : $(BIN)$/unoapploader$(EXEPOSTFIX)
@@-rm -f $@
$(GNUCOPY) $(BIN)$/$(@:f) $@
-.IF "$(GUI)"=="UNX"
- -strip $@
-.ENDIF
# special rule for special Java UNO native library
# (used for all platforms but built only under windows;