Small updates to wxCT

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21143 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2003-06-14 09:29:45 +00:00
parent 52bd669655
commit 059d039e1e

View File

@@ -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)