summaryrefslogtreecommitdiff
path: root/cli_ure
diff options
context:
space:
mode:
authorPetr Mladek <pmladek@suse.cz>2011-08-02 18:22:31 +0200
committerAndras Timar <atimar@suse.com>2012-10-13 12:24:45 +0200
commitb90155b240cb2ab77c3d3bd5709a452e19435d9f (patch)
tree5bd7a00dea9de1657de12145e66e17b7b73cb73d /cli_ure
parent562594b31663c3d2a3e85607b14064414bf20511 (diff)
[mono] build-mono-link.diff: add mono support
Diffstat (limited to 'cli_ure')
-rw-r--r--cli_ure/source/basetypes/makefile.mk2
-rw-r--r--cli_ure/source/native/makefile.mk2
-rw-r--r--cli_ure/source/ure/makefile.mk2
-rw-r--r--cli_ure/unotypes/makefile.mk2
4 files changed, 4 insertions, 4 deletions
diff --git a/cli_ure/source/basetypes/makefile.mk b/cli_ure/source/basetypes/makefile.mk
index 8ea251b1d5cd..761df58a6222 100644
--- a/cli_ure/source/basetypes/makefile.mk
+++ b/cli_ure/source/basetypes/makefile.mk
@@ -91,7 +91,7 @@ $(POLICY_ASSEMBLY_FILE) : $(BIN)$/cli_basetypes.config
$(WRAPCMD) $(AL) -out:$@ \
-version:$(CLI_BASETYPES_POLICY_VERSION) \
-keyfile:$(BIN)$/cliuno.snk \
- -link:$(BIN)$/cli_basetypes.config
+ -link:cli_basetypes.config,$(BIN)$/cli_basetypes.config
#Create the config file that is used with the policy assembly
diff --git a/cli_ure/source/native/makefile.mk b/cli_ure/source/native/makefile.mk
index 367e2704c117..8d4128350075 100644
--- a/cli_ure/source/native/makefile.mk
+++ b/cli_ure/source/native/makefile.mk
@@ -150,7 +150,7 @@ $(POLICY_ASSEMBLY_FILE) : $(BIN)$/cli_cppuhelper.config
$(WRAPCMD) $(AL) -out:$@ \
-version:$(CLI_CPPUHELPER_POLICY_VERSION) \
-keyfile:$(BIN)$/cliuno.snk \
- -link:$(BIN)$/cli_cppuhelper.config \
+ -link:cli_cppuhelper.config,$(BIN)$/cli_cppuhelper.config \
-platform:x86
#Create the config file that is used with the policy assembly
diff --git a/cli_ure/source/ure/makefile.mk b/cli_ure/source/ure/makefile.mk
index 8e91f9ae744e..0481b0b78d1a 100644
--- a/cli_ure/source/ure/makefile.mk
+++ b/cli_ure/source/ure/makefile.mk
@@ -99,7 +99,7 @@ $(POLICY_ASSEMBLY_FILE) : $(BIN)$/cli_ure.config
$(WRAPCMD) $(AL) -out:$@ \
-version:$(CLI_URE_POLICY_VERSION) \
-keyfile:$(BIN)$/cliuno.snk \
- -link:$(BIN)$/cli_ure.config
+ -link:cli_ure.config,$(BIN)$/cli_ure.config
#Create the config file that is used with the policy assembly
$(BIN)$/cli_ure.config: cli_ure_config $(BIN)$/cliureversion.mk
diff --git a/cli_ure/unotypes/makefile.mk b/cli_ure/unotypes/makefile.mk
index 363a7abb5372..0dc23b7e5fee 100644
--- a/cli_ure/unotypes/makefile.mk
+++ b/cli_ure/unotypes/makefile.mk
@@ -68,7 +68,7 @@ $(POLICY_ASSEMBLY_FILE) : $(BIN)$/cli_uretypes.config $(OUT)$/bin$/cli_uretypes.
$(WRAPCMD) AL.exe -out:$@ \
-version:$(CLI_URETYPES_POLICY_VERSION) \
-keyfile:$(BIN)$/cliuno.snk \
- -link:$(BIN)$/cli_uretypes.config
+ -link:cli_uretypes.config,$(BIN)$/cli_uretypes.config
#Create the config file that is used with the policy assembly
$(BIN)$/cli_uretypes.config: cli_uretypes_config $(BIN)$/cliureversion.mk