]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/configtool/src/Makefile
Added configtool to configure and Makefile.in
[wxWidgets.git] / utils / configtool / src / Makefile
index b189631ffdcf1ae3645369fb25bd52fa91343eeb..65483082d05b3ca68242971483d1c28ee2fc7b5d 100644 (file)
@@ -127,6 +127,11 @@ else
 include $(top_builddir)/src/makeprog.env
 endif
 
+# Need to place -lsupc++ at end of libs or we get
+# link errors. Note the := syntax to prevent a
+# recursive variable error.
+LDLIBS:=${LDLIBS} -lsupc++
+
 # Only omit C++ libs for economy of size on Unix
 ifeq "$(WXTOOLKIT)" "msw"
 CC=c++