diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-11-02 12:16:26 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-11-02 12:16:26 +0000 |
commit | 793a1798fd17f59bdf49b324a97af7e3b084f639 (patch) | |
tree | 89ed1ab8d16e931278254ae068dc1461321cf465 /registry | |
parent | 0fe1ea754685998979d35d4b8e7a659eb421092f (diff) |
INTEGRATION: CWS os2port02 (1.5.12); FILE MERGED
2007/10/05 13:01:59 ydario 1.5.12.1: Issue number: i82034
Submitted by: ydario
Reviewed by: ydario
Commit of changes for OS/2 CWS source code integration.
Diffstat (limited to 'registry')
-rw-r--r-- | registry/test/makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/registry/test/makefile.mk b/registry/test/makefile.mk index 419776fd6..9ed0fcf37 100644 --- a/registry/test/makefile.mk +++ b/registry/test/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.5 $ +# $Revision: 1.6 $ # -# last change: $Author: obo $ $Date: 2007-03-09 08:55:52 $ +# last change: $Author: hr $ $Date: 2007-11-02 13:16:26 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -47,7 +47,7 @@ USE_LDUMP2=TRUE # ------------------------------------------------------------------ -CDEFS += -DDLL_VERSION=\"$(UPD)$(DLLPOSTFIX)\" +CDEFS += -DDLL_VERSION=$(EMQ)"$(UPD)$(DLLPOSTFIX)$(EMQ)" CXXFILES= \ testregcpp.cxx \ |