X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b45ab2904c3af8c8e96943bbd1b7643f9d5fbde1..1667f96a859a4c21606e8a30d792c333dd0adaa3:/docs/mgl/install.txt diff --git a/docs/mgl/install.txt b/docs/mgl/install.txt index 8ed50983f9..8afa4e38b6 100644 --- a/docs/mgl/install.txt +++ b/docs/mgl/install.txt @@ -99,10 +99,10 @@ will output necessary C++ compiler flags and wx-config --libs will list all needed libraries. See an example of wxWidgets application makefile: minimal: minimal.o - $(CC) -o minimal minimal.o `wx-config --libs` + $(CXX) -o minimal minimal.o `wx-config --libs` -minimal.o: minimal.cpp mondrian.xpm - $(CC) `wx-config --cxxflags` -c minimal.cpp -o minimal.o +minimal.o: minimal.cpp + $(CXX) `wx-config --cxxflags` -c minimal.cpp -o minimal.o * Using configure to build MS-DOS version @@ -246,7 +246,7 @@ Bug reports Please send bug reports with a description of your environment, compiler and the error message(s) to the wxwin-developers mailing list at: - wx-dev@lists.wxwindows.org + wx-dev@lists.wxwidgets.org Vaclav Slavik, Julian Smart, Robert Roebling and Vadim Zeitlin, February 2002. Mike Wetherell 2005/2006