Version 5.4.3.2, tag libreoffice-5.4.3.2
[LibreOffice.git] / external / cppunit / enable-win32-debug.patch
blobea50ba5293561c55bde2a755450aa4a829b320b7
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>