diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-11-02 12:16:41 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-11-02 12:16:41 +0000 |
commit | b462d08b5d79a40a312817befe109fc7e6dfeb12 (patch) | |
tree | 08998426432da1fab037ec3edcf78c0e4133ec44 /registry/tools | |
parent | b94e1480dcdaa4dc76b034c5a62670ef34c8aa16 (diff) |
INTEGRATION: CWS os2port02 (1.8.16); FILE MERGED
2007/10/05 13:01:59 ydario 1.8.16.2: Issue number: i82034
Submitted by: ydario
Reviewed by: ydario
Commit of changes for OS/2 CWS source code integration.
2007/09/30 11:47:19 ydario 1.8.16.1: Issue number: i82034
Submitted by: ydario
Reviewed by: ydario
Commit of changes for OS/2 CWS source code integration.
Diffstat (limited to 'registry/tools')
-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 b608166233be..4a5005bf4abc 100644 --- a/registry/tools/makefile.mk +++ b/registry/tools/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.9 $ +# $Revision: 1.10 $ # -# last change: $Author: vg $ $Date: 2007-10-15 12:28:43 $ +# last change: $Author: hr $ $Date: 2007-11-02 13:16:41 $ # # 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=\"$(UPD)$(DLLPOSTFIX)\" +CDEFS += -DDLL_VERSION=$(EMQ)"$(UPD)$(DLLPOSTFIX)$(EMQ)" APP1TARGET= $(TARGET) APP1OBJS= $(OBJ)$/regmerge.obj |