Re: uwog - r29844 - abiword-msvc2008/trunk/PluginMswrite

From: J.M. Maurer <uwog_at_uwog.net>
Date: Sun Jun 19 2011 - 20:38:26 CEST

Hi all, and most specially our Windows developers!

I'm not sure if everyone is on the cvs commit list, but it is important
to note the following:

> Modified:
> abiword-msvc2008/trunk/PluginMswrite/PluginMswrite.vcproj
> Log:
> Keep the preprocessor definitions for the MSWrite project *exactly* the same as all other MVCS projects (except for the LibAbiWord and Windows installer projects, who are special cases). This allows us to set common properties such as AbiWord's version number all projects at once: MSVC allows selecting multiple projects to edit them simultaneously.

ie. If you ever need to change the preprocessor definitions on an MSVC
project, then please select all projects (except LibAbiWord and the
WindowsInstaller projects, which are special cases), and change the
preprocessor definition on all of them at once. Both for DEBUG and for
RELEASE mode (so do it twice). Please do this even if a setting only
applied to 1 project, such as a specific plugin)

This is important, since AbiWord's version number is defined by those
preprocessor definitions. This allows bumping the version number for a
release fairly easily: bump it in the release configuration for
LibAbiWord, then bump it in the release configuration for all other
projects combined, and then do the same for the debug configurations of
both.

I'll document this in again in the wiki for making releases.

Cheers!
  Marc

