X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/37b83ca6394e9c805211b724ff6013b02d190a79..af01f1ba0d697c07173f436ab661b4c833258a91:/docs/changes.txt diff --git a/docs/changes.txt b/docs/changes.txt index 073df1b46d..609040bc9d 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -53,6 +53,13 @@ wxMSW: style to avoid it, wxFRAME_FLOAT_ON_PARENT style is now obsolete and has no effect +Unix ports: + +- You should use `wx-config --cxxflags` in your makefiles instead of + `wx-config --cflags` for compiling C++ files. CXXFLAGS contains CFLAGS + and the compiler flags for C++ files only, CFLAGS should still be used + to compile pure C files. + 2.3.2 -----