diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-11-02 12:17:02 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-11-02 12:17:02 +0000 |
commit | 4857adfec9cb0c126e3a16ca17ec0834fd3772c9 (patch) | |
tree | 9c2e432bac1fb7f70eba3a27c88b998bdd886bd3 /registry/workben | |
parent | b462d08b5d79a40a312817befe109fc7e6dfeb12 (diff) |
INTEGRATION: CWS os2port02 (1.5.2); FILE MERGED
2007/10/05 13:01:59 ydario 1.5.2.1: Issue number: i82034
Submitted by: ydario
Reviewed by: ydario
Commit of changes for OS/2 CWS source code integration.
Diffstat (limited to 'registry/workben')
-rw-r--r-- | registry/workben/makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/registry/workben/makefile.mk b/registry/workben/makefile.mk index 63e4e0821151..349a88be8f73 100644 --- a/registry/workben/makefile.mk +++ b/registry/workben/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.5 $ +# $Revision: 1.6 $ # -# last change: $Author: vg $ $Date: 2007-09-20 14:48:41 $ +# last change: $Author: hr $ $Date: 2007-11-02 13:17:02 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -44,7 +44,7 @@ LIBTARGET=NO .INCLUDE : settings.mk # --- Files -------------------------------------------------------- -CDEFS += -DDLL_VERSION=\"$(UPD)$(DLLPOSTFIX)\" +CDEFS += -DDLL_VERSION=$(EMQ)"$(UPD)$(DLLPOSTFIX)$(EMQ)" RGTLIB = rgt.lib .IF "$(GUI)"=="UNX" || "$(GUI)"=="OS2" |