From 089ebb0f38ff3b26397a1d5685a9bf8c69af1fdb Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Mon, 4 Oct 2021 17:35:05 +0200 Subject: Version 1.3: Add msbuild project files --- Makefile | 12 +++++++++++- debian/changelog | 6 ++++++ msbuild/test-unicode.vcxproj | 3 ++- 3 files changed, 19 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index a2b95be..03bf1d1 100644 --- a/Makefile +++ b/Makefile @@ -124,7 +124,17 @@ DISTFILES= \ debian/README.Debian \ debian/rules \ debian/unicode-tools.install \ - debian/libunicode-dev.install + debian/libunicode-dev.install \ + msbuild/compiler.props \ + msbuild/libunicode.vcxproj \ + msbuild/libunicode.vcxproj.filters \ + msbuild/recode.vcxproj \ + msbuild/recode.vcxproj.filters \ + msbuild/test-unicode.vcxproj \ + msbuild/test-unicode.vcxproj.filters \ + msbuild/unicode.sln \ + msbuild/validate.vcxproj \ + msbuild/validate.vcxproj.filters dist: clean rm -rf $(PROJECTNAME)-$(VERSION) diff --git a/debian/changelog b/debian/changelog index 11d66e6..82b8c15 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +unicode (1.3) unstable; urgency=medium + + * Include msbuild project files + + -- Roland Reichwein Mon, 04 Oct 2021 17:16:38 +0200 + unicode (1.2) unstable; urgency=medium * Fixed Makefile cleanup diff --git a/msbuild/test-unicode.vcxproj b/msbuild/test-unicode.vcxproj index ff010bd..3f17ef3 100644 --- a/msbuild/test-unicode.vcxproj +++ b/msbuild/test-unicode.vcxproj @@ -57,6 +57,7 @@ true _DEBUG;_CONSOLE;%(PreprocessorDefinitions) true + /bigobj %(AdditionalOptions) Console @@ -90,4 +91,4 @@ - \ No newline at end of file + -- cgit v1.2.3