diff options
author | Kurt Zenker <kz@openoffice.org> | 2008-06-25 11:10:01 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2008-06-25 11:10:01 +0000 |
commit | dedea467409201d27b87cb1b536dac9795000413 (patch) | |
tree | 4cca522d4e343592d907753d2b6f0db5729a8d0e /cli_ure | |
parent | 99ca67c59f9025a5596b2612bc9e6d3fb105ae48 (diff) |
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
Diffstat (limited to 'cli_ure')
-rw-r--r-- | cli_ure/source/basetypes/makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
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 \ $< $@ |