summaryrefslogtreecommitdiff
path: root/scp2/source/calc
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2008-04-24 16:11:51 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2008-04-24 16:11:51 +0000
commit29c43b5d4ebdb1540d42eaca9d379ade6de8174a (patch)
tree959dfe4b2efbbdceb303f1e5100c6d4d00396cf2 /scp2/source/calc
parent8c9d8266c1f519a7082ef2033f023d5e91e0724d (diff)
INTEGRATION: CWS cmcfixes43 (1.6.1008); FILE MERGED
2008/03/10 12:19:09 cmc 1.6.1008.1: #i86874# add a system lpsolve option
Diffstat (limited to 'scp2/source/calc')
-rw-r--r--scp2/source/calc/makefile.mk6
1 files changed, 5 insertions, 1 deletions
diff --git a/scp2/source/calc/makefile.mk b/scp2/source/calc/makefile.mk
index 49cfe45056b3..afab6ebdae26 100644
--- a/scp2/source/calc/makefile.mk
+++ b/scp2/source/calc/makefile.mk
@@ -8,7 +8,7 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.7 $
+# $Revision: 1.8 $
#
# This file is part of OpenOffice.org.
#
@@ -45,6 +45,10 @@ TARGETTYPE=CUI
SCPDEFS+=-DWITHOUT_BINFILTER
.ENDIF
+.IF "$(SYSTEM_LPSOLVE)" == "YES"
+SCPDEFS+=-DSYSTEM_LPSOLVE
+.ENDIF
+
SCP_PRODUCT_TYPE=osl
PARFILES= \
module_calc.par \