summaryrefslogtreecommitdiff
path: root/vcl/source
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2006-03-08 12:54:22 +0000
committerRüdiger Timm <rt@openoffice.org>2006-03-08 12:54:22 +0000
commit673cab95541936942267246956c260997f47701a (patch)
tree67c5e197afdc52a723401391732b4c8d8399cb86 /vcl/source
parent051f524242db1e18fd741300c80b157aa0281aee (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.mk6
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)