From f2f5d11c0e8bb88156a9c0163f1a768ffdfffd3f Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sun, 29 Apr 2012 23:22:28 +0000 Subject: [PATCH] Use PCH in the tests in all Windows ports and not only when using wxMSW. This change doesn't actually change anything for the "normal" ports as it only affects wxGTK/MSW which is not officially supported yet, so the make/project files are unchanged by it. Closes #14249. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@71325 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- tests/test.bkl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test.bkl b/tests/test.bkl index 8a0961143d..cc6d1dec19 100644 --- a/tests/test.bkl +++ b/tests/test.bkl @@ -15,7 +15,7 @@ $(CPPUNIT_LIBS) - + dummy.cpp dummy.cpp -- 2.47.2