diff options
author | Rüdiger Timm <rt@openoffice.org> | 2006-03-08 12:54:22 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2006-03-08 12:54:22 +0000 |
commit | 673cab95541936942267246956c260997f47701a (patch) | |
tree | 67c5e197afdc52a723401391732b4c8d8399cb86 /vcl/source | |
parent | 051f524242db1e18fd741300c80b157aa0281aee (diff) |
INTEGRATION: CWS ause048 (1.18.128); FILE MERGED
2006/02/06 14:43:40 hjs 1.18.128.1: #i61266# DLLSUFFIX is obsolete. use DLLPOSTFIX instead
Diffstat (limited to 'vcl/source')
-rw-r--r-- | vcl/source/app/makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/vcl/source/app/makefile.mk b/vcl/source/app/makefile.mk index f68d41c2293c..0adb7945021d 100644 --- a/vcl/source/app/makefile.mk +++ b/vcl/source/app/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.18 $ +# $Revision: 1.19 $ # -# last change: $Author: obo $ $Date: 2005-10-13 09:36:24 $ +# last change: $Author: rt $ $Date: 2006-03-08 13:54:22 $ # # 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 @@ TARGET=app .INCLUDE : sv.mk .INCLUDE : $(PRJ)$/util$/makefile2.pmk -CDEFS+=-DDLLSUFFIX=$(DLLSUFFIX) +CDEFS+=-DDLLPOSTFIX=$(DLLPOSTFIX) .IF "$(SYSTEM_NAS)"=="YES" CFLAGS+=-I$(NAS_INCLUDES) |