diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-10-24 14:35:28 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-10-24 14:35:28 +0000 |
commit | 268e7efd35ef50daf8bfc06715788c5625d497b4 (patch) | |
tree | c7d5b2aab527dc3a178b1336a58ffacc992ee311 /scp2/util | |
parent | 80bbcf4a8e996398a9325325bbe0c21dc06cec95 (diff) |
INTEGRATION: CWS vq38 (1.34.76); FILE MERGED
2006/10/14 22:32:28 vq 1.34.76.1: #i70432# Rename NETTOOLKIT to DISABLE_ACTIVEX.
Diffstat (limited to 'scp2/util')
-rw-r--r-- | scp2/util/makefile.mk | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/scp2/util/makefile.mk b/scp2/util/makefile.mk index 07fdf98ed..84e2fd93c 100644 --- a/scp2/util/makefile.mk +++ b/scp2/util/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.34 $ +# $Revision: 1.35 $ # -# last change: $Author: ihi $ $Date: 2006-08-04 10:10:35 $ +# last change: $Author: hr $ $Date: 2006-10-24 15:35:28 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -125,7 +125,7 @@ SCP1FILES += \ file_quickstart.par \ registryitem_quickstart.par -.IF "$(NETTOOLKIT)"=="" +.IF "$(DISABLE_ACTIVEX)"=="" SCP1FILES += \ module_activex.par \ file_activex.par \ @@ -248,7 +248,7 @@ SCP2FILES += \ file_quickstart.par \ registryitem_quickstart.par -.IF "$(NETTOOLKIT)"=="" +.IF "$(DISABLE_ACTIVEX)"=="" SCP2FILES += \ module_activex.par \ file_activex.par \ |