> Modified: abiword-msvc2008/trunk/PluginMswrite/PluginMswrite.vcproj
> ===================================================================
> --- abiword-msvc2008/trunk/PluginMswrite/PluginMswrite.vcproj 2011-06-19 18:23:07 UTC (rev 29843)
> +++ abiword-msvc2008/trunk/PluginMswrite/PluginMswrite.vcproj 2011-06-19 18:30:13 UTC (rev 29844)
> @@ -42,7 +42,7 @@
> Name="VCCLCompilerTool"
> Optimization="0"
> AdditionalIncludeDirectories="..\..\;..\..\src\af\ev\win;..\..\src\af\ev\xp;..\..\src\af\util\win;..\..\src\af\util\xp;..\..\src\af\gr\win;..\..\src\af\gr\xp;..\..\src\af\xap\win;..\..\src\af\xap\xp;..\..\src\plugins;..\..\src\text\fmt\xp;..\..\src\text\ptbl\xp;..\..\src\wp\ap\win;..\..\src\wp\ap\xp;..\..\src\wp\impexp\xp;..\Prefix\include;..\Prefix\include\fribidi;..\Prefix\include\libxml2;&quot;..\Prefix\include\libgsf-1&quot;;..\Prefix\include\wv;&quot;..\Prefix\lib\glib-2.0\include&quot;;&quot;..\Prefix\include\glib-2.0&quot;;..\Prefix\include\enchant"
> - PreprocessorDefinitions="_CRT_SECURE_NO_WARNINGS=1;TOOLKIT_WIN=1;WIN32=1;PACKAGE=\&quot;abiword\&quot;;PACKAGE_VERSION=\&quot;2.9.0\&quot;;ABI_BUILD_VERSION=\&quot;2.9.0\&quot;;ABIWORD_SERIES=\&quot;2.9\&quot;;PLATFORM=\&quot;Windows\&quot;;TOOLKIT=\&quot;native\&quot;;ZLIB_DLL=1;G_HAVE_ISO_VARARGS=1;SUPPORTS_UT_IDLE=1;SOUP24=1;ABI_DLL=1;BOOST_ALL_NO_LIB=1;ABICOLLAB_HANDLER_TCP=1;ABICOLLAB_HANDLER_SERVICE=1;GMV_STATIC=1;YY_NO_UNISTD_H=1;_STRING_ARCH_unaligned=1"
> + PreprocessorDefinitions="_CRT_SECURE_NO_WARNINGS=1;ENABLE_PRINT=1;ENABLE_SPELL=1;WITH_ENCHANT;TOOLKIT_WIN=1;WIN32=1;PACKAGE=\&quot;abiword\&quot;;PACKAGE_VERSION=\&quot;2.9.0\&quot;;ABI_BUILD_VERSION=\&quot;2.9.0\&quot;;ABIWORD_SERIES=\&quot;2.9\&quot;;ABIWORD_DATADIR=\&quot;\&quot;;PLATFORM=\&quot;Windows\&quot;;TOOLKIT=\&quot;native\&quot;;ZLIB_DLL=1;G_HAVE_ISO_VARARGS=1;DISABLE_BUILTIN_PLUGINS=1;DEBUG=1;SUPPORTS_UT_IDLE=1;SOUP24=1;_WIN32_WINNT=0x0501;ABI_DLL=1;BOOST_ALL_NO_LIB=1;ABICOLLAB_HANDLER_TCP=1;ABICOLLAB_HANDLER_SERVICE=1;GMV_STATIC=1;YY_NO_UNISTD_H=1;_STRING_ARCH_unaligned=1"
> MinimalRebuild="true"
> BasicRuntimeChecks="3"
> RuntimeLibrary="3"
> @@ -120,7 +120,7 @@
> Optimization="2"
> EnableIntrinsicFunctions="true"
> AdditionalIncludeDirectories="..\..\;..\..\src\af\ev\win;..\..\src\af\ev\xp;..\..\src\af\util\win;..\..\src\af\util\xp;..\..\src\af\gr\win;..\..\src\af\gr\xp;..\..\src\af\xap\win;..\..\src\af\xap\xp;..\..\src\plugins;..\..\src\text\fmt\xp;..\..\src\text\ptbl\xp;..\..\src\wp\ap\win;..\..\src\wp\ap\xp;..\..\src\wp\impexp\xp;..\Prefix\include;..\Prefix\include\fribidi;..\Prefix\include\libxml2;&quot;..\Prefix\include\libgsf-1&quot;;..\Prefix\include\wv;&quot;..\Prefix\lib\glib-2.0\include&quot;;&quot;..\Prefix\include\glib-2.0&quot;;..\Prefix\include\enchant"
> - PreprocessorDefinitions="_CRT_SECURE_NO_WARNINGS=1;TOOLKIT_WIN=1;WIN32=1;PACKAGE=\&quot;abiword\&quot;;PACKAGE_VERSION=\&quot;2.9.0\&quot;;ABI_BUILD_VERSION=\&quot;2.9.0\&quot;;ABIWORD_SERIES=\&quot;2.9\&quot;;PLATFORM=\&quot;Windows\&quot;;TOOLKIT=\&quot;native\&quot;;ZLIB_DLL=1;G_HAVE_ISO_VARARGS=1;SUPPORTS_UT_IDLE=1;SOUP24=1;ABI_DLL=1;BOOST_ALL_NO_LIB=1;ABICOLLAB_HANDLER_TCP=1;ABICOLLAB_HANDLER_SERVICE=1;GMV_STATIC=1;YY_NO_UNISTD_H=1;_STRING_ARCH_unaligned=1"
> + PreprocessorDefinitions="_CRT_SECURE_NO_WARNINGS=1;ENABLE_PRINT=1;ENABLE_SPELL=1;WITH_ENCHANT;TOOLKIT_WIN=1;WIN32=1;PACKAGE=\&quot;abiword\&quot;;PACKAGE_VERSION=\&quot;2.9.0\&quot;;ABI_BUILD_VERSION=\&quot;2.9.0\&quot;;ABIWORD_SERIES=\&quot;2.9\&quot;;ABIWORD_DATADIR=\&quot;\&quot;;PLATFORM=\&quot;Windows\&quot;;TOOLKIT=\&quot;native\&quot;;ZLIB_DLL=1;G_HAVE_ISO_VARARGS=1;DISABLE_BUILTIN_PLUGINS=1;NDEBUG=1;SUPPORTS_UT_IDLE=1;SOUP24=1;_WIN32_WINNT=0x0501;ABI_DLL=1;BOOST_ALL_NO_LIB=1;ABICOLLAB_HANDLER_TCP=1;ABICOLLAB_HANDLER_SERVICE=1;GMV_STATIC=1;YY_NO_UNISTD_H=1;_STRING_ARCH_unaligned=1"
> RuntimeLibrary="2"
> EnableFunctionLevelLinking="true"
> UsePrecompiledHeader="0"
>
> -----------------------------------------------
> To unsubscribe from this list, send a message to
> abisource-cvs-commit-request@abisource.com with the word
> unsubscribe in the message body.
Received on Sun Jun 19 20:38:59 2011

This archive was generated by hypermail 2.1.8 : Sun Jun 19 2011 - 20:39:00 CEST