summaryrefslogtreecommitdiff
path: root/cli_ure
diff options
context:
space:
mode:
Diffstat (limited to 'cli_ure')
-rw-r--r--cli_ure/source/climaker/climaker.exe.config10
-rw-r--r--cli_ure/source/climaker/makefile.mk11
-rw-r--r--cli_ure/version/version.txt24
3 files changed, 33 insertions, 12 deletions
diff --git a/cli_ure/source/climaker/climaker.exe.config b/cli_ure/source/climaker/climaker.exe.config
new file mode 100644
index 000000000000..5ff03513900c
--- /dev/null
+++ b/cli_ure/source/climaker/climaker.exe.config
@@ -0,0 +1,10 @@
+<?xml version="1.0"?>
+<configuration>
+ <runtime>
+ <gcConcurrent enabled="true" />
+ <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
+ <publisherPolicy apply="no" />
+ <probing privatePath="" />
+ </assemblyBinding>
+ </runtime>
+</configuration> \ No newline at end of file
diff --git a/cli_ure/source/climaker/makefile.mk b/cli_ure/source/climaker/makefile.mk
index 7da7564a147e..51da0d89f547 100644
--- a/cli_ure/source/climaker/makefile.mk
+++ b/cli_ure/source/climaker/makefile.mk
@@ -116,6 +116,17 @@ APP1STDLIBS += \
.INCLUDE : $(PRJ)$/util$/target.pmk
.INCLUDE : target.mk
+CLIMAKER_CONFIG = $(BIN)$/climaker.exe.config
+
+ALLTAR: \
+ $(CLIMAKER_CONFIG)
+
+
+
+#Create the config file that is used with the policy assembly
+$(CLIMAKER_CONFIG): climaker.exe.config
+ $(GNUCOPY) -p $< $@
+
.IF "$(BUILD_FOR_CLI)" != ""
$(OBJFILES): $(BIN)$/cli_basetypes.dll
diff --git a/cli_ure/version/version.txt b/cli_ure/version/version.txt
index 7e81c58e3277..a5b40dde8d0c 100644
--- a/cli_ure/version/version.txt
+++ b/cli_ure/version/version.txt
@@ -29,23 +29,23 @@
#
#*************************************************************************
-CLI_URETYPES_NEW_VERSION=1.0.1.0
-CLI_URETYPES_OLD_VERSION=1.0.0.0-1.0.0.0
-CLI_URETYPES_POLICY_VERSION=1.1.0.0
+CLI_URETYPES_NEW_VERSION=1.0.2.0
+CLI_URETYPES_OLD_VERSION=1.0.0.0-1.0.1.0
+CLI_URETYPES_POLICY_VERSION=2.0.0.0
CLI_URETYPES_POLICY_ASSEMBLY=policy.1.0.cli_uretypes
-CLI_BASETYPES_NEW_VERSION=1.0.12.0
-CLI_BASETYPES_OLD_VERSION=1.0.0.0-1.0.11.0
-CLI_BASETYPES_POLICY_VERSION=12.0.0.0
+CLI_BASETYPES_NEW_VERSION=1.0.13.0
+CLI_BASETYPES_OLD_VERSION=1.0.0.0-1.0.12.0
+CLI_BASETYPES_POLICY_VERSION=13.0.0.0
CLI_BASETYPES_POLICY_ASSEMBLY=policy.1.0.cli_basetypes
-CLI_URE_NEW_VERSION=1.0.15.0
-CLI_URE_OLD_VERSION=1.0.0.0-1.0.14.0
-CLI_URE_POLICY_VERSION=15.0.0.0
+CLI_URE_NEW_VERSION=1.0.16.0
+CLI_URE_OLD_VERSION=1.0.0.0-1.0.15.0
+CLI_URE_POLICY_VERSION=16.0.0.0
CLI_URE_POLICY_ASSEMBLY=policy.1.0.cli_ure
-CLI_CPPUHELPER_NEW_VERSION=1.0.15.0
-CLI_CPPUHELPER_OLD_VERSION=1.0.0.0-1.0.14.0
-CLI_CPPUHELPER_POLICY_VERSION=15.0.0.0
+CLI_CPPUHELPER_NEW_VERSION=1.0.16.0
+CLI_CPPUHELPER_OLD_VERSION=1.0.0.0-1.0.15.0
+CLI_CPPUHELPER_POLICY_VERSION=16.0.0.0
CLI_CPPUHELPER_POLICY_ASSEMBLY=policy.1.0.cli_cppuhelper