INTEGRATION: CWS ause068 (1.36.150); FILE MERGED
2006/09/21 16:35:41 hjs 1.36.150.1: #i69536# + no longer required before echo command
This commit is contained in:
parent
b118fa749e
commit
8db6d98486
1 changed files with 4 additions and 4 deletions
|
@ -4,9 +4,9 @@
|
|||
#
|
||||
# $RCSfile: makefile.mk,v $
|
||||
#
|
||||
# $Revision: 1.36 $
|
||||
# $Revision: 1.37 $
|
||||
#
|
||||
# last change: $Author: rt $ $Date: 2006-05-02 16:37:49 $
|
||||
# last change: $Author: kz $ $Date: 2006-10-05 11:05:43 $
|
||||
#
|
||||
# The Contents of this file are made available subject to
|
||||
# the terms of GNU Lesser General Public License Version 2.1.
|
||||
|
@ -116,9 +116,9 @@ CFLAGS+=-DBUILD_VER_STRING="$(subst,",\" "$(BUILD_VER_STRING)")"
|
|||
$(INCCOM)$/cuilib.hxx: makefile.mk
|
||||
.IF "$(GUI)"=="UNX"
|
||||
$(RM) $@
|
||||
+echo \#define DLL_NAME \"libcui$(UPD)$(DLLPOSTFIX)$(DLLPOST)\" >$@
|
||||
echo \#define DLL_NAME \"libcui$(UPD)$(DLLPOSTFIX)$(DLLPOST)\" >$@
|
||||
.ELSE
|
||||
+echo $(EMQ)#define DLL_NAME $(EMQ)"cui$(UPD)$(DLLPOSTFIX)$(DLLPOST)$(EMQ)" >$@
|
||||
echo $(EMQ)#define DLL_NAME $(EMQ)"cui$(UPD)$(DLLPOSTFIX)$(DLLPOST)$(EMQ)" >$@
|
||||
.ENDIF
|
||||
|
||||
$(SLO)$/sfxdlg.obj : $(INCCOM)$/cuilib.hxx
|
||||
|
|
Loading…
Reference in a new issue