summaryrefslogtreecommitdiff
path: root/scp2/util
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2004-06-16 08:57:43 +0000
committerRüdiger Timm <rt@openoffice.org>2004-06-16 08:57:43 +0000
commit5533727e1e0c77e4be324e1033b9711e135e4867 (patch)
tree2a5315ebeed48428a740d9bf65a0715aee41a1cd /scp2/util
parent9a587d2a4ac7afd96596e1959f18d26700bcde86 (diff)
INTEGRATION: CWS ooo20040509 (1.4.46); FILE MERGED
2004/05/10 18:30:25 thb 1.4.46.1: #i26548# Adapted DirectX enabler to common variable naming
Diffstat (limited to 'scp2/util')
-rw-r--r--scp2/util/makefile.mk10
1 files changed, 5 insertions, 5 deletions
diff --git a/scp2/util/makefile.mk b/scp2/util/makefile.mk
index 0eafaafb958c..f43289f6dbe3 100644
--- a/scp2/util/makefile.mk
+++ b/scp2/util/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.5 $
+# $Revision: 1.6 $
#
-# last change: $Author: kz $ $Date: 2004-06-11 17:56:35 $
+# last change: $Author: rt $ $Date: 2004-06-16 09:57:43 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -190,13 +190,13 @@ SCP1FILES += \
.ENDIF
.IF "$(GUI)"=="WNT"
-.IF "$(DIRECTX_SUPPORT)" != ""
+.IF "$(ENABLE_DIRECTX)" != ""
SCP1FILES += \
directxcanvas.par
-.ELSE # IF "$(DIRECTX_SUPPORT)" != ""
+.ELSE # IF "$(ENABLE_DIRECTX)" != ""
SCP1FILES += \
vclcanvas.par
-.ENDIF # IF "$(DIRECTX_SUPPORT)" != ""
+.ENDIF # IF "$(ENABLE_DIRECTX)" != ""
.ELSE # IF "$(GUI)"=="WNT"
SCP1FILES += \
vclcanvas.par