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 | 28950fa03d689937065933735f73e9608e03532a (patch) | |
tree | e443d74bdec57061302a8cc28d7d5d270678522f /cli_ure | |
parent | 15c03bb8b99ed4cad205606ca26a1e14cb397b97 (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 ac8ebddd7..3e2e199b5 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 \ $< $@ |