diff options
author | Oliver Bolte <obo@openoffice.org> | 2005-11-19 16:00:38 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2005-11-19 16:00:38 +0000 |
commit | 364985dd4261d3e29cbfe0908e44b79076a3b14e (patch) | |
tree | 8b9eaa1dd57dc289024b0ee67654afdf8a759915 /cli_ure/source | |
parent | 74e42b5312f71f355ec9acdd82430bbb9e223332 (diff) |
INTEGRATION: CWS jl27 (1.12.8); FILE MERGED
2005/11/18 14:39:39 jl 1.12.8.1: #58114# changed version of cli_ure.dll and cli_cppuhelper, added the respective policy assemblies
Diffstat (limited to 'cli_ure/source')
-rw-r--r-- | cli_ure/source/native/makefile.mk | 21 |
1 files changed, 17 insertions, 4 deletions
diff --git a/cli_ure/source/native/makefile.mk b/cli_ure/source/native/makefile.mk index 6367d89dadc9..2f2f9bb2440f 100644 --- a/cli_ure/source/native/makefile.mk +++ b/cli_ure/source/native/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.12 $ +# $Revision: 1.13 $ # -# last change: $Author: hr $ $Date: 2005-10-25 11:14:54 $ +# last change: $Author: obo $ $Date: 2005-11-19 17:00:38 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -57,14 +57,16 @@ ECHOQUOTE= #!!! Always change version if code has changed. Provide a publisher #policy assembly!!! -ASSEMBLY_VERSION="1.0.0.0" +ASSEMBLY_VERSION="1.0.1.0" +POLICYASSEMBLY = policy.1.0.cli_cppuhelper.dll ASSEMBLY_KEY="$(BIN)$/cliuno.snk" ASSEMBLY_ATTRIBUTES = $(MISC)$/assembly_cppuhelper.cxx ALLTAR : \ - $(ASSEMBLY_ATTRIBUTES) + $(ASSEMBLY_ATTRIBUTES) \ + $(OUT)$/bin$/$(POLICYASSEMBLY) ASSEMBLY_KEY_X=$(subst,\,\\ $(ASSEMBLY_KEY)) @@ -123,6 +125,17 @@ SHL1VERSIONMAP = msvc.map SHL1DEF = $(MISC)$/$(SHL1TARGET).def DEF1NAME = $(SHL1TARGET) + +#do not forget to deliver cli_cppuhelper.config. It is NOT embedded in the policy file. +$(OUT)$/bin$/$(POLICYASSEMBLY) : cli_cppuhelper.config + +$(COPY) cli_cppuhelper.config $(OUT)$/bin + +$(WRAPCMD) AL.exe -out:$@ \ + -version:1.0.0.0 \ + -keyfile:$(BIN)$/cliuno.snk \ + -link:cli_cppuhelper.config + + + .ENDIF .INCLUDE : $(PRJ)$/util$/target.pmk |