From e35a8b248591884471dcffcc762a937116ae282c Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Thu, 28 Jun 2018 14:46:19 +0200 Subject: cppunit: also build 64-bit DLL always with PDB file Note: this maps to /Z7 apparently: OldStyle https://msdn.microsoft.com/en-us/library/bb629394.aspx lists various options but passing /p:DebugSymbols=true /p:DebugType=full /p:PdbFile=... to msbuild.exe by itself doesn't do anything while patching the project file works. Change-Id: I888b5f6af7be519e2d35b749873ae7d35bb0bf9d Reviewed-on: https://gerrit.libreoffice.org/56605 Tested-by: Jenkins Reviewed-by: Michael Stahl --- external/cppunit/enable-win32-debug.patch | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'external/cppunit') diff --git a/external/cppunit/enable-win32-debug.patch b/external/cppunit/enable-win32-debug.patch index ea50ba529356..dc159ecc51ad 100644 --- a/external/cppunit/enable-win32-debug.patch +++ b/external/cppunit/enable-win32-debug.patch @@ -16,3 +16,19 @@ Console .\ReleaseDll\cppunit_dll.dll .\ReleaseDll\cppunit_dll.lib +@@ -237,7 +237,6 @@ + true + Level3 + true +- OldStyle + ..\..\include;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_WINDOWS;_USRDLL;CPPUNIT_BUILD_DLL;%(PreprocessorDefinitions) + .\ReleaseDll\ +@@ -266,6 +266,7 @@ + + true + true ++ true + Console + .\ReleaseDll\cppunit_dll.dll + .\ReleaseDll\cppunit_dll.lib -- cgit