diff options
Diffstat (limited to 'registry/tools/makefile.mk')
-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 |