summaryrefslogtreecommitdiff
path: root/extensions/source/activex/main/makefile.mk
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-02-28 15:27:24 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-02-28 15:27:24 +0000
commit8fc7849acf69493c2734d080cd6ef0fada9ea30c (patch)
tree85654ce3271691fafd7a1c404320bc7e22fee634 /extensions/source/activex/main/makefile.mk
parent14d5a8bd16114cb8f8348ca645afd7ec2d885166 (diff)
INTEGRATION: CWS obo09 (1.16.12); FILE MERGED
2007/02/26 11:40:29 obo 1.16.12.1: #i74208# .net 2005 prof edition
Diffstat (limited to 'extensions/source/activex/main/makefile.mk')
-rw-r--r--extensions/source/activex/main/makefile.mk8
1 files changed, 5 insertions, 3 deletions
diff --git a/extensions/source/activex/main/makefile.mk b/extensions/source/activex/main/makefile.mk
index d8a3520a7bea..c3f62506c9d2 100644
--- a/extensions/source/activex/main/makefile.mk
+++ b/extensions/source/activex/main/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.16 $
+# $Revision: 1.17 $
#
-# last change: $Author: obo $ $Date: 2007-01-25 12:13:59 $
+# last change: $Author: vg $ $Date: 2007-02-28 16:27:24 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -40,6 +40,9 @@ TARGET=so_activex
use_shl_versions=
# --- Settings ----------------------------------
+.IF "$(GUI)" == "WNT" && "$(DISABLE_ACTIVEX)"==""
+PROF_EDITION=TRUE
+.ENDIF
.INCLUDE : settings.mk
@@ -117,4 +120,3 @@ $(MISC)$/envsettings.h : makefile.mk
.ELSE # "$(USE_SHELL)"!="4nt"
echo #define MISC .\..\$(INPATH)\misc > $@
.ENDIF # "$(USE_SHELL)"!="4nt"
-