fix baseline build (old cairo) - 'cairo_rectangle_int_t' does not name a type
[LibreOffice.git] / external / cppunit / enable-win32-debug.patch
blob661bb4b35f9c366c9457a326896f5bd0dfed52c9
1 --- misc/cppunit-1.13.1/src/cppunit/cppunit_dll.vcxproj
2 +++ misc/build/cppunit-1.13.1/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>