From 059d039e1e84f07bdcaef214522805cb11efc80f Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Sat, 14 Jun 2003 09:29:45 +0000 Subject: [PATCH 1/1] Small updates to wxCT git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21143 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- utils/configtool/src/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/utils/configtool/src/Makefile b/utils/configtool/src/Makefile index db71345293..b189631ffd 100644 --- a/utils/configtool/src/Makefile +++ b/utils/configtool/src/Makefile @@ -127,8 +127,14 @@ else include $(top_builddir)/src/makeprog.env endif +# Only omit C++ libs for economy of size on Unix +ifeq "$(WXTOOLKIT)" "msw" +CC=c++ +CXX=c++ +else CC=gcc CXX=gcc +endif mkbuilddir: mkdir -p $(APPBUILDDIR) -- 2.45.2