diff options
author | Oliver Bolte <obo@openoffice.org> | 2007-01-25 12:43:57 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2007-01-25 12:43:57 +0000 |
commit | 365f78b5dc81b562432de6b1d72a367164f92980 (patch) | |
tree | 661a973a723c003d8640c8a9c780df0e37a60f4a /cli_ure/source/native/makefile.mk | |
parent | b4417e594caf7a8be11970d3b790c8dca021f872 (diff) |
INTEGRATION: CWS ause069 (1.20.2); FILE MERGED
2006/10/18 17:10:15 hjs 1.20.2.1: #i70359# remove forced shell calls
Diffstat (limited to 'cli_ure/source/native/makefile.mk')
-rw-r--r-- | cli_ure/source/native/makefile.mk | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/cli_ure/source/native/makefile.mk b/cli_ure/source/native/makefile.mk index 28e0bef54796..78e5f98bf6d0 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.20 $ +# $Revision: 1.21 $ # -# last change: $Author: kz $ $Date: 2006-10-05 11:06:05 $ +# last change: $Author: obo $ $Date: 2007-01-25 13:43:57 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -135,10 +135,10 @@ CFLAGSCXX += -clr:oldSyntax $(ASSEMBLY_ATTRIBUTES) : assembly.cxx $(BIN)$/cliuno.snk $(BIN)$/cliureversion.mk @echo $(ASSEMBLY_KEY_X) $(GNUCOPY) -p assembly.cxx $@ - +echo $(ECHOQUOTE) \ + echo $(ECHOQUOTE) \ [assembly:System::Reflection::AssemblyVersion( "$(CLI_CPPUHELPER_NEW_VERSION)" )]; $(ECHOQUOTE) \ >> $(OUT)$/misc$/assembly_cppuhelper.cxx - +echo $(ECHOQUOTE) \ + echo $(ECHOQUOTE) \ [assembly:System::Reflection::AssemblyKeyFile($(ASSEMBLY_KEY_X))]; $(ECHOQUOTE) \ >> $(OUT)$/misc$/assembly_cppuhelper.cxx @@ -149,14 +149,14 @@ ALLTAR : $(POLICY_ASSEMBLY_FILE) #do not forget to deliver cli_cppuhelper.config. It is NOT embedded in the policy file. $(POLICY_ASSEMBLY_FILE) : $(BIN)$/cli_cppuhelper.config - +$(WRAPCMD) AL.exe -out:$@ \ + $(WRAPCMD) AL.exe -out:$@ \ -version:$(CLI_CPPUHELPER_POLICY_VERSION) \ -keyfile:$(BIN)$/cliuno.snk \ -link:$(BIN)$/cli_cppuhelper.config #Create the config file that is used with the policy assembly $(BIN)$/cli_cppuhelper.config: cli_cppuhelper_config $(BIN)$/cliureversion.mk - +$(PERL) $(PRJ)$/source$/scripts$/subst_template.pl \ + $(PERL) $(PRJ)$/source$/scripts$/subst_template.pl \ $< $@ .ENDIF # "$(BUILD_FOR_CLI)" != "" |