diff options
author | Oliver Bolte <obo@openoffice.org> | 2008-02-25 16:26:00 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2008-02-25 16:26:00 +0000 |
commit | d3ee45a70fb3ef5b916a7258508b71089d5d9518 (patch) | |
tree | f4b8e9989c4d78fd529f97ed434304006a149df2 /cpputools | |
parent | 3b0c476d4ae2ef542e17e4e29f8a8c34b3713be3 (diff) |
INTEGRATION: CWS supdremove02 (1.19.10); FILE MERGED
2008/02/04 11:54:54 rt 1.19.10.1: #i85482# Remove UPD from library name.
Diffstat (limited to 'cpputools')
-rw-r--r-- | cpputools/source/registercomponent/makefile.mk | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/cpputools/source/registercomponent/makefile.mk b/cpputools/source/registercomponent/makefile.mk index e001e8631dc8..f27ee2ee9a02 100644 --- a/cpputools/source/registercomponent/makefile.mk +++ b/cpputools/source/registercomponent/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.19 $ +# $Revision: 1.20 $ # -# last change: $Author: hr $ $Date: 2007-11-02 13:12:25 $ +# last change: $Author: obo $ $Date: 2008-02-25 17:26:00 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -63,7 +63,6 @@ UNOTYPES=\ com.sun.star.registry.XImplementationRegistration2 # --- Files -------------------------------------------------------- -CDEFS += -DDLL_VERSION=$(EMQ)"$(UPD)$(DLLPOSTFIX)$(EMQ)" DEPOBJFILES= $(OBJ)$/registercomponent.obj |