From ebfa4e8a3b1504fad200989256637fd8a999f390 Mon Sep 17 00:00:00 2001 From: Jens-Heiner Rechtien Date: Fri, 2 Nov 2007 12:12:25 +0000 Subject: INTEGRATION: CWS os2port02 (1.17.12); FILE MERGED 2007/10/05 13:01:03 ydario 1.17.12.2: Issue number: i82034 Submitted by: ydario Reviewed by: ydario Commit of changes for OS/2 CWS source code integration. 2007/09/29 16:27:08 ydario 1.17.12.1: Issue number: i82034 Submitted by: ydario Reviewed by: ydario Commit of changes for OS/2 CWS source code integration. --- cpputools/source/registercomponent/makefile.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'cpputools') diff --git a/cpputools/source/registercomponent/makefile.mk b/cpputools/source/registercomponent/makefile.mk index e942fd2788e3..e001e8631dc8 100644 --- a/cpputools/source/registercomponent/makefile.mk +++ b/cpputools/source/registercomponent/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.18 $ +# $Revision: 1.19 $ # -# last change: $Author: vg $ $Date: 2007-10-15 13:14:56 $ +# last change: $Author: hr $ $Date: 2007-11-02 13:12:25 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -63,7 +63,7 @@ UNOTYPES=\ com.sun.star.registry.XImplementationRegistration2 # --- Files -------------------------------------------------------- -CDEFS += -DDLL_VERSION=\"$(UPD)$(DLLPOSTFIX)\" +CDEFS += -DDLL_VERSION=$(EMQ)"$(UPD)$(DLLPOSTFIX)$(EMQ)" DEPOBJFILES= $(OBJ)$/registercomponent.obj -- cgit