make ValueTransfer easier to understand
[LibreOffice.git] / external / cppunit / enable-win32-debug.patch
blobdc159ecc51ad6fdc834a2c8781883910b2d7857a
1 --- misc/cppunit-1.14.0/src/cppunit/cppunit_dll.vcxproj
2 +++ misc/build/cppunit-1.14.0/src/cppunit/cppunit_dll.vcxproj
3 @@ -107,7 +107,6 @@
4 <SuppressStartupBanner>true</SuppressStartupBanner>
5 <WarningLevel>Level3</WarningLevel>
6 <RuntimeTypeInfo>true</RuntimeTypeInfo>
7 - <DebugInformationFormat>OldStyle</DebugInformationFormat>
8 <AdditionalIncludeDirectories>..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
9 <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;CPPUNIT_BUILD_DLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
10 <AssemblerListingLocation>.\ReleaseDll\</AssemblerListingLocation>
11 @@ -138,6 +137,7 @@
12 <Link>
13 <SuppressStartupBanner>true</SuppressStartupBanner>
14 <LinkDLL>true</LinkDLL>
15 + <GenerateDebugInformation>true</GenerateDebugInformation>
16 <SubSystem>Console</SubSystem>
17 <OutputFile>.\ReleaseDll\cppunit_dll.dll</OutputFile>
18 <ImportLibrary>.\ReleaseDll\cppunit_dll.lib</ImportLibrary>
19 @@ -237,7 +237,6 @@
20 <SuppressStartupBanner>true</SuppressStartupBanner>
21 <WarningLevel>Level3</WarningLevel>
22 <RuntimeTypeInfo>true</RuntimeTypeInfo>
23 - <DebugInformationFormat>OldStyle</DebugInformationFormat>
24 <AdditionalIncludeDirectories>..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
25 <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;CPPUNIT_BUILD_DLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
26 <AssemblerListingLocation>.\ReleaseDll\</AssemblerListingLocation>
27 @@ -266,6 +266,7 @@
28 <Link>
29 <SuppressStartupBanner>true</SuppressStartupBanner>
30 <LinkDLL>true</LinkDLL>
31 + <GenerateDebugInformation>true</GenerateDebugInformation>
32 <SubSystem>Console</SubSystem>
33 <OutputFile>.\ReleaseDll\cppunit_dll.dll</OutputFile>
34 <ImportLibrary>.\ReleaseDll\cppunit_dll.lib</ImportLibrary>