From 02638a0865271959e7a424622088eb502721e24c Mon Sep 17 00:00:00 2001 From: Michael Meeks Date: Sat, 24 May 2014 13:39:59 +0100 Subject: cppunit: always compile with debugging symbols on windows. Also cleanup some makefile pieces and give better error warnings. Change-Id: I9f20d60f26d5828f60664941946c266c7d166f32 --- sal/cppunittester/cppunittester.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'sal/cppunittester') diff --git a/sal/cppunittester/cppunittester.cxx b/sal/cppunittester/cppunittester.cxx index 7ac8ab5d676c..b42bf3a4d7ce 100644 --- a/sal/cppunittester/cppunittester.cxx +++ b/sal/cppunittester/cppunittester.cxx @@ -214,6 +214,7 @@ public: std::cerr << "please check your PATH variable and re-autogen.\n"; } #endif + std::cerr << "Path is '" << getenv("PATH") << "'\n"; return false; } #endif -- cgit