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 @@ ...@@ -4,9 +4,9 @@
# #
# $RCSfile: makefile.mk,v $ # $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 Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1. # the terms of GNU Lesser General Public License Version 2.1.
...@@ -48,6 +48,12 @@ ENABLE_EXCEPTIONS=TRUE ...@@ -48,6 +48,12 @@ ENABLE_EXCEPTIONS=TRUE
DESCRIPTION:=$(MISC)$/SunPresentationMinimizer$/description.xml 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= DLLPRE=
common_build_zip= common_build_zip=
...@@ -111,7 +117,7 @@ COMPONENT_MANIFEST= \ ...@@ -111,7 +117,7 @@ COMPONENT_MANIFEST= \
COMPONENT_LIBRARY= \ COMPONENT_LIBRARY= \
$(MISC)$/SunPresentationMinimizer$/SunPresentationMinimizer.uno$(DLLPOST) $(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 ZIP1TARGET= sun-presentation-minimizer
ZIP1DIR= $(MISC)$/SunPresentationMinimizer ZIP1DIR= $(MISC)$/SunPresentationMinimizer
ZIP1EXT= .oxt ZIP1EXT= .oxt
...@@ -133,11 +139,21 @@ $(COMPONENT_BITMAPS) : bitmaps$/$$(@:f) ...@@ -133,11 +139,21 @@ $(COMPONENT_BITMAPS) : bitmaps$/$$(@:f)
$(COMPONENT_HELP) : help$/$$(@:f) $(COMPONENT_HELP) : help$/$$(@:f)
@@-$(MKDIRHIER) $(@:d) @@-$(MKDIRHIER) $(@:d)
$(COPY) $< $@ $(COPY) $< $@
$(COMPONENT_LIBRARY) : $(DLLDEST)$/$$(@:f) $(COMPONENT_LIBRARY) : $(DLLDEST)$/$$(@:f)
@@-$(MKDIRHIER) $(@:d) @@-$(MKDIRHIER) $(@:d)
$(COPY) $< $@ $(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 $(MISC)$/SunPresentationMinimizer$/registry$/data$/%.xcu : $(MISC)$/$(EXTNAME)$/merge$/%.xcu
@@-$(MKDIRHIER) $(@:d) @@-$(MKDIRHIER) $(@:d)
$(GNUCOPY) $< $@ $(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