diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-11-02 12:12:25 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-11-02 12:12:25 +0000 |
commit | 0fe1ea754685998979d35d4b8e7a659eb421092f (patch) | |
tree | c3f96a22ea63b3f17f247d0e66d7e2a1d9ec59c8 /cpputools/source | |
parent | e3c7550a98d5e33dd5433e7290e44652f093546a (diff) |
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.
Diffstat (limited to 'cpputools/source')
-rw-r--r-- | cpputools/source/registercomponent/makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cpputools/source/registercomponent/makefile.mk b/cpputools/source/registercomponent/makefile.mk index e942fd278..e001e8631 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 |