Kaydet (Commit) 6dabb646 authored tarafından Vladimir Glazounov's avatar Vladimir Glazounov

#i10000# #i82570# taking care of different spelling on solaris/windows

üst 4ea95e88
......@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
# $Revision: 1.4 $
# $Revision: 1.5 $
#
# last change: $Author: kz $ $Date: 2007-10-11 15:44:20 $
# last change: $Author: vg $ $Date: 2007-10-17 12:13:59 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
......@@ -48,6 +48,12 @@ ENABLE_EXCEPTIONS=TRUE
DESCRIPTION:=$(MISC)$/SunPresentationMinimizer$/description.xml
.IF "$(GUI)" == "WIN" || "$(GUI)" == "WNT"
PACKLICS:=$(foreach,i,$(alllangiso) $(MISC)$/SunPresentationMinimizer$/registry$/license_$i)
.ELSE
PACKLICS:=$(foreach,i,$(alllangiso) $(MISC)$/SunPresentationMinimizer$/registry$/LICENSE_$i)
.ENDIF
DLLPRE=
common_build_zip=
......@@ -111,7 +117,7 @@ COMPONENT_MANIFEST= \
COMPONENT_LIBRARY= \
$(MISC)$/SunPresentationMinimizer$/SunPresentationMinimizer.uno$(DLLPOST)
ZIP1DEPS= $(DESCRIPTION) $(COMPONENT_MANIFEST) $(COMPONENT_FILES) $(COMPONENT_BITMAPS) $(COMPONENT_HELP) $(COMPONENT_LIBRARY) $(COMPONENT_MERGED_XCU)
ZIP1DEPS= $(PACKLICS) $(DESCRIPTION) $(COMPONENT_MANIFEST) $(COMPONENT_FILES) $(COMPONENT_BITMAPS) $(COMPONENT_HELP) $(COMPONENT_LIBRARY) $(COMPONENT_MERGED_XCU)
ZIP1TARGET= sun-presentation-minimizer
ZIP1DIR= $(MISC)$/SunPresentationMinimizer
ZIP1EXT= .oxt
......@@ -133,11 +139,21 @@ $(COMPONENT_BITMAPS) : bitmaps$/$$(@:f)
$(COMPONENT_HELP) : help$/$$(@:f)
@@-$(MKDIRHIER) $(@:d)
$(COPY) $< $@
$(COMPONENT_LIBRARY) : $(DLLDEST)$/$$(@:f)
@@-$(MKDIRHIER) $(@:d)
$(COPY) $< $@
.IF "$(GUI)" == "WIN" || "$(GUI)" == "WNT"
$(PACKLICS) : $(SOLARBINDIR)$/osl$/license$$(@:b:s/_/./:e:s/./_/)$$(@:e).txt
@@-$(MKDIRHIER) $(@:d)
$(GNUCOPY) $< $@
.ELSE
$(PACKLICS) : $(SOLARBINDIR)$/osl$/LICENSE$$(@:b:s/_/./:e:s/./_/)$$(@:e)
@@-$(MKDIRHIER) $(@:d)
$(GNUCOPY) $< $@
.ENDIF
$(MISC)$/SunPresentationMinimizer$/registry$/data$/%.xcu : $(MISC)$/$(EXTNAME)$/merge$/%.xcu
@@-$(MKDIRHIER) $(@:d)
$(GNUCOPY) $< $@
......
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