From bef36f803dca58d8ac35dd921e7a5f7dcdc9e758 Mon Sep 17 00:00:00 2001 From: Hans-Joachim Lankenau Date: Thu, 13 Dec 2007 09:54:57 +0000 Subject: #i10000# have vba enabled - and make it build --- oovbaapi/org/openoffice/constants/makefile.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'oovbaapi/org') diff --git a/oovbaapi/org/openoffice/constants/makefile.mk b/oovbaapi/org/openoffice/constants/makefile.mk index dc1db1787d0e..a31bc20a4fb6 100644 --- a/oovbaapi/org/openoffice/constants/makefile.mk +++ b/oovbaapi/org/openoffice/constants/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.3 $ +# $Revision: 1.4 $ # -# last change: $Author: hjs $ $Date: 2007-12-07 14:17:37 $ +# last change: $Author: hjs $ $Date: 2007-12-13 10:54:57 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -64,7 +64,7 @@ MYDBTARGET=$(OUT)$/ucr/constants.db ALLTAR: $(MYDBTARGET) $(MY_GEN_UCR_PATH)$/%.urd: $(MY_GEN_IDL_PATH)$/%.idl - $(IDLC) -C -O $(MY_GEN_UCR_PATH) -I $(MY_GEN_IDL_PATH)$(PATH_SEPERATOR)$(SOLARIDLDIR) $? + $(IDLC) -C -O $(MY_GEN_UCR_PATH) -I $(MY_GEN_IDL_PATH) -I $(SOLARIDLDIR) $? $(MYDBTARGET) : $(MYURDFILES) $(MYIDLFILES) $(REGMERGE) $(OUT)$/ucr/constants.db /UCR @$(mktmp $(MYURDFILES)) -- cgit