summaryrefslogtreecommitdiff
path: root/solenv/inc/unxmacxp.mk
diff options
context:
space:
mode:
authorPatrick Luby <pluby@openoffice.org>2000-11-17 15:37:19 +0000
committerPatrick Luby <pluby@openoffice.org>2000-11-17 15:37:19 +0000
commit5c4108805ee6221d70f9dd90d82165b0ee26f3fd (patch)
tree0c321a2eb5c13272a1f84dd2d5749fde9b1e1a88 /solenv/inc/unxmacxp.mk
parentcd0389198fc2e7d8e14e162edb57a3835904bd36 (diff)
Added $(product)= and $(dbgutil)=true so that DBG_UTIL code in enabled for OpenOffice developers.
Diffstat (limited to 'solenv/inc/unxmacxp.mk')
-rw-r--r--solenv/inc/unxmacxp.mk12
1 files changed, 8 insertions, 4 deletions
diff --git a/solenv/inc/unxmacxp.mk b/solenv/inc/unxmacxp.mk
index 2e0f6407a4f7..04a3b3a4633a 100644
--- a/solenv/inc/unxmacxp.mk
+++ b/solenv/inc/unxmacxp.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: unxmacxp.mk,v $
#
-# $Revision: 1.14 $
+# $Revision: 1.15 $
#
-# last change: $Author: pluby $ $Date: 2000-11-17 08:04:49 $
+# last change: $Author: pluby $ $Date: 2000-11-17 16:37:19 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -70,8 +70,12 @@ LINKOUTPUT_FILTER=
# _PTHREADS is needed for the stl
CDEFS+=-DGLIBC=2 -D_PTHREADS -D_REENTRANT -DNO_PTHREAD_PRIORITY -DSTLPORT_VERSION=321 -D_USE_NAMESPACE=1
-# Temporary defines to make debugging more convenient
-CDEFS+=-DDBG_UTIL
+# Temporary settings to enable VCL test code. These should be deleted once
+# VCL development is complete.
+.IF "$(BUILD_SOSL)"!=""
+dbgutil=true
+product=
+.ENDIF
.IF "$(SOLAR_JAVA)"!=""
JAVADEF=-DSOLAR_JAVA