ydario openoffice.org wrote:
> Tag: cws_src680_os2port02
> User: ydario
> Date: 2007-09-29 16:27:10+0000
> Modified:
> udk/cpputools/source/regcomplazy/makefile.mk
> udk/cpputools/source/registercomponent/makefile.mk
>
> Log:
> Issue number: i82034
> Submitted by: ydario
> Reviewed by: ydario
> Commit of changes for OS/2 CWS source code
integration.
>
> File Changes:
>
> Directory: /udk/cpputools/source/regcomplazy/
> =============================================
>
> File [changed]: makefile.mk
> Url: http:
//udk.openoffice.org/source/browse/udk/cpputools/source/regc
omplazy/makefile.mk?r1=1.3&r2=1.3.36.1
> Delta lines: +7 -3
> -------------------
> --- makefile.mk 2005-09-08 09:36:42+0000 1.3
> +++ makefile.mk 2007-09-29 16:27:07+0000 1.3.36.1
>  -4,9 +4,9 
> #
> # $RCSfile: makefile.mk,v $
> #
> -# $Revision: 1.3 $
> +# $Revision: 1.3.36.1 $
> #
> -# last change: $Author: rt $ $Date: 2005/09/08
09:36:42 $
> +# last change: $Author: ydario $ $Date: 2007/09/29
16:27:07 $
> #
> # The Contents of this file are made available
subject to
> # the terms of GNU Lesser General Public License
Version 2.1.
>  -47,7 +47,11 
>
> # --- Files
--------------------------------------------------------
>
> +.IF "$(GUI)"=="OS2"
> +CDEFS +=
-DDLL_VERSION="$(UPD)$(DLLPOSTFIX)"
> +.ELSE
> CDEFS +=
-DDLL_VERSION="$(UPD)$(DLLPOSTFIX)"
> +.ENDIF
Maybe that should unconditionally be
CDEFS +=
-DDLL_VERSION=$(EMQ)"$(UPD)$(DLLPOSTFIX)$(EMQ)"
instead (see solenv/inc/unitools.mk:1.54 l. 56 ff)?
-Stephan
[...]
------------------------------------------------------------
---------
To unsubscribe, e-mail: dev-unsubscribe porting.openoffice.org
For additional commands, e-mail: dev-help porting.openoffice.org
|