INTEGRATION: CWS dba31a (1.27.32); FILE MERGED

2008/06/06 08:58:46 oj 1.27.32.1: #i57999# fix naming schema
This commit is contained in:
Vladimir Glazounov 2008-08-19 08:13:54 +00:00
parent 4e833cc24b
commit 09548a1846

View file

@ -8,7 +8,7 @@
#
# $RCSfile: makefile.mk,v $
#
# $Revision: 1.27 $
# $Revision: 1.28 $
#
# This file is part of OpenOffice.org.
#
@ -100,7 +100,7 @@ SLOFILES=\
# --- MOZAB BASE Library -----------------------------------
SHL1VERSIONMAP= $(TARGET).map
SHL1TARGET= $(TARGET)$(MOZAB_MAJOR)
SHL1TARGET= $(TARGET)$(DLLPOSTFIX)
SHL1OBJS=$(SLOFILES)
SHL1STDLIBS=\
$(CPPULIB) \
@ -112,7 +112,7 @@ SHL1STDLIBS=\
SHL1DEPN=
SHL1IMPLIB= i$(TARGET)$(MOZAB_MAJOR)
SHL1IMPLIB= i$(TARGET)$(DLLPOSTFIX)
SHL1DEF= $(MISC)$/$(SHL1TARGET).def
@ -163,7 +163,7 @@ DEPOBJFILES=$(SLO2FILES)
# --- MOZAB BASE Library -----------------------------------
SHL2VERSIONMAP= $(TARGET2).map
SHL2TARGET= $(TARGET2)$(MOZAB_MAJOR)
SHL2TARGET= $(TARGET2)$(DLLPOSTFIX)
SHL2OBJS=$(SLO2FILES)
SHL2STDLIBS=\
$(CPPULIB) \