From dedea467409201d27b87cb1b536dac9795000413 Mon Sep 17 00:00:00 2001 From: Kurt Zenker Date: Wed, 25 Jun 2008 11:10:01 +0000 Subject: INTEGRATION: CWS jl104 (1.10.4); FILE MERGED 2008/06/18 15:29:21 jl 1.10.4.2: #i88078# adapting cli_cppuhelper 2008/06/18 14:25:00 jl 1.10.4.1: #i88078# cli_ure moved to URE, therefore it can only build ure types, tests moved to testtools --- cli_ure/source/basetypes/makefile.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'cli_ure') diff --git a/cli_ure/source/basetypes/makefile.mk b/cli_ure/source/basetypes/makefile.mk index ac8ebddd7399..3e2e199b52fa 100644 --- a/cli_ure/source/basetypes/makefile.mk +++ b/cli_ure/source/basetypes/makefile.mk @@ -8,7 +8,7 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.10 $ +# $Revision: 1.11 $ # # This file is part of OpenOffice.org. # @@ -97,7 +97,7 @@ $(BIN)$/cli_basetypes.dll : $(CSFILES) $(BIN)$/cliureversion.mk $(CSFILES) @echo "If code has changed then provide a policy assembly and change the version!" -#do not forget to deliver cli_types.config. It is NOT embedded in the policy file. +#do not forget to deliver cli_uretypes.config. It is NOT embedded in the policy file. $(POLICY_ASSEMBLY_FILE) : $(BIN)$/cli_basetypes.config $(WRAPCMD) AL.exe -out:$@ \ -version:$(CLI_BASETYPES_POLICY_VERSION) \ @@ -107,7 +107,7 @@ $(POLICY_ASSEMBLY_FILE) : $(BIN)$/cli_basetypes.config #Create the config file that is used with the policy assembly $(BIN)$/cli_basetypes.config: cli_basetypes_config $(BIN)$/cliureversion.mk - $(PERL) $(PRJ)$/source$/scripts$/subst_template.pl \ + $(PERL) $(SOLARENV)$/bin$/clipatchconfig.pl \ $< $@ -- cgit