diff options
author | Oliver Bolte <obo@openoffice.org> | 2008-02-25 15:03:09 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2008-02-25 15:03:09 +0000 |
commit | 5bc41de739143ab25405ba06edfda90c2ce7d12b (patch) | |
tree | a88cb0945314d50f76f75d366e0fb8d017a4422a /registry | |
parent | c6713719d15759be16abf595c99eb70fc831170b (diff) |
INTEGRATION: CWS supdremove02 (1.10.12); FILE MERGED
2008/01/28 15:14:08 rt 1.10.12.1: #i85482# Remove UPD from library name
Diffstat (limited to 'registry')
-rw-r--r-- | registry/tools/makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/registry/tools/makefile.mk b/registry/tools/makefile.mk index 4a5005bf4abc..56ab9483907e 100644 --- a/registry/tools/makefile.mk +++ b/registry/tools/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.10 $ +# $Revision: 1.11 $ # -# last change: $Author: hr $ $Date: 2007-11-02 13:16:41 $ +# last change: $Author: obo $ $Date: 2008-02-25 16:03:09 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -54,7 +54,7 @@ LINKFLAGSRUNPATH = -R\''$$ORIGIN/../lib:$$ORIGIN'\' .INCLUDE : ..$/version.mk # --- Files -------------------------------------------------------- -CDEFS += -DDLL_VERSION=$(EMQ)"$(UPD)$(DLLPOSTFIX)$(EMQ)" +CDEFS += -DDLL_VERSION=$(EMQ)"$(DLLPOSTFIX)$(EMQ)" APP1TARGET= $(TARGET) APP1OBJS= $(OBJ)$/regmerge.obj |